Listitem 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 listitem element (<li>).
Usage
#listitem { body="My List Element" }.
Attributes
- body - (list of Nitrogen elements)
- A list of listitems elements.
- text - (string)
- Set to the text of the list item.
- html_encode - (boolean)
- Set to true to safely html-encode the displayed text.