ListBlockColFormat Class Reference

Inheritance diagram for ListBlockColFormat:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 render_tr (&$obj, $style="")

Detailed Description

render list-columns as with html-formated template using {key} to output data

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.


The documentation for this class was generated from the following file:
Generated on Sun Mar 4 17:19:57 2007 for streber by  doxygen 1.5.1-p1