Ejemplo n.º 1
0
 public function getScript()
 {
     parent::getScript();
     foreach ($this->jsCodes as $jsCode) {
         $this->jquery_code_for_compile[] = $jsCode->compile(array("identifier" => $this->attachTo));
     }
     return $this->compileJQueryCode();
 }