예제 #1
0
 public function setup()
 {
     parent::setup();
     /*
      * Here, the plugin form code
      */
 }
예제 #2
0
 public function configure()
 {
     parent::configure();
     $this->widgetSchema['dest']->setAttribute('class', 'dm_link_droppable');
     $this->unsetAutoFields();
 }