O4WColorPicker routine
Description
Creates a "color picker" control.
Syntax
O4WColorPicker( text, size, name, id, style )
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
text | An RGB number. | |
size | Size in characters of the text box portion of the color picker. | |
name | The name of the color picker. This is the input name tag. | |
id | The name of the color picker for style purposes. | |
style | When specified, the style is applied to the text box that is generated. Note that style can be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions. |