Zend Framework  1.12
Static Public Member Functions | Public Attributes | List of all members
Zend_Dojo Class Reference

Static Public Member Functions

static enableForm (Zend_Form $form)
 Dojo-enable a form instance.
 
static enableView (Zend_View_Interface $view)
 Dojo-enable a view instance.
 

Public Attributes

const CDN_BASE_AOL = 'http://o.aolcdn.com/dojo/'
 Base path to AOL CDN.
 
const CDN_DOJO_PATH_AOL = '/dojo/dojo.xd.js'
 Path to dojo on AOL CDN (following version string)
 
const CDN_BASE_GOOGLE = 'http://ajax.googleapis.com/ajax/libs/dojo/'
 Base path to Google CDN.
 
const CDN_DOJO_PATH_GOOGLE = '/dojo/dojo.xd.js'
 Path to dojo on Google CDN (following version string)
 

Member Function Documentation

static enableForm ( Zend_Form  $form)
static

Dojo-enable a form instance.

Parameters
Zend_Form$form
Returns
void
static enableView ( Zend_View_Interface  $view)
static

Dojo-enable a view instance.

Parameters
Zend_View_Interface$view
Returns
void

Member Data Documentation

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

Base path to AOL CDN.

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

Base path to Google CDN.

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

Path to dojo on AOL CDN (following version string)

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

Path to dojo on Google CDN (following version string)