Dialog Dependencies
6 Jun 20231 minute to read
The external script dependencies of the Dialog control are,
• jQuery 1.7.1 and later versions.
And the internal script dependencies of the Dialog control are:
File | Description/Usage |
---|---|
ej.core.min.js | Must be referred always before using all the JS controls. |
ej.data.min.js | Used to handle data manager operation and should be used while binding data to JS controls. |
ej.touch.min.js | For providing touch support. |
ej.dialog.min.js | This is the main source file specific for rendering Dialog. |
ej.scroller.min.js | Providing ejScroller for our Dialog. |
ej.draggable.min.js | Used to drag the dialog in anywhere in the browser. |
To get the real appearance of the Dialog, the dependent CSS file ej.web.all.min.css
(which includes styles of all the controls) should also needs to be referred.
Note: Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script here.