O4WResponseOptions routine
Description
Marks the control or element for change when in "response" event mode.
Syntax
O4WResponseOptions( textOnly, styleOnly, triggerChange )
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
textOnly | Boolean. When set to true, only the control or element's "text" property is changed. | |
styleOnly | Boolean. When set to true, only the style information passed to the control or element is changed. | |
triggerChange | This parameter is only applicable when this style is applied to O4WUpdate; if triggerChange is set to "1", then the "change" event for the control will be triggered when the element is updated; if set to "-1", the "change" event will be triggered ONLY if the current and new values are different. |
Returns
Returns the option information to use immediately with a display element or input control.
See Also
O4WResponseStyle routine