Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
The list element produces an HTML list element (
#list{
numbered=true,
body=[
#listitem{ ... },
#listitem{ ... },
#listitem{ ... }
]
}.
numbered (boolean) - Set to true to make this a numbered list, otherwise it will be typical bullet list.
body (list of Nitrogen #listitem{} elements) - A list of listitems elements
role (atom or string) - Set the XHTML Role attribute.
Released under the MIT License.