Home
last modified time | relevance | path

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

12

/dokuwiki/_test/tests/Form/
H A DInputElementTest.php14 $html = $form->toHTML();
37 $html = $form->toHTML();
52 $html = $form->toHTML();
65 $html = $form->toHTML();
H A DDropdownElementTest.php34 $html = $form->toHTML();
74 $html = $form->toHTML();
124 $html = $form->toHTML();
146 $html = $form->toHTML();
177 $html = $form->toHTML();
197 $html = $form->toHTML();
218 $html = $form->toHTML();
H A DButtonElementTest.php16 $html = $form->toHTML();
34 $html = $form->toHTML();
H A DCheckableElementTest.php17 $html = $form->toHTML();
46 $html = $form->toHTML();
H A DFormTest.php24 $html = $form->toHTML();
/dokuwiki/inc/Form/
H A DHTMLElement.php27 public function toHTML() function in dokuwiki\\Form\\HTMLElement
H A DFieldsetCloseElement.php29 public function toHTML() function in dokuwiki\\Form\\FieldsetCloseElement
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() 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() function in dokuwiki\\Form\\OptGroup
/dokuwiki/inc/Ui/
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 DPageConflict.php55 echo $form->toHTML('Conflict');
H A DPageDraft.php52 echo $form->toHTML('Draft');
H A DUserRegister.php69 echo $form->toHTML('Register');
H A DUserResendPwd.php39 echo $form->toHTML('ResendPwd');
H A DLogin.php81 echo $form->toHTML('Login');
H A DSubscribe.php112 echo $form->toHTML('Subscribe');
H A DMediaRevisions.php112 echo $form->toHTML('Revisions');
/dokuwiki/lib/plugins/extension/
H A DGuiAdmin.php145 $html .= $form->toHTML();
185 $html .= $form->toHTML();

12