From 75ad7e4bd7d69243e7e5281c2642f00478fb072d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 Feb 2014 18:02:09 +0200 Subject: Added tags, jquery UI --- apps/it/static/js/ui/demos/dialog/default.html | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 apps/it/static/js/ui/demos/dialog/default.html (limited to 'apps/it/static/js/ui/demos/dialog/default.html') diff --git a/apps/it/static/js/ui/demos/dialog/default.html b/apps/it/static/js/ui/demos/dialog/default.html new file mode 100644 index 0000000..4c45d62 --- /dev/null +++ b/apps/it/static/js/ui/demos/dialog/default.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Dialog - Default functionality + + + + + + + + + + + + + + + +
+

This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

+
+ +
+

The basic dialog window is an overlay positioned within the viewport and is protected from page content (like select elements) shining through with an iframe. It has a title bar and a content area, and can be moved, resized and closed with the 'x' icon by default.

+
+ + -- cgit v1.2.3