Ejemplo n.º 1
0
 public function getJavascripts()
 {
     return array_merge(parent::getJavaScripts(), array('dmTagPlugin.fcbkcomplete', 'dmTagPlugin.launcher'));
 }
 /**
  * Gets the JavaScript paths associated with the widget.
  *
  * @return array An array of JavaScript paths
  */
 public function getJavaScripts()
 {
     return array_merge(parent::getJavaScripts(), array("/dcReloadedFormExtraPlugin/js/select_jquery_autocomplete.js"));
 }
 /**
  * Gets the JavaScript paths associated with the widget.
  *
  * @return array An array of JavaScript paths
  */
 public function getJavaScripts()
 {
     return array_merge(parent::getJavaScripts(), array("/dcReloadedFormExtraPlugin/js/chosen.jquery.js"));
 }