addRowCss
adds a css class to the row
void addRowCss(string id,string css);
| id | string | the row id |
| css | string | the name of a css class |
Example
$$("mytable").addRowCss(152, "some_rule");
Details
Works as a short alias for the addMark method.
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.