highlight

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).

Syntax

Reference_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).

Applies to

Version

XFA 2.5

Examples

JavaScript

Button1.resolveNode("ui.#button").highlight = "push";

FormCalc

Button1.ui.#button.highlight = "push"

// Ethnio survey code removed