From 165c6a823cd0473d5207fada539da42eb9d01274 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 30 Dec 2008 04:16:51 +0000 Subject: set svn:eol-style to native --- demos/dialog/default.html | 52 +++++++++++++++++++++++------------------------ demos/dialog/index.html | 38 +++++++++++++++++----------------- 2 files changed, 45 insertions(+), 45 deletions(-) (limited to 'demos/dialog') diff --git a/demos/dialog/default.html b/demos/dialog/default.html index 35fc392f2..a51238401 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -1,26 +1,26 @@ - - - - jQuery UI Dialog - Default Demo - - - - - - - - - - - -
-

This is the default dialog which is useful for displaying information. It is created by simply calling .dialog on the ID of the content like this:

$("#dialog").dialog();

-

If the content exceeds the size of the window, a scrollbar will automatically appear. The dialog window can be moved, resized and closed with the 'x' icon by default.

-
- - - + + + + jQuery UI Dialog - Default Demo + + + + + + + + + + + +
+

This is the default dialog which is useful for displaying information. It is created by simply calling .dialog on the ID of the content like this:

$("#dialog").dialog();

+

If the content exceeds the size of the window, a scrollbar will automatically appear. The dialog window can be moved, resized and closed with the 'x' icon by default.

+
+ + + diff --git a/demos/dialog/index.html b/demos/dialog/index.html index fd0b608bd..64f6343f4 100644 --- a/demos/dialog/index.html +++ b/demos/dialog/index.html @@ -1,19 +1,19 @@ - - - - jQuery UI Dialog Demos - - - - -
-
Dialog
-
Basic dialog (default)
-
Modal dialog
-
Modal message
-
Modal confirmation
-
Modal form
-
- - - + + + + jQuery UI Dialog Demos + + + + +
+
Dialog
+
Basic dialog (default)
+
Modal dialog
+
Modal message
+
Modal confirmation
+
Modal form
+
+ + + -- cgit v1.2.3