Styling cheatsheet
Revision as of 11:02, 6 March 2013 by old>Admin (→Variant views)
All pages are structured in the following CSS class structure
- TempusServaPage (root)
- menuList
- menuItem
- [empty|viewList] (content class)
- [tableForm|tableList|tableMaster] (content type)
- ...
- [tableForm|tableList|tableMaster] (content type)
- menuList
Content can easily be wrapped around the "TempusServaPage" by use of wrappers
Command bases styling
Menu mode
Simple / Standard
Advanced / Accordion
List mode
...
- viewList
- tableList
- tr (header)
- tr [repeat]
- pager
- pagerLink
- pagerPagesize
- tableList
type | class | content |
---|---|---|
tr | customStyle_[item status name] | Container for a single record line |
Variant views
Item mode
...
- tableForm
- tbody [repeat]
- fieldLabel
- fieldValue
- fieldNotes
- tbody [repeat]
type | class | id | content |
---|---|---|---|
tbody | PAGE_[field PageID] | Container for a single field | |
div | FieldLabel | NB_[system fieldname] | Label for field |
div | FieldValue | VB_[system fieldname] | Value of field / Input for field |