コード例 #1
0
ファイル: autocomplete.php プロジェクト: sebastiendu/mmc
 function Autocomplete($name, $ajaxfile, $module, $criterion, $value = '', $limit, $extracriterion = '', $edition = false)
 {
     parent::InputTpl($name);
     $this->ajaxfile = $ajaxfile;
     $this->module = $module;
     $this->criterion = $criterion;
     $this->val = $value;
     $this->limit = $limit;
     $this->extracriterion = $extracriterion;
 }
コード例 #2
0
 function InputTplTitle($name, $title = null, $regexp = '/.+/')
 {
     $this->title = $title;
     parent::InputTpl($name, $regexp);
 }