Lines Matching refs:attr
108 $form->addButton('do[save]', $lang['btn_save'])->attr('type', 'submit')
111 $form->addButton('do[preview]', $lang['btn_preview'])->attr('type', 'submit')
114 $form->addButton('do[cancel]', $lang['btn_cancel'])->attr('type', 'submit');
123 $input->getLabel()->attr('class', 'nowrap');
137 $attr = [
145 … . ' <a ' . buildAttributes($attr, true) . '>' . $license[$conf['license']]['name'] . '</a>');
200 $attr = [];
201 if (!$data['wr']) $attr['readonly'] = 'readonly';
202 $attr['dir'] = 'auto';
203 $attr['cols'] = '80';
204 $attr['rows'] = '10';
206 $data['form']->addTextarea('wikitext', '')->attrs($attr)->val($TEXT)