Home
last modified time | relevance | path

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

/dports/www/e107/e107/e107_handlers/
H A Dadmin_ui.php2893 public function getFieldAttr($field, $key = null, $default = null) function in e_admin_controller_ui
3454 $multi_name = $this->getFieldAttr('checkboxes', 'toggle', 'multiselect');
3524 $params = $this->getFieldAttr($trigger[1], 'writeParms', array());
3573 $parms = $this->getFieldAttr($field, 'writeParms', array());
3617 $parms = $this->getFieldAttr($field, 'writeParms', array());
4707 if($this->getFieldAttr($f, 'data'))
4709 $model->setDataField($f, $this->getFieldAttr($f, 'data'));
4726 'x'=> $this->getFieldAttr($this->sortParent,'title'),
4727 'y'=> $this->getFieldAttr($this->pid,'title'),
5623 $vttl = $this->getUI()->renderValue($field, $value, $this->getFieldAttr($field));
[all …]