Documentation

List Element - #list {}

The list element produces an HTML listitem element (

  • ).

    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.

    See Also



    View Source or Submit Corrections for this Documentation Page
  • Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.