Exemple #1
0
 public function init()
 {
     $this->allowedAttributes[] = 'useRowLayout';
     $this->allowedAttributes[] = 'useCheckableLayout';
     $this->allowedAttributes[] = 'checkableLayoutClass';
     parent::init();
 }
Exemple #2
0
 public function init()
 {
     parent::init();
     $this->addClass('tab-pane');
     $this->addClass('fade');
     $this->attributes['role'] = 'tabpanel';
 }
Exemple #3
0
 public function init()
 {
     parent::init();
     $this->allowedAttributes[] = 'type';
     $this->type = 'submit';
     $this->tag = 'button';
 }
Exemple #4
0
 public function init()
 {
     $this->allowedAttributes[] = 'onsubmit';
     $this->allowedAttributes[] = 'enctype';
     $this->allowedAttributes[] = 'method';
     $this->allowedAttributes[] = 'target';
     parent::init();
 }
Exemple #5
0
 public function init()
 {
     $this->allowedAttributes[] = 'cellpadding';
     $this->allowedAttributes[] = 'cellspacing';
     $this->allowedAttributes[] = 'border';
     $this->allowedAttributes[] = 'width';
     $this->allowedAttributes[] = 'sortable';
     parent::init();
 }
Exemple #6
0
 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')));
 }
Exemple #7
0
 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();
 }
Exemple #8
0
 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();
 }
Exemple #9
0
 public function init()
 {
     $this->addClass('alert');
     parent::init();
 }
Exemple #10
0
 public function init()
 {
     $this->allowedAttributes[] = 'align';
     parent::init();
 }
Exemple #11
0
 public function init()
 {
     parent::init();
     $this->tag = 'td';
     $this->parameters = ['label', 'data_name', 'width', 'sortable', 'renderer'];
 }
Exemple #12
0
 public function init()
 {
     $this->addClass('card-subtitle');
     $this->addClass('text-muted');
     parent::init();
 }
Exemple #13
0
 public function init()
 {
     parent::init();
     #$this->addClass('col');
 }
Exemple #14
0
 public function init()
 {
     $this->addClass('container');
     parent::init();
 }
Exemple #15
0
 public function init()
 {
     $this->allowedAttributes[] = 'datetime';
     parent::init();
 }
Exemple #16
0
 public function init()
 {
     parent::init();
     $this->addClass('nav');
     $this->addClass('nav-pills');
 }
Exemple #17
0
 public function init()
 {
     parent::init();
     $this->addClass('nav-item');
 }
Exemple #18
0
 public function init()
 {
     $this->addClass('text-muted');
     parent::init();
 }
Exemple #19
0
 public function init()
 {
     $this->addClass('input-group');
     parent::init();
 }
Exemple #20
0
 public function init()
 {
     $this->allowedAttributes[] = 'width';
     $this->allowedAttributes[] = 'span';
     parent::init();
 }
Exemple #21
0
 public function init()
 {
     $this->allowedAttributes[] = 'type';
     $this->allowedAttributes[] = 'name';
     parent::init();
 }
Exemple #22
0
 public function init()
 {
     $this->allowedAttributes[] = 'rowspan';
     $this->allowedAttributes[] = 'colspan';
     parent::init();
 }
Exemple #23
0
 public function init()
 {
     parent::init();
     $this->addClass('btn-group');
     $this->attributes['role'] = 'group';
 }
Exemple #24
0
 public function init()
 {
     $this->addClass('card');
     parent::init();
 }