Home
last modified time | relevance | path

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

12

/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();
H A DHTMLElement.php27 public function toHTML() function in dokuwiki\\Form\\HTMLElement
H A DInputElement.php159 public function toHTML() function in dokuwiki\\Form\\InputElement
H A DLabelElement.php26 public function toHTML() function in dokuwiki\\Form\\LabelElement
H A DLegacyForm.php167 $legacy->_content[] = $element->toHTML();
H A DOptGroup.php93 public function toHTML()
89 public function toHTML() global() function in dokuwiki\\Form\\OptGroup
H A DTagCloseElement.php90 public function toHTML() function in dokuwiki\\Form\\TagCloseElement
H A DTagElement.php28 public function toHTML() function in dokuwiki\\Form\\TagElement
H A DTagOpenElement.php29 public function toHTML() function in dokuwiki\\Form\\TagOpenElement
/dokuwiki/inc/Ui/
H A DEditor.php180 echo $form->toHTML('Edit');
H A DLogin.php79 echo $form->toHTML('Login');
H A DMediaDiff.php184 echo $form->toHTML();
H A DMediaRevisions.php112 echo $form->toHTML('Revisions');
H A DPageConflict.php55 echo $form->toHTML('Conflict');
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');

12