Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- AJAXPostedFile Object
- AJAXUploader Object
- Calendar Object
- Callback Object
- ColorPicker Object
- ComboBox Object
- Control Object
- Dialog Object
- Downloader Object
- EditableLabel Object
- Editor Object
- EventInfo Object
- FileExplorer Object
- FileExplorerHolder Object
- Floater Object
- Grid Object
- GridCell Object
- GridColumn Object
- GridItem Object
- ImageZoom Object
- ListBox Object
- ListBoxItem Object
- MaskedEdit Object
- MaskedEditSegment Object
- MenuItem Object
- MultiPage Object
- NavigationItem Object
- NavigationItemGroup Object
- Navigator Object
- NavigatorEventInfo Object
- ProgressBar Object
- RangeSlider Object
- Rating Object
- ScriptEvent Object
- Slide Object
- Slider Object
- SliderBase Object
- SpellChecker Object
- Splitter Object
- SplitterPane Object
- ToolBar Object
- ToolBarItem Object
- ToolTip Object
- TreeNode Object
- TreeView Object
- Global Functions
- Event Handlers
- EO.WebEngine
- EO.Web
Dialog Objects |
Client side representation of a Dialog control.
Base Object
Dialog
derives from
Control
and inherits all method provided by
Control.
Methods
Name | Description | |
---|---|---|
accept | Closes the dialog as if AcceptButton is clicked. | |
bringToTop | Bring the dialog to the top. | |
cancel | Closes the dialog as if CancelButton is clicked. | |
close | Closes the dialog. | |
getBackShade | Gets the root DOM element for the back shade. | |
getContentUrl | Returns the current content Url. | |
getResult | Returns the dialog result. | |
getTopMost | Gets whether the dialog is a top most dialog. | |
isMinimized | Returns whether the dialog is minimized. | |
minimize | Minimizes the dialog. | |
move | Moves the dialog. | |
resize | Resizes the dialog. | |
restore | Restores a minimized dialog. | |
setCaption | Sets dialog title text. | |
setContentUrl | Sets the new content Url. | |
setTopMost | Sets whether the dialog is a top most dialog. | |
show | Displays the dialog. |