Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
The single row element is a shortcut for a table with one row.
Commonly used by CSS anti-purists to get simple layouts to work in cross-browser scenarious. See this site for more information.
#singlerow { cells=[
#tablecell { body="Cell Text" },
#tablecell { body=#link { text="Link" }}
]}
cells
(One or more tablecell elements.) - Set the table cells to be rendered within this row.