Static Public Member Functions | Data Fields

Zend_Dojo Class Reference

Static Public Member Functions

static enableForm (Zend_Form $form)
static enableView (Zend_View_Interface $view)

Data Fields

const CDN_BASE_AOL = 'http://o.aolcdn.com/dojo/'
const CDN_DOJO_PATH_AOL = '/dojo/dojo.xd.js'
const CDN_BASE_GOOGLE = 'http://ajax.googleapis.com/ajax/libs/dojo/'
const CDN_DOJO_PATH_GOOGLE = '/dojo/dojo.xd.js'

Detailed Description

Definition at line 29 of file Dojo.php.


Member Function Documentation

static enableForm ( Zend_Form form ) [static]

Dojo-enable a form instance

Parameters:
Zend_Form$form
Returns:
void

Definition at line 57 of file Dojo.php.

static enableView ( Zend_View_Interface view ) [static]

Dojo-enable a view instance

Parameters:
Zend_View_Interface$view
Returns:
void

Definition at line 80 of file Dojo.php.


Field Documentation

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

string Base path to AOL CDN

Definition at line 34 of file Dojo.php.

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

string Base path to Google CDN

Definition at line 44 of file Dojo.php.

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

string Path to dojo on AOL CDN (following version string)

Definition at line 39 of file Dojo.php.

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

string Path to dojo on Google CDN (following version string)

Definition at line 49 of file Dojo.php.


The documentation for this class was generated from the following file: