API Documentation

Dojo.php

Classes 
category
Zend
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
Zend_Dojo
Classes
Zend_Dojo

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.

Zend_Dojo

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
Zend_Dojo
version
$Id: Dojo.php 20096 2010-01-06 02:05:09Z bkarwin $
Constants
CDN_BASE_AOL
CDN_DOJO_PATH_AOL
CDN_BASE_GOOGLE
CDN_DOJO_PATH_GOOGLE
Methods
enableForm
enableView

Description

Enable Dojo components

Constants

CDN_BASE_AOL

 CDN_BASE_AOL = 'http://o.aolcdn.com/dojo/'

Base path to AOL CDN

Details

value
http://o.aolcdn.com/dojo/

CDN_DOJO_PATH_AOL

 CDN_DOJO_PATH_AOL = '/dojo/dojo.xd.js'

Path to dojo on AOL CDN (following version string)

Details

value
/dojo/dojo.xd.js

CDN_BASE_GOOGLE

 CDN_BASE_GOOGLE = 'http://ajax.googleapis.com/ajax/libs/dojo/'

Base path to Google CDN

Details

value
http://ajax.googleapis.com/ajax/libs/dojo/

CDN_DOJO_PATH_GOOGLE

 CDN_DOJO_PATH_GOOGLE = '/dojo/dojo.xd.js'

Path to dojo on Google CDN (following version string)

Details

value
/dojo/dojo.xd.js

Methods

enableForm

enableForm( Zend_Form $form ) : void

Dojo-enable a form instance

Arguments
$form
Zend_Form
Details
visibility
public
final
false
static
true

enableView

enableView( Zend_View_Interface $view ) : void

Dojo-enable a view instance

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