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