PHP Class WhEditableDetailView

Makes editable CDetailView (several attributes of single model shown as name-value table).
Author: Antonio Ramirez ([email protected])
Author: Vitaliy Potapov ([email protected])
Inheritance: extends CDetailView
Show file Open project: 2amigos/yiiwheels

Public Methods

Method Description
__get ( $key ) (non-PHPdoc)
__isset ( $name ) (non-PHPdoc)
__set ( $key, $value ) (non-PHPdoc)
init ( ) Initializes the widget

Protected Methods

Method Description
renderItem ( array $options, string $templateData ) Renders an item

Private Methods

Method Description
getEditableProperties ( ) Get the properties available for {@link EditableField}.

Method Details

__get() public method

(non-PHPdoc)
See also: CComponent::__get()
public __get ( $key )

__isset() public method

(non-PHPdoc)
See also: CComponent::__isset()
public __isset ( $name )

__set() public method

(non-PHPdoc)
See also: CComponent::__set()
public __set ( $key, $value )

init() public method

Initializes the widget
public init ( )

renderItem() protected method

Renders an item
protected renderItem ( array $options, string $templateData )
$options array
$templateData string