Documentation

Panel Element - #panel {}

The panel element produces an HTML div.

Usage

   #panel { body=[
     #label { text="Label" },
     #value { text="Value" },
     #button { text="Continue", postback=continue }
   ]}

Attributes

  • body (Nitrogen element or list of elements.) - Set the element or elements that will be rendered within this panel.

  • 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.