예제 #1
0
 protected function boot()
 {
     parent::boot();
     $this->setAttributes(['class' => 'datetimepicker']);
     $this->getGroup()->setSettings(['fieldCol' => 'col-md-3']);
 }
예제 #2
0
 protected function boot()
 {
     parent::boot();
     $this->setAttributes(['class' => 'datepicker']);
 }
예제 #3
0
 protected function boot()
 {
     parent::boot();
     $this->setAttributes(['class' => 'slugify']);
 }