O4WRawStyle routine
Description
For Advanced Users. Creates a "style" based on the CSS style name and associated value (both <style> and <value> can be @FM delimited).
Syntax
O4WRawStyle(stylename, style, value)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
stylename | The name of the style | |
style | The CSS style. | |
value | The associated value for the CSS style. |
Returns
Returns the style information (to use immediately with a display element or input control), and (if <stylename> is not null) defines the style by the stylename for use with one or more elements and input controls.