Home
last modified time | relevance | path

Searched refs:display_for_change (Results 1 – 1 of 1) sorted by relevance

/plugin/database/
H A Ddatabase.php582 function display_for_change($value='',$type='search') { function in Column
1702 … if (is_array($values)) $this->output($column->display_for_change($values[$counter],'create'));
1704 $this->output($column->display_for_change('','create'));
1759 $this->output($column->display_for_change($values[$counter],'update'));
1761 $this->output($column->display_for_change($p_recordObj->values[$counter],'update'));
1911 $this->output ($column->display_for_change('','search'));