예제 #1
0
 /**
  * Ensure fields are defined and form widgets are registered so they can
  * also be bound to the controller this allows their AJAX features to
  * operate.
  * @return void
  */
 public function bindToController()
 {
     $this->defineFormFields();
     parent::bindToController();
 }
예제 #2
0
 /**
  * Ensure report widgets are registered so they can also be bound to 
  * the controller this allows their AJAX features to operate.
  * @return void
  */
 public function bindToController()
 {
     $this->defineReportWidgets();
     parent::bindToController();
 }