Lines Matching refs:attr

118         $attr = [
122 $attr['style'] = 'display: none;';
124 return form_makeButton('button', '', $this->getLang('switch_editors'), $attr);
137 $button->attr('type', 'button');
140 $button->attr('style', 'display: none;');
185 $linkForm->addDropdown('iwshortcut', $iwOptions, 'InterWiki')->attr('required', 'required');
206 $linkForm->addRadioButton('linktype', $this->getLang('type:external'))->val('externallink')->attr('checked', 'checked');
216 $linkForm->addRadioButton('nametype', $this->getLang('type:automatic title'))->val('automatic')->attr('checked', 'checked');
219 $linkForm->addTextInput('linkname', 'Link name')->attr('placeholder', $this->getLang('placeholder:link name'));
227 $linkForm->addButton('ok-button', 'OK')->attr('type', 'submit');
228 $linkForm->addButton('cancel-button', $this->getLang('cancel'))->attr('type', 'button');
260 $mediaForm->addTextInput('width', $this->getLang('label:width'))->attr('type', 'number');
261 $mediaForm->addTextInput('height', $this->getLang('label:height'))->attr('type', 'number');
270 $mediaForm->addRadioButton('alignment', $this->getLang('label:default alignment'))->val('')->attr('checked', 'checked');
282 $mediaForm->addRadioButton('linking', $this->getLang('label:default linking'))->val('details')->attr('checked', 'checked');
294 $mediaForm->addRadioButton('caching', $this->getLang('label:default caching'))->val('')->attr('checked', 'checked');
303 $mediaForm->addButton('ok-button', 'OK')->attr('type', 'submit');
304 $mediaForm->addButton('cancel-button', $this->getLang('cancel'))->attr('type', 'button');
342 $readonly = $textareaPos !== false && !empty($form->getElementAt($textareaPos)->attr('readonly'));