Click or drag to resize
ModalPopupDialog Class
Class for displaying AJAX modal dialog.
Inheritance Hierarchy

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public class ModalPopupDialog : Panel

The ModalPopupDialog type exposes the following members.

Constructors
  NameDescription
Public methodModalPopupDialog
Top
Methods
  NameDescription
Public methodHide
Hides dialog.
Protected methodOnPreRender
Raises the OnPreRender event.
(Overrides ControlOnPreRender(EventArgs).)
Protected methodRender
Renders the control to the specified HTML writer.
(Overrides WebControlRender(HtmlTextWriter).)
Public methodShow
Shows dialog.
Top
Extension Methods
  NameDescription
Public Extension MethodAddCssClass
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetCssClasses
Returns all CSS classes of control.
(Defined by ControlsExtensions.)
Public Extension MethodGetRenderedHTML
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodHasCssClass
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodRemoveCssClass
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodSetCssClasses
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyAdditionalInitHandler
Javascript handler for additional script (used in maximized form).
Public propertyBackgroundCssClass
Gets or sets the background css class.
Public propertyCancelControlID
Gets or sets the ID of control which should cancel modal popup.
Public propertyCancelOnBackgroundClick
Gets or sets the value that indicates whether background click should cancel current popup.
Public propertyMaxSizedEdgeSpace
Applies only if dialog is maximized. Modal dialog is shortened from all sizes with this number.
Public propertyOkControlID
Gets or sets the ID of control which should close modal window and continue with processing.
Public propertyOnCancelScript
Gets or sets the script which should be executed after Cancel button click.
Public propertyOnOkScript
Gets or sets the script which should be executed after OK button click.
Public propertyPopupControlID
Gets or sets the ID of control which should popup modal window.
Public propertyShowMaximized
Indicates whether show modal dialog maximized (width and height is computed from window size).
Public propertyStopProcessing
Indicates if the control should perform the operations.
Top
See Also