Пример #1
0
 /**
  * Configure the "Check Box" Grid Renderer.
  */
 public function __construct()
 {
     $configuration = array('width' => '5px', 'sortable' => FALSE, 'canBeHidden' => FALSE, 'html' => '<input type="checkbox" class="checkbox-row-top"/>');
     parent::__construct($configuration);
 }
Пример #2
0
 /**
  * Configure the "Button Group" Grid Renderer.
  */
 public function __construct()
 {
     $configuration = array('sortable' => FALSE, 'canBeHidden' => FALSE);
     parent::__construct($configuration);
 }