Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
The fieldset element produces an HTML fieldset element containing the expected legend element. This is used for grouping related elements together in a coherent way.
#fieldset { legend_text="This Section", body=[ #span{text="The body of the fieldset"} ] }legend_text (string) - The legend (or title) of the fieldset element
legend_html_encode (boolean) - Set to true to safely html-encode the displayed text
legend_body (Elements) - The body of the legend in Nitrogen terms and raw HTML.
text (string) - The body of the fieldset in a text format.
body (Elements) - The body of the fieldset in Nitrogen terms and raw HTML.
html_encode (boolean) - Set to true to safely html-encode the displayed text body.
Released under the MIT License.