Properties
- CommitProperty - Optional setting specifying a property of the control being extended that should be set with the result of the popup
- CommitScript - Optional setting specifying an additional script to run after the result of the popup is set
- ExtenderControlID - The ID of the extender control
- OffsetX - The number of pixels to offset the Popup from its default position, as specified by Position
- OffsetY - The number of pixels to offset the Popup from its default position, as specified by Position
- OnHide - OnHide animation will be played each time the popup is hidden
- OnShow - OnShow animation will be played each time the popup is displayed. The popup will be positioned correctly but hidden. Animation can be used to display the popup with other visual effects
- PopupControlID - The ID of the control to display
- Position - Optional setting specifying where the popup should be positioned relative to the target control (Left, Right, Top, Bottom, or Center)
Methods
- Cancel() - Cancels the popup control and hides it abandoning results
- Commit(result) - Commits the popup control and hides it applying the specified result
- GetProxyForCurrentPopup(page) - Returns a proxy PopupControlExtender representing the currently active popup on the specified page