Single Row Element Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Single Row Element - #singlerow {}
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.
Usage
#singlerow { cells=[ #tablecell { body="Cell Text" }, #tablecell { body=#link { text="Link" }} ]}
Attributes
- cells - (One or more tablecell elements.)
- Set the table cells to be rendered within this row.