tr
NAME
tr
FUNCTION
The method tr adds a table row html element to this androHtml element. Slightly shorter than
using the html method.
INPUTS
mixed $innerHTML - inner html
string $class - Css class
SOURCE
function tr($innerHTML='',$class='') {
return $this->html('tr',$innerHTML,$class);
}