示例#1
0
 public function __construct($name, array $options = [])
 {
     parent::__construct($name, $options);
     if ($this->checkAll) {
         $this->setTitle('<input class="checkbox" data-handler="grid.checkall" type="checkbox" data-rel="' . $this->getName() . '[]" value="1" /> ' . $this->getTitle());
     }
 }
示例#2
0
 public function __construct($name, array $options = [])
 {
     parent::__construct($name, $options);
     $this->router = app('router');
 }