
Public Member Functions | |
| render_tr (&$obj, $style="") | |
This is the preferred method for displaying formatted output. example:
$this->add_col( new ListBlockColFormat(array(
'key'=>'phone',
'name'=>"Phone",
'tooltip'=>"Phone-Number",
'format'=>'<nobr>{?phone}</nobr>'
)));
This function will NOT allow html-formatting of values, because this would cause security issues like XSS and code injection.
:most listBlock defintions
Definition at line 74 of file render_list_column_special.inc.php.
1.5.1-p1