PHP Class TbEditableDetailView

Inheritance: extends TbDetailView
Show file Open project: yinhe/yincart

Public Methods

Method Description
__get ( $key ) (non-PHPdoc)
__isset ( $name ) (non-PHPdoc)
__set ( $key, $value ) (non-PHPdoc)
init ( ) ### .init()

Protected Methods

Method Description
renderItem ( $options, $templateData ) ### .renderItem()

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

Widget initialization
public init ( )

renderItem() protected method

### .renderItem()
protected renderItem ( $options, $templateData )