OPTIONThe OPTION tag is used to define a menu item or a dropdown list item of a combo box control. Syntax:<OPTION caption=.. action=... ></OPTION> Parameters: caption - Item caption action - Action to take. This parameter is ignored for dropdown lists. Remarks From version 2.3.2, the caption can contain basic HTML style tags to alter the menu item font style and color. The supported tags are: <b> - Bold <i> - Italics <u> - Underline <s> - Strikeout <font color=...> - Font color The font color can either contain the RGB color code value such as #00FF00, or a standard HTML color name eg: BLUE,CYAN etc. Note: The font tags above are applied globally to the entire caption. See Also: |