Lines Matching refs:addElement
160 $form->addElement(form_makeOpenTag('p'));
161 …$form->addElement(form_makeTextField('id', htmlentities(parseWikiIdTemplate($data['wikiidtpl'], $d…
164 $form->addElement('<br/> Preset:');
171 $form->addElement(',');
173 $form->addElement(' ');
175 $form->addElement(' ');
180 $form->addElement(form_makeTag('input', array(
191 $form->addElement(form_makeCloseTag('p'));
208 $form->addElement(form_makeOpenTag('div', array('id'=>'wiki__editbar')));
209 $form->addElement(form_makeOpenTag('div', array('id'=>'size__ctl')));
210 $form->addElement(form_makeCloseTag('div'));
212 $form->addElement(form_makeOpenTag('div', array('class'=>'editButtons')));
215 $form->addElement(form_makeTag('input', array(
227 …$form->addElement(form_makeButton('submit', 'preview', $lang['btn_preview'], array('id'=>'edbtn__p…
228 …$form->addElement(form_makeButton('submit', 'draftdel', $lang['btn_cancel'], array('tabindex' => '…
229 $form->addElement(form_makeCloseTag('div'));
230 $form->addElement(form_makeOpenTag('div', array('class'=>'summary')));
231 …$form->addElement(form_makeTextField('summary', $SUM, $lang['summary'], 'edit__summary', 'nowrap',…
233 if ($elem) $form->addElement($elem);
234 $form->addElement(form_makeCloseTag('div'));
236 $form->addElement(form_makeCloseTag('div'));
238 $form->addElement(form_makeOpenTag('div', array('class'=>'license')));
243 $form->addElement($out);
244 $form->addElement(form_makeCloseTag('div'));