$(function () { var options; // Type: wijmo.dialog.wijdialog.options $(".selector").wijdialog(options); });
function wijdialog;
$(function () { var options; // Type: wijmo.dialog.wijdialog.options $(".selector").wijdialog(options); });
function wijdialog;
Object
wijmo.dialog.JQueryUIDialog
wijmo.dialog.wijdialog
Name | Description | |
---|---|---|
wijdialog Constructor |
Name | Description | |
---|---|---|
close | The close method closes the dialog widget. | |
destroy | Removes the wijdialog functionality completely. This returns the element to its pre-init state. | |
getState | The getState method gets the state of the dialog widget. | |
isOpen | The isOpen method returns true if the wijdialog is currently open. You can call this method to check whether or not the wijdialog is open before you complete an event or function. | |
maximize | The maximize method maximizes the wijdialog. | |
minimize | The minimize method minimizes the wijdialog. | |
moveToTop | The moveToTop method moves the wijdialog to the top of the stack if you have several different elements in your application. | |
open | The open method opens an instance of the wijdialog. | |
pin | The pin method prevents the wijdialog from being moved. | |
refresh | The refresh method refreshes the iframe content within the wijdialog. | |
reset | The reset method resets dialog properties such as width and height to their default values. | |
restore | The restore method restores the wijdialog to its normal size from either the minimized or the maximized state. | |
toggle | The toggle method expands or collapses the content of the wijdialog. | |
widget | Returns a jQuery object containing the generated wrapper. |