Specifies the visual appearance of a button when activated
by a user. All values support two states (up and down) except push which
supports three states (up, down, and rollover).
SyntaxReference_Syntax.highlight="none | inverted | push | outline"
Values
Type
|
Values
|
String
|
push (default)
none
inverted
outline
Buttons that
are set to highlight mode "push" can assign different captions to
the alternate button states (down and rollover).
|
JavaScriptButton1.resolveNode("ui.#button").highlight = "push";
FormCalcButton1.ui.#button.highlight = "push"
|
|
|