Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getJS()
 {
     $js = parent::getJS();
     $js['opt']['target'] = $this->getId();
     unset($js['opt']['capabilities']);
     return $js;
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function getJS()
 {
     $js = parent::getJS();
     unset($js['opt']['capabilities']);
     return $js;
 }