diff --git a/demos/accordion/custom_icons.html b/demos/accordion/custom_icons.html index 65ab3c912..3fb00167f 100644 --- a/demos/accordion/custom_icons.html +++ b/demos/accordion/custom_icons.html @@ -63,11 +63,11 @@
The icons used for the open and closed accordions can be any of the standard icons in the css framework or even a custom css class you create with an icon background image. For this example, we're using the arrow in a circle icons: -
-icons: {
-header: "ui-icon-circle-arrow-e",
-headerSelected: "ui-icon-circle-arrow-s"}
-
+icons: {
+ header: "ui-icon-circle-arrow-e",
+ headerSelected: "ui-icon-circle-arrow-s"
+}
+
diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html
index a6a896767..2e880dd48 100644
--- a/demos/accordion/fillspace.html
+++ b/demos/accordion/fillspace.html
@@ -75,7 +75,8 @@ Resize the outer container:
In this example, the fillSpace option is used to make the accordion fit within a specific height and/or width. The script will automatically set the dimensions of the accordion to the height of the parent container. Try re-sizing the outer box to see the accordion fill the height of the box.
-fillSpace: true+
fillSpace: true
+
In this example, we've customized the event to have sections open on mouseover instead of on click. This is done by simply adding this option event: "mouseover" to the accordion:
event: "mouseover"+
In this example, we've customized the event to have sections open on mouseover instead of on click. This is done by simply adding this option event: "mouseover" to the accordion:
+event: "mouseover"
+
This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.
-This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.
+Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.
- -Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.
+ +Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.
+ +Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.
This is a default dialog which opens in a floating layer above the page content protected with an iframe. It is created by simply calling .dialog on the ID of the content like this:
$("#dialog").dialog();
-A basic dialog window has a title bar and a content area. If the content length 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.
++This is a default dialog which opens in a floating layer above the page content protected with an iframe. +It is created by simply calling .dialog on the dialog content element, like this: +
+ +$("#dialog").dialog();
+
+
++A basic dialog window has a title bar and a content area. +If the content length exceeds the maximum height (maxHeight option), a scrollbar will automatically appear. +The dialog window can be moved, resized and closed with the 'x' icon by default. +