List Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 List Element - #list {}
The list element produces an HTML list element (<ol> and <ul>).
Usage
#list{ numbered=true, body=[ #listitem{ ... }, #listitem{ ... }, #listitem{ ... } ] }.
Attributes
- 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.