public function init() { $this->allowedAttributes[] = 'useRowLayout'; $this->allowedAttributes[] = 'useCheckableLayout'; $this->allowedAttributes[] = 'checkableLayoutClass'; parent::init(); }
public function init() { parent::init(); $this->addClass('tab-pane'); $this->addClass('fade'); $this->attributes['role'] = 'tabpanel'; }
public function init() { parent::init(); $this->allowedAttributes[] = 'type'; $this->type = 'submit'; $this->tag = 'button'; }
public function init() { $this->allowedAttributes[] = 'onsubmit'; $this->allowedAttributes[] = 'enctype'; $this->allowedAttributes[] = 'method'; $this->allowedAttributes[] = 'target'; parent::init(); }
public function init() { $this->allowedAttributes[] = 'cellpadding'; $this->allowedAttributes[] = 'cellspacing'; $this->allowedAttributes[] = 'border'; $this->allowedAttributes[] = 'width'; $this->allowedAttributes[] = 'sortable'; parent::init(); }
public function init() { parent::init(); $this->addClass('btn-group'); $this->addClass('pull-right'); $this->attributes['role'] = 'group'; $this->add(html::button(lucid::$app->i18n()->translate('button:cancel'), 'secondary', 'history.go(-1);')); $this->add(html::submit(lucid::$app->i18n()->translate('button:save'))); }
public function init() { $this->allowedAttributes[] = 'checked'; $this->allowedAttributes[] = 'default'; $this->allowedAttributes[] = 'disabled'; $this->allowedAttributes[] = 'icon'; $this->allowedAttributes[] = 'label'; $this->allowedAttributes[] = 'radiogroup'; $this->allowedAttributes[] = 'type'; parent::init(); }
public function init() { $this->allowedAttributes[] = 'form'; $this->allowedAttributes[] = 'high'; $this->allowedAttributes[] = 'low'; $this->allowedAttributes[] = 'max'; $this->allowedAttributes[] = 'min'; $this->allowedAttributes[] = 'optimum'; $this->allowedAttributes[] = 'value'; parent::init(); }
public function init() { $this->addClass('alert'); parent::init(); }
public function init() { $this->allowedAttributes[] = 'align'; parent::init(); }
public function init() { parent::init(); $this->tag = 'td'; $this->parameters = ['label', 'data_name', 'width', 'sortable', 'renderer']; }
public function init() { $this->addClass('card-subtitle'); $this->addClass('text-muted'); parent::init(); }
public function init() { parent::init(); #$this->addClass('col'); }
public function init() { $this->addClass('container'); parent::init(); }
public function init() { $this->allowedAttributes[] = 'datetime'; parent::init(); }
public function init() { parent::init(); $this->addClass('nav'); $this->addClass('nav-pills'); }
public function init() { parent::init(); $this->addClass('nav-item'); }
public function init() { $this->addClass('text-muted'); parent::init(); }
public function init() { $this->addClass('input-group'); parent::init(); }
public function init() { $this->allowedAttributes[] = 'width'; $this->allowedAttributes[] = 'span'; parent::init(); }
public function init() { $this->allowedAttributes[] = 'type'; $this->allowedAttributes[] = 'name'; parent::init(); }
public function init() { $this->allowedAttributes[] = 'rowspan'; $this->allowedAttributes[] = 'colspan'; parent::init(); }
public function init() { parent::init(); $this->addClass('btn-group'); $this->attributes['role'] = 'group'; }
public function init() { $this->addClass('card'); parent::init(); }