O4WTableModify routine
Description
Allows for the identification and styling of individual rows in a table.
Syntax
O4WTableModify(row, id, style)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
row | The row to be identified and styled. | |
id | The id of the table. The table can be addressed by the id through style sheets individually. | |
style | When specified, the style is applied to the table 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. |