Properties to which skins can be applied
The following table lists the properties to which skins can be applied:
Object | Properties that support skins |
---|---|
View |
|
Panel (not the panel holder) |
|
Control (button) |
|
Trim Text |
|
Trim Box |
|
Line |
|
Vertical Navigation (Traditional and Flyout mode) |
|
Application List Field (Traditional and Flyout mode) |
|
View Field |
|
Data Field |
|
System-level components |
|
AR Templates | |
Data Visualization Module (DVM) | See Skin support for DVM. |
Web Header |
Skin properties for AR Templates
As an application administrator, you can define skins for any AR Template by using the AR System Skins form. For example, in the AR System Skins Properties dialog box, set the property name as background_color, the value as #ff0000, and enter the following in the required AR Template:
...
</div>
In this scenario, the default background color is white, but when the skin is applied, the background color will be #ff0000.
The SKIN_PROPERTY(propertyName, defaultValue ) method is used to read the value of the skin property.
For instructions about how to define a skin, see Defining-skins.
Skin properties for DVM
You can define skins for a DVM by using the AR System Skins form. For example, in the AR System Skins Properties dialog box, set the property name as button_color, the value as #ff0000, and enter the following for an ARSkinsService that will use this DVM:
The getSkinProperty (propertyName) method is used to read the value of the skin property.
For instructions on how to define a skin, see Defining-skins.
Skin properties for Web Header
Define skins for system-level components by using the AR System Skins form. For example, in the AR System Skins Properties dialog box, set the property name as background_color, the value as #ff0000, and enter the following values in the Web Header:
...
</div>
In this scenario, the default background color is white, but when the skin is applied, the background color will be #ff0000.
The SKIN_PROPERTY (propertyName, defaultValue ) method is used to read the value of the skin property.
For instructions on how to define a skin, see Defining-skins.