(Deprecated in O4W 1.1) Marks the control or element for change when in "response" event mode.
O4WResponseStyle(stylename, textOnly, styleOnly)
The function has the following parameters:
Parameter | Description | |
---|---|---|
stylename | The name of the style. | |
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. |
If neither the textOnly or styleOnly parameter is set to true, then the entire element or control is updated with the modified element or control information.
O4WResponseOptions is the replacement routine for this deprecated routine.
O4WResponseOptions routine