Class ActionMenu
Widget class for rendering a user's actions widget.
Renders the actions widget with action statistics, i.e. how many actions
total, how many actions complete, how many incomplete, titled "My Actions"
-
CComponent
-
CBaseController
-
CWidget
-
X2Widget
-
ActionMenu
Methods summary
public
|
#
init( )
Initializes the widget. This method is called by CBaseController::createWidget and CBaseController::beginWidget after
the widget's properties have been initialized.
Initializes the widget. This method is called by CBaseController::createWidget and CBaseController::beginWidget after
the widget's properties have been initialized.
Overrides
|
public
|
#
run( )
Creates the widget.
Overrides
CWidget::run()
|
Methods inherited from CWidget
actions(),
getController(),
getId(),
getOwner(),
getViewFile(),
getViewPath(),
render(),
setId()
|
Methods inherited from CBaseController
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderInternal(),
widget()
|
Methods inherited from CComponent
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
Properties inherited from CWidget
$actionPrefix,
$skin
|
Magic properties inherited from CWidget
$controller,
$id,
$owner,
$viewPath
|