Window, Container, and Message Methods
Description
Methods for working with Windows, Containers, and Messages including Transient and Dropdown Messages in a UX Component.
Methods
- actionSheet Method
Displays an Action Sheet.
- closeContainerWindow Method
If the Dialog is opened inside a pop-up Javascript window, closes the window in which the Dialog is contained. Need to pass in a pointer to any element on the Dialog.
- closeWindow Method
Closes a window.
- dropDownMessage Method
Shows a dropdown message.
- dropDownMessageHide Method
Hides a dropdown message.
- getWindow Method
Get a pointer to a window.
- hideContainerWindow Method
Hides a window defined by a 'container' control whose sub-type is 'window'. The controls in the 'window' container are the contents of the window.
- hideWaitMessage Method
If no argument is passed in, all open wait messages are hidden. If you pass in an argument, the specified wait message is hidden.
- showContainerWindow Method
Shows a window defined by a 'container' control whose sub-type is 'window'. The controls in the 'window' container are the contents of the window.
- showWaitMessage Method
Displays a wait message.
- transientMessage Method
Displays a transient message.
See Also