Home
last modified time | relevance | path

Searched refs:toHTML (Results 1 – 25 of 33) sorted by last modified time

12

/dokuwiki/inc/
H A Dtemplate.php780 echo $searchForm->toHTML('QuickSearch');
H A Dmedia.php215 echo $form->toHTML();
884 echo $form->toHTML();
1136 echo $form->toHTML();
1151 echo $form->toHTML();
1167 echo $form->toHTML();
1595 echo $form->toHTML('Upload');
1661 echo $form->toHTML('SearchMedia');
/dokuwiki/inc/Ui/
H A DEditor.php180 echo $form->toHTML('Edit');
H A DPageConflict.php55 echo $form->toHTML('Conflict');
H A DSubscribe.php112 echo $form->toHTML('Subscribe');
H A DMediaDiff.php184 echo $form->toHTML();
H A DMediaRevisions.php112 echo $form->toHTML('Revisions');
H A DPageDiff.php314 $input->useInput(false); // inhibit prefillInput() during toHTML() process
316 echo $form->toHTML();
492 return $form->toHTML();
H A DPageDraft.php52 echo $form->toHTML('Draft');
H A DPageRevisions.php111 echo $form->toHTML('Revisions');
H A DRecent.php106 echo $form->toHTML('Recent');
H A DSearch.php90 return $searchForm->toHTML('Search');
H A DUserProfile.php40 echo $this->updateProfileForm($userinfo)->toHTML('UpdateProfile');
41 echo $this->tokenForm($userinfo['user'])->toHTML();
43 echo $this->deleteProfileForm()->toHTML('ProfileDelete');
H A DUserRegister.php69 echo $form->toHTML('Register');
H A DUserResendPwd.php39 echo $form->toHTML('ResendPwd');
H A DLogin.php79 echo $form->toHTML('Login');
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php68 echo $form->toHTML();
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php60 echo $form->toHTML();
93 echo $form->toHTML();
117 echo $form->toHTML();
145 echo $form->toHTML();
178 echo $form->toHTML();
/dokuwiki/inc/Form/
H A DButtonElement.php32 public function toHTML() function in dokuwiki\\Form\\ButtonElement
H A DCheckableElement.php71 public function toHTML() function in dokuwiki\\Form\\CheckableElement
H A DDropdownElement.php192 static fn($html, OptGroup $optGroup) => $html . $optGroup->toHTML(),
H A DElement.php159 abstract public function toHTML(); function in dokuwiki\\Form\\Element
H A DFieldsetCloseElement.php29 public function toHTML() function in dokuwiki\\Form\\FieldsetCloseElement
H A DFieldsetOpenElement.php32 public function toHTML()
33 public function toHTML() global() function in dokuwiki\\Form\\FieldsetOpenElement
H A DForm.php475 public function toHTML($eventName = null) function in dokuwiki\\Form\\Form
492 $html .= $element->toHTML();

12