API Documentation

Application/Resource/Jquery.php

Classes 
category
ZendX
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
ZendX_Application
subpackage
Resource
version
$Id: Jquery.php 20240 2010-01-13 04:51:56Z matthew $
Classes
ZendX_Application_Resource_Jquery

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

\ZendX_Application_Resource_Jquery

Extends from
\Zend_Application_Resource_ResourceAbstract
category
ZendX
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
ZendX_Application
subpackage
Resource
uses
Zend_Application_Resource_ResourceAbstract
Properties
$_jquery
$_view
Methods
_parseOptions
getJquery
init

Description

JQuery application resource

Example configuration:

  resources.Jquery.noconflictmode = false        ; default
  resources.Jquery.version = 1.7.1               ; 
  resources.Jquery.localpath = "/foo/bar"
  resources.Jquery.enable = true
  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

Properties

$_jquery

\ZendX_JQuery_View_Helper_JQuery_Container $_jquery = ''

Details

\ZendX_JQuery_View_Helper_JQuery_Container
visibility
protected
default
final
false
static
false

$_view

\Zend_View $_view = ''

Details

\Zend_View
visibility
protected
default
final
false
static
false

Methods

_parseOptions

_parseOptions( array $options ) : void

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

Arguments
$options
array
Details
visibility
protected
final
false
static
false

getJquery

getJquery( ) : \ZendX_JQuery_View_Helper_JQuery_Container

Retrieve JQuery View Helper

Details
visibility
public
final
false
static
false

init

init( ) : \ZendX_JQuery_View_Helper_JQuery_Container

Defined by Zend_Application_Resource_Resource

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox 0.12.2.