UITitleMixin is a mixin containing rules that can be used by other designs. This mixin adds 'title' and 'titleLocation' rules.
We do not use it alone, we use it to add the rules to other designs. Presently there are 11 UI designs that use this mixin (see below).
Parameter Rules
title: | This sets the title if desired. Leave blank if title is not needed. |
Example: | "Change Background Color?" |
titleLocation: | Sets the title location. Choices (“top”, “left”). |
Example: | “top” |
Choices: | (“top”, “left”) |
Mixins
None
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
title |
string |
"" |
UI |
Cached |
titleLocation |
string |
"" |
UI |
Cached |
UI Design that use the UITitleMixin:
1.UIArchitecturalInput
2.UICheckBox
3.UIDropdown
4.UIGrid
5.UILanguageSelector
6.UIListBox
7.UINumericInput
8.UIPalette
9.UIRadioButtons
10.UITable
11.UITextInput