Class FormView
Child Class for a form record view
- CComponent
- CBaseController
- CWidget
- X2Widget
- RecordView
- FormView
Package: application\components
Author: Alex Rowe <alex@x2engine.com>
See:
Located at x2engine/protected/components/FormView.php
Author: Alex Rowe <alex@x2engine.com>
See:
RecordView
Located at x2engine/protected/components/FormView.php
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
string
|
|
public
string
|
#
renderAttribute( array $item,
Renders the Attribute of a form item. For a View, this is the value of the field. For a Form, this is the inpute of the field |
public
|
|
public
array
|
|
public
|
__construct(),
ajaxRender(),
behaviors(),
getModule(),
renderFile(),
setModule()
|
actions(),
getController(),
getId(),
getOwner(),
getViewFile(),
getViewPath(),
render(),
setId()
|
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderInternal(),
widget()
|
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
public
array
|
$htmlOptions | array (
'class' => ''
) |
#
$htmlOptions |
public
CActiveForm
|
$form |
|
#
CActiveForm Object optionally passed to the widget |
public
string
|
$JSClass | 'FormView' |
#
Js Class name |
public
array
|
$quickCreateModels | array() |
#
Models names that support quick create |
public
array
|
$idArray |
|
#
An array of IDs of a current duplication. If set, the form input will become dropdowns of the different possible inputs |
public
array
|
$defaultsByRelatedModelType | array() |
#
[$defaultsByRelatedModelType description] |
public
boolean
|
$suppressQuickCreate | false |
#
If true, quick create buttons will not render Typicall true if this form is a quick create form |
$_fieldPermissions,
$_fields,
$_formSettings,
$layoutData,
$model,
$modelName,
$scenario,
$specialFields,
$suppressFields
|
$_module
|
$actionPrefix,
$skin
|
$module
|
$controller,
$id,
$owner,
$viewPath
|