Beispiel #1
0
 /**
  * Finalises the JavaScript code and creates a JsExpression object.
  * This method adds any required Popup code before calling the parent implementation.
  *
  * @param string $js Object initialisation JavaScript
  * @return JsExpression Object JavaScript code
  */
 protected function toJsExpression($js)
 {
     return parent::toJsExpression($js . $this->popup());
 }