Home
last modified time | relevance | path

Searched refs:addTextarea (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/inc/Ui/
H A DEditor.php86 Event::createAndTrigger('EDIT_FORM_ADDTEXTAREA', $data, [$this, 'addTextarea'], true);
88 $this->addTextarea($data);
192 public function addTextarea(&$data)
207 $data['form']->addTextarea('wikitext', '')->attrs($attr)->val($TEXT)
193 public function addTextarea(&$data) global() function in dokuwiki\\Ui\\Editor
/dokuwiki/inc/
H A Dmedia.php202 $form->addTextarea($p['name'], $lang[$field[1]])->id($p['id'])
H A Dhtml.php707 dbg_deprecated(Editor::class . '::addTextarea()');
708 (new Editor())->addTextarea($param);
/dokuwiki/inc/Form/
H A DForm.php285 public function addTextarea($name, $label = '', $pos = -1) function in dokuwiki\\Form\\Form
H A DLegacyForm.php34 $this->addTextarea('wikitext')