Description
Object
|
--Persistent
|
--Component
|
--CustomPopupMenu
|
--PopupMenu
Located in File: /menus.inc.php
Use PopupMenu to define the pop-up menu that appears when the user clicks on a control with the right mouse button.
To make a pop-up menu available, assign the PopupMenu object to the control's PopupMenu property.
Properties
Summary:
|
|
 |
Images
|
Lists the images that can appear beside individual menu items.
|
 |
Items
|
Describes the elements of the menu.
|
|
|
 |
Name
|
Specifies the name for the component. The name is used as an identifier and should be unique.
|
 |
Tag
|
A versatile property of every Component that can be used in any way you want
|
 |
ComponentCount
|
Indicates the number of components owned by the component.
|
 |
Components
|
Lists all the components owned by this component.
|
 |
ControlState
|
A flag to know the state of the control, csLoading, csDesigning
|
 |
DataFieldValue
|
This property returns the value of the datafield if any.
|
 |
NamePath
|
Specifies the path to uniquely identify a component, qualified by the owner when required.
|
 |
Owner
|
Indicates the component that is responsible for streaming and freeing this component.
|
|
|
 |
NamePath
|
Used to serialize/unserialize. It returns the full path to identify this component.
|
 |
Owner
|
Owner of the component.
|
property Images
Lists the images that can appear beside individual menu items.
This property is implemented in
CustomPopupMenu::
Images
property Items
Describes the elements of the menu.
This property is implemented in
CustomPopupMenu::
Items
property Name
Specifies the name for the component. The name is used as an identifier and should be unique.
This property is implemented in
Component::
Name
property Tag
A versatile property of every Component that can be used in any way you want
This property is implemented in
Component::
Tag
property ComponentCount
Indicates the number of components owned by the component.
This property is implemented in
Component::
ComponentCount
property Components
Lists all the components owned by this component.
This property is implemented in
Component::
Components
property ControlState
A flag to know the state of the control, csLoading, csDesigning
This property is implemented in
Component::
ControlState
property DataFieldValue
This property returns the value of the datafield if any.
This property is implemented in
Component::
DataFieldValue
property NamePath
Specifies the path to uniquely identify a component, qualified by the owner when required.
This property is implemented in
Component::
NamePath
property Owner
Indicates the component that is responsible for streaming and freeing this component.
This property is implemented in
Component::
Owner
property NamePath
Used to serialize/unserialize. It returns the full path to identify this component.
This property is implemented in
Persistent::
NamePath
property Owner
Owner of the component.
This property is implemented in
Persistent::
Owner
Events
Summary:
|
|
 |
OnClick
|
Occurs when the user clicks the control.
|
property OnClick
Occurs when the user clicks the control.
This event is implemented in
CustomPopupMenu::
OnClick
Javascript Events
Summary:
|
|
 |
OnClick
|
OnJsClick event Occurs when the user clicks menu item.
|
property OnClick
OnJsClick event Occurs when the user clicks menu item.
This event is implemented in
CustomPopupMenu::
OnClick