jQuery EasyUI Window - Create Dialog
A Dialog is a special type of Window that can include a toolbar at the top and buttons at the bottom. By default, a Dialog cannot be resized, but the user can set the resizable property to true to allow resizing.
Create a Dialog
Creating a Dialog is very simple. It can be created from a DIV tag, as shown below:
Dialog Content.
Prepare the Toolbar and Buttons
The code above creates a dialog with a toolbar and buttons. This is the standard configuration for a dialog, toolbar, content, and buttons.
YouTip