Span Element Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Span Element - #span {}
The span element produces an HTML span.
Usage
#span { class=description, text="Some text." }
Attributes
- text - (string)
- The text to display.
- html_encode - (boolean)
- Set to true to safely html-encode the displayed text.
- body - (Nitrogen element or list of elements.)
- Set the element or elements that will be rendered within this panel.