Table of Contents

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:

ParameterDescription
stylenameThe name of the style
styleThe CSS style.
valueThe 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.