Class \Prado\Web\UI\TEventContent
TEventContent class
TEventContent loads child controls by raising the \Prado\Web\UI\getBroadcastEvent 'fx' event. The handlers then add their own controls to the child control list in $param.
The event getBroadcastEvent is raised with this control as the $sender and the \Prado\Web\UI\getControls List as $param.
Class hierarchy
- \Prado\Web\UI\TEventContent
-
\Prado\Web\UI\TCompositeControl
implements
INamingContainer -
\Prado\Web\UI\TControl
implements
IRenderable, IBindable -
\Prado\TApplicationComponent
-
\Prado\TComponent
Since: 4.2.0
public
|
createChildControls() : mixed
creates child controls by raising the 'fx' event BroadcastEvent
for handlers to then add their own controls.
|
public
|
|
public
|