Home
last modified time | relevance | path

Searched refs:toHTML (Results 1 – 25 of 33) sorted by relevance

12

/dokuwiki/inc/Form/
H A DFieldsetCloseElement.php29 public function toHTML() function in dokuwiki\\Form\\FieldsetCloseElement
H A DHTMLElement.php27 public function toHTML() function in dokuwiki\\Form\\HTMLElement
H A DLabelElement.php26 public function toHTML() function in dokuwiki\\Form\\LabelElement
H A DTagElement.php28 public function toHTML() function in dokuwiki\\Form\\TagElement
H A DTagOpenElement.php29 public function toHTML() function in dokuwiki\\Form\\TagOpenElement
H A DButtonElement.php32 public function toHTML() function in dokuwiki\\Form\\ButtonElement
H A DFieldsetOpenElement.php32 public function toHTML()
33 public function toHTML() global() function in dokuwiki\\Form\\FieldsetOpenElement
H A DTagCloseElement.php90 public function toHTML() function in dokuwiki\\Form\\TagCloseElement
H A DCheckableElement.php71 public function toHTML() function in dokuwiki\\Form\\CheckableElement
H A DElement.php159 abstract public function toHTML(); function in dokuwiki\\Form\\Element
H A DOptGroup.php93 public function toHTML()
89 public function toHTML() global() function in dokuwiki\\Form\\OptGroup
H A DInputElement.php159 public function toHTML() function in dokuwiki\\Form\\InputElement
H A DDropdownElement.php192 static fn($html, OptGroup $optGroup) => $html . $optGroup->toHTML(),
H A DLegacyForm.php167 $legacy->_content[] = $element->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/Ui/
H A DPageConflict.php55 echo $form->toHTML('Conflict');
H A DPageDraft.php52 echo $form->toHTML('Draft');
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 DLogin.php79 echo $form->toHTML('Login');
H A DUserResendPwd.php39 echo $form->toHTML('ResendPwd');
H A DSubscribe.php112 echo $form->toHTML('Subscribe');
H A DMediaRevisions.php112 echo $form->toHTML('Revisions');
H A DPageRevisions.php111 echo $form->toHTML('Revisions');
H A DEditor.php180 echo $form->toHTML('Edit');

12