Home
last modified time | relevance | path

Searched refs:formid (Results 51 – 53 of 53) sorted by path

123

/plugin/data/helper/
H A Daliastextbox.php85 * @params int $formid unique identifier of the form which contains this field
87 public function renderfield($params, Doku_Form $form, $formid)
92 parent::renderfield($params, $form, $formid);
137 * @param int $formid unique identifier of the form which contains this field
140 public function handlePost($value, &$fields, $index, $formid)
146 return parent::handlePost($value, $fields, $index, $formid);
86 renderfield($params, Doku_Form $form, $formid) global() argument
136 handle_post($value, & $fields, $index, $formid) global() argument
/plugin/struct/helper/
H A Dfield.php84 * @param int $formid
86 public function renderfield($params, Doku_Form $form, $formid) argument
H A Dfieldhidden.php18 * @param int $formid unique identifier of the form which contains this field
20 public function renderfield($params, Doku_Form $form, $formid) argument

123