Class ZendX_Application_Resource_Jquery

Description

JQuery application resource

Example configuration:

   resources.Jquery.noconflictmode = false        ; default
   resources.Jquery.version = 1.7.1               ; 
   resources.Jquery.localpath = "/foo/bar"
   resources.Jquery.uienable = true;
   resources.Jquery.ui_enable = true;
   resources.Jquery.uiversion = 0.7.7;
   resources.Jquery.ui_version = 0.7.7;
   resources.Jquery.uilocalpath = "/bar/foo";
   resources.Jquery.ui_localpath = "/bar/foo";
   resources.Jquery.cdn_ssl = false
   resources.Jquery.render_mode = 255 ; default
   resources.Jquery.rendermode = 255 ; default

   resources.Jquery.javascriptfile = "/some/file.js"
   resources.Jquery.javascriptfiles.0 = "/some/file.js"
   resources.Jquery.stylesheet = "/some/file.css"
   resources.Jquery.stylesheets.0 = "/some/file.css"

Resource for settings JQuery options

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License
  • uses: Zend_Application_Resource_ResourceAbstract

Located in /Application/Resource/Jquery.php (line 56)

Zend_Application_Resource_ResourceAbstract
   |
   --ZendX_Application_Resource_Jquery
Variable Summary
Method Summary
Variables
  • access: protected
Zend_View $_view (line 67)
  • access: protected
Methods
getJquery (line 84)

Retrieve JQuery View Helper

  • access: public
init (line 74)

Defined by Zend_Application_Resource_Resource

  • access: public
_parseOptions (line 105)

Parse options to find those pertinent to jquery helper and invoke them

  • access: protected
void _parseOptions ( $options)
  • array $options

Documentation generated on Tue, 27 Apr 2010 16:02:59 -0400 by phpDocumentor 1.4.3