From be22dee1daae5570f8c741a027b0212d7e671634 Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Mon, 19 Jan 2009 18:24:50 +0000 Subject: [PATCH] Removed some content from default description and added to overview section on docs wiki instead, --- demos/accordion/default.html | 10 ---------- demos/datepicker/default.html | 11 ----------- demos/dialog/default.html | 4 +--- demos/progressbar/default.html | 4 +--- demos/slider/default.html | 3 +-- 5 files changed, 3 insertions(+), 29 deletions(-) diff --git a/demos/accordion/default.html b/demos/accordion/default.html index d94d41862..b9d74c6c6 100644 --- a/demos/accordion/default.html +++ b/demos/accordion/default.html @@ -59,16 +59,6 @@

This is a default accordion which is an expandable/collapsible content pane that is useful for situations when content must be displayed within limited space and can be broken into logical sections, much like tabs. Sections open when clicked by default. The HTML code is a series of headers (H3) and content divs so the content is still usable without Javascript.

-
-

- -Note: If you are looking for a widget that allows more than one content panel to be open, don't use this plugin. You can achieve this effect with a few lines of jQuery instead, like this: -

jQuery(document).ready(function(){
-    $(".accordion .head").click(function() {
-        $(this).next().toggle();
-    }).next().hide();
-});
-

diff --git a/demos/datepicker/default.html b/demos/datepicker/default.html index 579b19f83..a9d915d4b 100644 --- a/demos/datepicker/default.html +++ b/demos/datepicker/default.html @@ -24,17 +24,6 @@

This is a default datepicker which is tied to a standard form input. The calendar opens in a small overlay onFocus and closes automatically onBlur if a date if selected.

-

You can also use the keyboard to drive the datepicker:

-
diff --git a/demos/dialog/default.html b/demos/dialog/default.html index 3f6f58fee..08043d15b 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -52,9 +52,7 @@ It is created by simply calling .dialog on the dialog content element, like this

-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. +A basic dialog window has a title bar and a content area. The dialog window can be moved, resized and closed with the 'x' icon by default.

diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index 213a31188..ff027abe3 100644 --- a/demos/progressbar/default.html +++ b/demos/progressbar/default.html @@ -27,9 +27,7 @@
-

This is the default determinate progress bar that is used to provide the current % complete status of a process. If the actual percent complete status cannot be calculated, an indeterminate progress bar (coming soon) or spinner animation is a better way to provide user feedback.

- -

The progressbar plugin accepts a single option of Value which can be updated programmatically to animate the bar.

+

Default determinate progress bar example.

diff --git a/demos/slider/default.html b/demos/slider/default.html index a12c73de3..196af067a 100644 --- a/demos/slider/default.html +++ b/demos/slider/default.html @@ -27,8 +27,7 @@

-The default slider has a single handle and is horizontal. -The handle can be moved with the mouse or by using the arrow keys and has full ARIA attributes for accessibility. +The default slider has a single handle and is horizontal. The handle can be moved with the mouse or by using the arrow keys.

-- 2.39.5