Create Dialog

Tutorial » Create Dialog

Dialog is a specified window, it can contains toolbar on top and buttons on bottom. By default dialog can not be resized but user can set resizable property to true to make it resizable.

Create Dialog

Dialog is very simple, it can be created from DIV markup, just like this:

Prepare Toolbar and Button

The code above we create a dialog with toolbar and buttons. This is standard configuration for dialog, toolbar, content and buttons.

Download the EasyUI example:

easyui-dialog-demo.zip