![]() | ![]() |
KoolMenuItem Class [PHP]
Summary
Properties | Description | |
![]() | Enabled | Get or set whether the item is enabled. |
![]() | GroupSettings | Get or set properties of menu item's group settings. |
![]() | id | Get id of KoolMenuItem. |
![]() | ImageUrl | Get or set the image url of item. |
![]() | Link | Get or set the text of item. |
![]() | Target | Get or set the target of the item. |
![]() | Text | Get or set the text of item. |
![]() | ToolTip | Get or set the tooltip of item. |
![]() | Width | Get or set the width of item. |
Methods | Description | |
![]() | AddChild | Add sub menuitem. |
![]() | AddSeparator | Add a separator. |
Properties Detail
EnabledTop
bool Enabled
Get or set whether the item is enabled.
Default value : true
Supported from version: 1.0.0.0
GroupSettingsTop
GroupSettings GroupSettings
Get or set properties of menu item's group settings.
Supported from version: 1.0.0.0
TargetTop
string Target
Get or set the target of the item. The target would be "_blank" or any frame's name.
Supported from version: 1.0.0.0
![]() | ![]() |