MobileTheme

From HTML5 Builder
Jump to: navigation, search

MobileTheme is a theme to which you can associate other components. For information about theming, check this page.

Properties

Name Values Description
ColorVariation

cvBasic
cvHigh
cvMedium
cvMedium2
cvAccent
cvCustom
Theme color variation to be used. Check theming documentation for additional information.
CustomColorVariation

color variation identifier Lowercase letter from the Latin alphabet that identifies a color variation defined in a custom theme. Will be ignored unless you set ColorVariation property to cvCustom.
CustomTheme

path Path to a CSS file containing a JQuery Mobile theme definition. Will be ignored unless you set Theme property to thCustom.
Theme

thBasic
thCustom
JQuery Mobile Theme to be used, either default (thBasic) or a custom one (thCustom. If you are going to use a custom theme, do not forget to point CustomTheme property to the CSS file with the theme definition.

See Also