API Documentation

JQuery/View/Helper/JQuery.php

Includes 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_JQuery
subpackage
View
version
$Id: JQuery.php 20184 2010-01-10 21:22:54Z freak $
Classes
ZendX_JQuery_View_Helper_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_JQuery_View_Helper_JQuery

Extends from
\Zend_View_Helper_Abstract
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_JQuery
subpackage
View
uses
Zend_Json
Properties
$noConflictMode
$view
Methods
__call
__construct
disableNoConflictMode
enableNoConflictMode
getJQueryHandler
getNoConflictMode
jQuery
setView

Description

jQuery Helper. Functions as a stack for code and loads all jQuery dependencies.

Properties

$noConflictMode

 $noConflictMode = 'false'

jQuery no Conflict Mode

Details

visibility
private
default
false
final
false
static
true
see
http://docs.jquery.com/Using_jQuery_with_Other_Libraries
staticvar
Boolean Status of noConflict Mode

$view

\Zend_View_Interface $view = ''

Details

\Zend_View_Interface
visibility
public
default
final
false
static
false

Methods

__call

__call( string $method, array $args ) : mixed

Proxy to container methods

Arguments
$method
string
$args
array
Output
mixed
Details
visibility
public
final
false
static
false
throws
For invalid method calls

__construct

__construct( ) : void

Initialize helper

Retrieve container from registry or create new container and store in registry.

Details
visibility
public
final
false
static
false

disableNoConflictMode

disableNoConflictMode( ) : void

Disable noConflict Mode of jQuery if this was previously enabled.

Details
visibility
public
final
false
static
true

enableNoConflictMode

enableNoConflictMode( ) :

Enable the jQuery internal noConflict Mode to work with other Javascript libraries. Will setup jQuery in the variable $j instead of $ to overcome conflicts.

Details
visibility
public
final
false
static
true
link
http://docs.jquery.com/Using_jQuery_with_Other_Libraries

getJQueryHandler

getJQueryHandler( ) : String

Return current jQuery handler based on noConflict mode settings.

Output
String
Details
visibility
public
final
false
static
true

getNoConflictMode

getNoConflictMode( ) : Boolean

Return current status of the jQuery no Conflict Mode

Output
Boolean
Details
visibility
public
final
false
static
true

jQuery

jQuery( ) : \ZendX_JQuery_View_Helper_JQuery_Container

Return jQuery View Helper class, to execute jQuery library related functions.

Details
visibility
public
final
false
static
false

setView

setView( \Zend_View_Interface $view ) : void

Set view object

Arguments
$view
\Zend_View_Interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox 0.12.2.