Using the Data List with a Theme
When you assign a Theme to a Logi application, special standard classes for use with the Data List and List Item elements are made available. For more information, see Themes.
As shown above, you can assign these classes to either the Data List or List Item elements' Class attribute (either one, not both).
When the Data List is created as an unordered list, the ThemeUL... classes, shown above, can be used to set the shape of the bullet.
When the Data List is created as an ordered list, the ThemeOL... classes can be used to set the style of the numbering.
This table lists the classes and their effects:
Class | Effect |
---|---|
ThemeOLDecimal | |
ThemeOLLowerAlpha | |
ThemeOLLowerRoman | |
ThemeOLUpperAlpha | |
ThemeOLUpperRoman | |
ThemeULCircle | |
ThemeULDisc | |
ThemeULNone | |
ThemeULSquare |