/dokuwiki/_test/tests/Form/ |
H A D | InputElementTest.php | 14 $html = $form->toHTML(); 37 $html = $form->toHTML(); 52 $html = $form->toHTML(); 65 $html = $form->toHTML();
|
H A D | DropdownElementTest.php | 34 $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 D | ButtonElementTest.php | 16 $html = $form->toHTML(); 34 $html = $form->toHTML();
|
H A D | CheckableElementTest.php | 17 $html = $form->toHTML(); 46 $html = $form->toHTML();
|
H A D | FormTest.php | 24 $html = $form->toHTML();
|
/dokuwiki/inc/Form/ |
H A D | HTMLElement.php | 27 public function toHTML() function in dokuwiki\\Form\\HTMLElement
|
H A D | FieldsetCloseElement.php | 29 public function toHTML() function in dokuwiki\\Form\\FieldsetCloseElement
|
H A D | LabelElement.php | 26 public function toHTML() function in dokuwiki\\Form\\LabelElement
|
H A D | TagElement.php | 28 public function toHTML() function in dokuwiki\\Form\\TagElement
|
H A D | TagOpenElement.php | 29 public function toHTML() function in dokuwiki\\Form\\TagOpenElement
|
H A D | ButtonElement.php | 32 public function toHTML() function in dokuwiki\\Form\\ButtonElement
|
H A D | FieldsetOpenElement.php | 32 public function toHTML() function in dokuwiki\\Form\\FieldsetOpenElement
|
H A D | TagCloseElement.php | 90 public function toHTML() function in dokuwiki\\Form\\TagCloseElement
|
H A D | CheckableElement.php | 71 public function toHTML() function in dokuwiki\\Form\\CheckableElement
|
H A D | Element.php | 159 abstract public function toHTML(); function in dokuwiki\\Form\\Element
|
H A D | OptGroup.php | 93 public function toHTML() function in dokuwiki\\Form\\OptGroup
|
/dokuwiki/inc/Ui/ |
H A D | UserProfile.php | 40 echo $this->updateProfileForm($userinfo)->toHTML('UpdateProfile'); 41 echo $this->tokenForm($userinfo['user'])->toHTML(); 43 echo $this->deleteProfileForm()->toHTML('ProfileDelete');
|
H A D | PageConflict.php | 55 echo $form->toHTML('Conflict');
|
H A D | PageDraft.php | 52 echo $form->toHTML('Draft');
|
H A D | UserRegister.php | 69 echo $form->toHTML('Register');
|
H A D | UserResendPwd.php | 39 echo $form->toHTML('ResendPwd');
|
H A D | Login.php | 81 echo $form->toHTML('Login');
|
H A D | Subscribe.php | 112 echo $form->toHTML('Subscribe');
|
H A D | MediaRevisions.php | 112 echo $form->toHTML('Revisions');
|
/dokuwiki/lib/plugins/extension/ |
H A D | GuiAdmin.php | 145 $html .= $form->toHTML(); 185 $html .= $form->toHTML();
|