API Documentation

Dojo/Form.php

Includes 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
subpackage
Form
Classes
Zend_Dojo_Form

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_Form

Extends from
Zend_Form
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
subpackage
Form
uses
Zend_Form
version
$Id: Form.php 20096 2010-01-06 02:05:09Z bkarwin $
Methods
__construct
loadDefaultDecorators
setView

Description

Dijit-enabled Form

Methods

__construct

__construct( array|Zend_Config|null $options = null ) : void

Constructor

Arguments
$options
arrayZend_Confignull
Details
visibility
public
final
false
static
false

loadDefaultDecorators

loadDefaultDecorators( ) : void

Load the default decorators

Details
visibility
public
final
false
static
false

setView

setView( Zend_View_Interface $view = null ) : Zend_Dojo_Form_Element_Dijit

Set the view object

Ensures that the view object has the dojo view helper path set.

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