td
NAME
td
FUNCTION
The method td adds a table colunn element to this androHtml object.
INPUTS
mixed $innerHTML - inner html for the td element
string $class - Css class for this td element
SOURCE
function td($innerHTML='',$class='') {
return $this->html('td',$innerHTML,$class);
}