Documentation

addRowCss

adds a css class to the row

void addRowCss(string id,string css);

Parameters

idstringthe row id
cssstringthe name of a css class

See also

Example

$$("mytable").addRowCss(152, "some_rule");

Details

Works as a short alias for the addMark command

Back to top