Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
The mark element produces an HTML mark element. The HTML5 mark tag is used for highlighting words or prases (such as highlighting search phrases).
#panel{body=[
<<"In this sentence, ">>,
#mark { text="just this phrase" },
" will be highlighted"
]}.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.
role (String) - The role of the HTML5 Mark element.
Released under the MIT License.