ArrayObject getAttributesToRender(
)
|
|
Returns the attributes to be rendered.
This method overrides the parent's implementation to default to adding a [] to the name
Overrides
TWebControl::getAttributesToRender() (This overrides the parent implementation by rendering more TWebControl-specific attributes.)
array|null saveViewState(
)
|
|
Returns the viewstate of this control and its children.
This makes sure there is a selectedItem for a dropdownlist. If there is no selected item, the initial one is set as the selected.
Overrides
TListControl::saveViewState() (Returns the viewstate of this control and its children.)