Как настроить ZendX_JQuery в application.ini? - PullRequest
1 голос
/ 21 февраля 2011

Не удалось найти информацию о плагине ресурса jQuery.Можно ли настроить jQuery в application.ini?

Ответы [ 3 ]

4 голосов
/ 21 февраля 2011

Вот пример использования iam на «всех» проектах:

pluginPaths.ZendX_Application_Resource = "ZendX/Application/Resource"

; in production - load jquery from google cdn with jquery ui
resources.jquery.version    = 1.4.2
resources.jquery.ui_enable  = true
resources.jquery.ui_version = 1.8.7
resources.jquery.stylesheet = "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/

; in development - load jquery local (not network in trains :-) )
resources.jquery.localpath    = "/js/library/jquery/jquery-1.4.2.js"
resources.jquery.ui_localpath = "/js/library/jquery.ui/jquery.ui.js"
resources.jquery.stylesheet   = "/public/css/jquery.ui/jquery-ui-1.8.7.custom.css"
1 голос
/ 21 февраля 2011
resources.view[] =
pluginPaths.ZendX_Application_Resource_ = "ZendX/Application/Resource"
resources.jquery.localpath = "/jquery/js/jquery-1.4.2.min.js"
resources.jquery.stylesheet = "/jquery/css/ui-lightness/jquery-ui-1.8.custom.css"
resources.jquery.uilocalpath = "/jquery/js/jquery-ui-1.8.custom.min.js"
0 голосов
/ 04 сентября 2012
resources.jquery.version = 1
resources.jquery.ui_version = 1

загрузить новейшую версию jquery

...