The
class is an extension of the
interface adding support for attaching extra data like URL, target window, an access key (shortcut), a toolTip, etc.
is an extension of
;
have display names and the ability to be added to
- MenuItems
objects.
Located in /harmoni/core/GUIManager/Components/MenuItemLink.class.php (line 18)
ComponentInterface | --Component | --MenuItemLink
Class | Description |
---|---|
MenuItemLinkWithAdditionalHtml |
The class is an extension of the interface adding support for attaching extra data like URL, target window, an access key (shortcut), a toolTip, etc. |
The access key (shortcut) for this menut item.
An associative array of additional HTML attributes to be included with the
tag. The key is the attribute, and the element is the value.
- a href
The display name of this menu item.
The selected state of this menu item.
The target window of this menu item.
The toolTip for this menu item.
The url of this menu item.
Inherited from Component
Component::$_content
Component::$_id
Component::$_index
Component::$_postHTML
Component::$_preHTML
Component::$_styleCollections
Component::$_type
The constructor.
and
- getStylesForComponentType()
methods.
- addStyleForComponentType()
Add an additional attribute to the
HTML tag. For example, this could be a javascript event or simply any additional functionality not available through the standard get/set methods. Repeated attributes are not permitted.
- a href
Returns the access key character (shortcut) for this menu item.
Renders the component on the screen.
Sets the access key character (shortcut) for this menu item.
Sets the display name of this menu item.
Sets the selected state of this menu item.
means selected;
- TRUE
is unselected.
- FALSE
Sets the target window for this menu item.
Sets the toolTip text for this menu item.
Sets the URL of this menu item.
Inherited From Component
Component::Component()
Component::addStyle()
Component::getId()
Component::getIndex()
Component::getPostHTML()
Component::getPreHTML()
Component::getStyle()
Component::getStyles()
Component::getType()
Component::removeStyle()
Component::render()
Component::setId()
Component::setPostHTML()
Component::setPreHTML()
Inherited From ComponentInterface
ComponentInterface::addStyle()
ComponentInterface::getIndex()
ComponentInterface::getPostHTML()
ComponentInterface::getPreHTML()
ComponentInterface::getStyle()
ComponentInterface::getStyles()
ComponentInterface::getType()
ComponentInterface::removeStyle()
ComponentInterface::render()
ComponentInterface::setPostHTML()
ComponentInterface::setPreHTML()
Documentation generated on Wed, 19 Sep 2007 10:25:02 -0400 by phpDocumentor 1.3.0RC3