Class MenuList
- CComponent
- CBaseController
- CWidget
- X2Widget
- MenuList
Package: application\modules\mobile\components
Located at x2engine/protected/modules/mobile/components/MenuList.php
Located at x2engine/protected/modules/mobile/components/MenuList.php
public
|
|
public
|
|
protected
|
|
protected
|
|
protected
|
#
renderMenuItem( array $item )
Renders the content of a menu item. Note that the container and the sub-menus are not rendered here. |
__construct(),
ajaxRender(),
behaviors(),
getModule(),
renderFile(),
setModule()
|
actions(),
getController(),
getId(),
getOwner(),
getViewFile(),
getViewPath(),
render(),
setId()
|
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderInternal(),
widget()
|
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
public
array
|
$items | array() |
#
list of menu items. Each menu item is specified as an array of name-value pairs.
Possible option names include the following:
|
public
string
|
$linkLabelWrapper |
|
#
the HTML element name that will be used to wrap the label of all menu links. For example, if this property is set as 'span', a menu item may be rendered as <li><a href="url"><span>label</span></a></li> This is useful when implementing menu items using the sliding window technique. Defaults to null, meaning no wrapper tag will be generated. |
$_module
|
$actionPrefix,
$skin
|
$module
|
$controller,
$id,
$owner,
$viewPath
|