Home
last modified time | relevance | path

Searched refs:registerScriptFile (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/fileupload/
H A DWhFileUpload.php137 … $cs->registerScriptFile($assetsUrl . '/js/vendor/jquery.ui.widget.js', CClientScript::POS_END);
140 $cs->registerScriptFile($assetsUrl . '/js/tmpl.min.js', CClientScript::POS_END);
143 $cs->registerScriptFile($assetsUrl . '/js/load-image.min.js', CClientScript::POS_END);
144 … $cs->registerScriptFile($assetsUrl . '/js/canvas-to-blob.min.js', CClientScript::POS_END);
150 … $cs->registerScriptFile($assetsUrl . '/js/jquery.iframe-transport.js', CClientScript::POS_END);
151 $cs->registerScriptFile($assetsUrl . '/js/jquery.fileupload.js', CClientScript::POS_END);
155 … $cs->registerScriptFile($assetsUrl . '/js/jquery.fileupload-ip.js', CClientScript::POS_END);
159 … $cs->registerScriptFile($assetsUrl . '/js/jquery.fileupload-fp.js', CClientScript::POS_END);
162 … $cs->registerScriptFile($assetsUrl . '/js/jquery.fileupload-locale.js', CClientScript::POS_END);
165 $cs->registerScriptFile($assetsUrl . '/js/jquery.fileupload-ui.js', CClientScript::POS_END);
H A DWhBasicFileUpload.php80 $cs->registerScriptFile($assetsUrl . '/js/vendor/jquery.ui.widget.js');
81 $cs->registerScriptFile($assetsUrl . '/js/jquery.iframe-transport.js');
82 $cs->registerScriptFile($assetsUrl . '/js/jquery.fileupload.js');
/dports/www/limesurvey/limesurvey/application/extensions/yii-jsoneditor/
H A DJsonEditor.php32 protected function registerScriptFile($fileName) function in JsonEditor
34 App()->clientScript->registerScriptFile($this->baseUrl . $fileName);
40 $this->registerScriptFile('jsoneditor-min.js');
41 $this->registerScriptFile('lib/ace/ace.js');
42 App()->clientScript->registerScriptFile(App()->assetManager->publish(__DIR__ . '/widget.js'));
/dports/www/limesurvey/limesurvey/framework/zii/widgets/jui/
H A DCJuiWidget.php121 $this->registerScriptFile($this->scriptFile);
125 $this->registerScriptFile($scriptFile);
140 protected function registerScriptFile($fileName,$position=CClientScript::POS_END) function in CJuiWidget
142 Yii::app()->getClientScript()->registerScriptFile($this->scriptUrl.'/'.$fileName,$position);
H A DCJuiDatePicker.php115 $this->registerScriptFile($this->i18nScriptFile);
123 $this->registerScriptFile($this->i18nScriptFile);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/zii/widgets/jui/
H A DCJuiWidget.php122 $this->registerScriptFile($this->scriptFile);
126 $this->registerScriptFile($scriptFile);
141 protected function registerScriptFile($fileName,$position=CClientScript::POS_END) function in CJuiWidget
143 Yii::app()->getClientScript()->registerScriptFile($this->scriptUrl.'/'.$fileName,$position);
/dports/www/thundersnarf/thundersnarf/protected/extensions/EFlot/
H A DEFlotWidget.php65 $this->registerScriptFile($this->scriptFile);
69 $this->registerScriptFile($scriptFile);
73 protected function registerScriptFile($fileName,$position=CClientScript::POS_HEAD) function in EFlotWidget
75 Yii::app()->getClientScript()->registerScriptFile($this->scriptUrl.'/'.$fileName,$position);
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/html5editor/
H A DWhHtml5Editor.php97 $cs->registerScriptFile($assetsUrl . '/js/wysihtml5-0.3.0.js');
98 $cs->registerScriptFile($assetsUrl . '/js/bootstrap-wysihtml5.js');
101 $cs->registerScriptFile(
105 … $cs->registerScriptFile($assetsUrl . '/js/locale/bootstrap-wysihtml5.' . $this->lang . '.js');
/dports/www/thundersnarf/thundersnarf/protected/extensions/jui/
H A DEJqueryUiInclude.php166 $clientScript->registerScriptFile($baseUrl.'/js/jquery-ui-1.8.1.custom.js');
170 $clientScript->registerScriptFile($baseUrl.'/js/jquery-ui-1.7.1.custom.packed.js');
175 $clientScript->registerScriptFile($baseUrl.'/js/jquery-ui-1.8.1.custom.min.js');
H A DEJqueryUiWidget.php324 $this->clientScript->registerScriptFile($this->baseUrl.'/js/jquery-ui-1.8.1.custom.js');
328 … $this->clientScript->registerScriptFile($this->baseUrl.'/js/jquery-ui-1.7.1.custom.packed.js');
333 … $this->clientScript->registerScriptFile($this->baseUrl.'/js/jquery-ui-1.8.1.custom.min.js');
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/highcharts/
H A DWhHighCharts.php91 $cs->registerScriptFile($assetsUrl . '/js/highcharts.js');
99 $cs->registerScriptFile($assetsUrl . '/js/modules/exporting.js');
103 $cs->registerScriptFile($assetsUrl . '/js/themes/' . $theme . '.js');
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/site/widget/plupload/
H A DWidget.php41 \Site::scripts()->registerScriptFile($assetUrl.'/assets/js/plupload.full.js');
42 …\Site::scripts()->registerScriptFile($assetUrl.'/assets/js/jquery.plupload.queue/jquery.plupload.q…
46 \Site::scripts()->registerScriptFile($assetUrl.$langFile);
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/redactor/
H A DWhRedactor.php89 $cs->registerScriptFile($assetsUrl . '/js/' . $script, CClientScript::POS_BEGIN);
94 … $cs->registerScriptFile($assetsUrl . '/js/langs/' . $language . '.js', CClientScript::POS_BEGIN);
120 Yii::app()->clientScript->registerScriptFile(
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/modal/
H A DWhModal.php51 $cs->registerScriptFile($assetsUrl . '/js/bootstrap-modal.js', CClientScript::POS_END);
52 … $cs->registerScriptFile($assetsUrl . '/js/bootstrap-modalmanager.js', CClientScript::POS_END);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/views/layouts/
H A Dmain.php6 $cs->registerScriptFile($baseUrl.'/js/tools.tooltip-1.1.3.min.js');
7 $cs->registerScriptFile($baseUrl.'/js/fancybox/jquery.fancybox-1.3.1.pack.js');
/dports/www/limesurvey/limesurvey/framework/gii/views/layouts/
H A Dmain.php7 $cs->registerScriptFile($baseUrl.'/js/tooltip.js');
8 $cs->registerScriptFile($baseUrl.'/js/fancybox/jquery.fancybox-1.3.1.pack.js');
/dports/www/limesurvey/limesurvey/framework/web/widgets/
H A DCFlexWidget.php101 $cs->registerScriptFile($this->baseUrl.'/AC_OETags.js');
106 $cs->registerScriptFile($this->baseUrl.'/history/history.js');
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/widgets/
H A DCFlexWidget.php101 $cs->registerScriptFile($this->baseUrl.'/AC_OETags.js');
106 $cs->registerScriptFile($this->baseUrl.'/history/history.js');
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/timeago/
H A DWhTimeAgo.php86 $cs->registerScriptFile($assetsUrl . '/js/jquery.timeago.js');
89 … $cs->registerScriptFile($assetsUrl . '/js/locales/jquery.timeago.' . $this->language . '.js');
/dports/www/limesurvey/limesurvey/application/views/admin/survey/subview/
H A D_template_carousel.php11 …App()->getClientScript()->registerScriptFile( App()->getConfig('adminscripts') . 'jcarousel.min.js…
12 …App()->getClientScript()->registerScriptFile( App()->getConfig('adminscripts') . 'template.jcarous…
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/datepicker/
H A DWhDatePicker.php88 $cs->registerScriptFile($assetsUrl . '/js/bootstrap-datepicker.js', CClientScript::POS_END);
91 $cs->registerScriptFile(
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/gallery/
H A DWhGallery.php127 $cs->registerScriptFile($assetsUrl . '/js/blueimp-gallery.min.js', CClientScript::POS_END);
128 $cs->registerScriptFile($assetsUrl . '/js/blueimp-gallery-indicator.js', CClientScript::POS_END);
/dports/www/limesurvey/limesurvey/application/extensions/yiiwheels/widgets/formhelpers/
H A DWhInputWidget.php92 … $cs->registerScriptFile($assetsUrl . "/js/bootstrap-formhelpers.min.js", CClientScript::POS_END);
97 $cs->registerScriptFile($languageFile);
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/behaviors/
H A DTbWidget.php88 public function registerScriptFile($url, $position = null) function in TbWidget
93 $this->getClientScript()->registerScriptFile($url, $position);
/dports/www/limesurvey/limesurvey/application/views/admin/export/statistics_subviews/
H A D_statistics_view_scripts.php15 <?php App()->getClientScript()->registerScriptFile( App()->getConfig('adminscripts') . 'Chart.min.j…

12345