Home
last modified time | relevance | path

Searched refs:form (Results 201 – 225 of 1387) sorted by path

12345678910>>...56

/plugin/bureaucracy-au/helper/
H A Dfieldusemailtemplate.php34 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldyesno.php81 public function renderfield($params, Doku_Form $form, $formid) { argument
96 parent::renderfield($params, $form, $formid);
/plugin/bureaucracy-au/
H A Dstyle.css9 .dokuwiki form.bureaucracyau__plugin {
16 .dokuwiki form.bureaucracyau__plugin p {
21 .dokuwiki form.bureaucracyau__plugin fieldset {
28 .dokuwiki form.bureaucracyau__plugin label {
34 .dokuwiki form.bureaucracyau__plugin label>span {
46 .dokuwiki form.bureaucracyau__plugin label input.edit,
47 .dokuwiki form.bureaucracyau__plugin label select {
64 .dokuwiki form.bureaucracyau__plugin input.button {
88 .dokuwiki form.bureaucracyau__plugin label {
91 .dokuwiki form.bureaucracyau__plugin label>span {
[all …]
H A Dsyntax.php373 $form = new Doku_Form(array('class' => 'bureaucracyau__plugin',
376 $form->addHidden('id', $ID);
377 $form->addHidden('bureaucracy[$$id]', $this->form_id);
380 $field->renderfield(array('name' => 'bureaucracy[' . $id . ']'), $form, $this->form_id);
383 return $form->getForm();
/plugin/bureaucracy/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
162 form) with the major components (compiler, kernel, and so on) of the
H A Dstyle.css9 .dokuwiki form.bureaucracy__plugin {
16 .dokuwiki form.bureaucracy__plugin p {
21 .dokuwiki form.bureaucracy__plugin fieldset {
28 .dokuwiki form.bureaucracy__plugin label {
34 .dokuwiki form.bureaucracy__plugin label>span {
46 .dokuwiki form.bureaucracy__plugin label input.edit,
47 .dokuwiki form.bureaucracy__plugin label select {
64 .dokuwiki form.bureaucracy__plugin input.button {
88 .dokuwiki form.bureaucracy__plugin label {
91 .dokuwiki form.bureaucracy__plugin label>span {
[all …]
H A Dsyntax.php378 $form = new Doku_Form(array('class' => 'bureaucracy__plugin',
381 $form->addHidden('id', $INFO['id']);
382 $form->addHidden('bureaucracy[$$id]', $this->form_id);
385 $field->renderfield(array('name' => 'bureaucracy[' . $id . ']'), $form, $this->form_id);
388 return $form->getForm();
/plugin/bureaucracy/helper/
H A Dfield.php146 * @param Doku_Form $form The target Doku_Form object
149 public function renderfield($params, Doku_Form $form, $formid) { argument
151 if(!$form->_infieldset){
152 $form->startFieldset('');
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
H A Dfieldaddpage.php35 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldfieldset.php37 * @param Doku_Form $form The target Doku_Form object
40 function renderfield($params, Doku_Form $form, $formid) { argument
41 $form->startFieldset(hsc($this->getParam('display')));
53 … $form->addElement('<p class="bureaucracy_depends">' . vsprintf($msg, $dependencies) . '</p>');
H A Dfieldhidden.php22 * @param Doku_Form $form The target Doku_Form object
25 function renderfield($params, Doku_Form $form, $formid) { argument
27 $form->addHidden($params['name'], $this->getParam('value') . '');
H A Dfieldhiddenautoinc.php27 * @param Doku_Form $form The target Doku_Form object
30 function renderfield($params, Doku_Form $form, $formid) { argument
32 $form->addHidden($params['name'], $this->getParam('value') . '');
H A Dfieldmultiselect.php39 public function renderfield($params, Doku_Form $form, $formid) { argument
41 if(!$form->_infieldset){
42 $form->startFieldset('');
48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldradio.php36 public function renderfield($params, Doku_Form $form, $formid) { argument
38 if(!$form->_infieldset){
39 $form->startFieldset('');
65 $form->addElement($s);
79 $form->addElement(form_makeRadioField($name, $val, $val, $_id, $class, $attrs));
H A Dfieldselect.php39 public function renderfield($params, Doku_Form $form, $formid) { argument
41 if(!$form->_infieldset){
42 $form->startFieldset('');
48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldstatic.php53 public function renderfield($params, Doku_Form $form, $formid) { argument
57 parent::renderfield($params, $form, $formid);
H A Dfieldsubject.php21 public function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldsubmit.php33 public function renderfield($params, Doku_Form $form, $formid) { argument
40 $form->addElement($helper->getHTML());
48 parent::renderfield($params, $form, $formid);
H A Dfieldusemailtemplate.php34 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldyesno.php81 public function renderfield($params, Doku_Form $form, $formid) { argument
96 parent::renderfield($params, $form, $formid);
/plugin/bureaucracyau/_test/
H A Dinput.txt1 <form>
38 </form>
/plugin/bureaucracyau/helper/
H A Dfield.php146 * @param Doku_Form $form The target Doku_Form object
149 public function renderfield($params, Doku_Form $form, $formid) { argument
151 if(!$form->_infieldset){
152 $form->startFieldset('');
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
H A Dfieldaddpage.php35 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldfieldset.php37 * @param Doku_Form $form The target Doku_Form object
40 function renderfield($params, Doku_Form $form, $formid) { argument
41 $form->startFieldset(hsc($this->getParam('display')));
53 … $form->addElement('<p class="bureaucracyau_depends">' . vsprintf($msg, $dependencies) . '</p>');
H A Dfieldhidden.php22 * @param Doku_Form $form The target Doku_Form object
25 function renderfield($params, Doku_Form $form, $formid) { argument
27 $form->addHidden($params['name'], $this->getParam('value') . '');

12345678910>>...56