tableBeginRow

tableBeginRow(attr: String): String;

The tableBeginRow method of the JadeHTMLClass class returns a string containing the HTML of the row tag for the table, specified in the attr parameter.

The code fragment in the following example shows the use of the tableBeginRow method.

tableBeginRow("height=20");

This example returns the following.

<tr height=20>