jQuery リソース プラグインに関する情報は見つかりませんでした。application.ini で jQuery を構成することは可能ですか?
質問する
2505 次
3 に答える
4
「すべての」プロジェクトで 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"
于 2011-02-21T18:21:27.750 に答える
1
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"
于 2011-02-21T17:10:52.013 に答える