]> source.dussan.org Git - jquery-ui.git/commitdiff
Removed some content from default description and added to overview section on docs...
authorTodd Parker <fg.todd@gmail.com>
Mon, 19 Jan 2009 18:24:50 +0000 (18:24 +0000)
committerTodd Parker <fg.todd@gmail.com>
Mon, 19 Jan 2009 18:24:50 +0000 (18:24 +0000)
demos/accordion/default.html
demos/datepicker/default.html
demos/dialog/default.html
demos/progressbar/default.html
demos/slider/default.html

index d94d418625d50f916d2f31aa4d3739b5d12241bf..b9d74c6c6c2802a7da44e07dd3ac3a85891f31ec 100644 (file)
 
 <p>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.</p>
 
-<div style="padding: 0pt 0.7em; margin-top: 20px;" class="ui-state-highlight ui-corner-all">
-<p>
-<span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
-<strong>Note:</strong> 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:
-<pre class="ui-widget-content">jQuery(document).ready(function(){
-    $(".accordion .head").click(function() {
-        $(this).next().toggle();
-    }).next().hide();
-});</pre>
-</p>
 </div>
 
 </div><!-- End demo-description -->
index 579b19f838d8d179bc147b2b7755e355c365c476..a9d915d4b3ab5a38cb3aac607f6dc0641a458d7f 100644 (file)
 <div class="demo-description">
 
 <p>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.</p>
-<p>You can also use the keyboard to drive the datepicker:</p>
-<ul>
-       <li>page up/down - previous/next month</li>
-       <li>ctrl+page up/down - previous/next year</li>
-       <li>ctrl+home - current month or open when closed</li>
-       <li>ctrl+left/right - previous/next day</li>
-       <li>ctrl+up/down - previous/next week</li>
-       <li>enter - accept the selected date</li>
-       <li>ctrl+end - close and erase the date</li>
-       <li>escape - close the datepicker without selection</li>
-</ul>
 
 </div><!-- End demo-description -->
 
index 3f6f58fee458609c1b1a9f6d3560fc7904a5c5ad..08043d15b0dcb5830bc79e52503a2adf41cb2a5d 100644 (file)
@@ -52,9 +52,7 @@ It is created by simply calling .dialog on the dialog content element, like this
 </code></pre>
 
 <p>
-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.
 </p>
 
 </div><!-- End demo-description -->
index 213a31188c4d03e97b722645edd66c4158e785d5..ff027abe321892291704486f8bbb59ce45ed2238 100644 (file)
@@ -27,9 +27,7 @@
 
 <div class="demo-description">
 
-<p>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.</p>
-
-<p>The progressbar plugin accepts a single option of Value which can be updated programmatically to animate the bar.</p>
+<p>Default determinate progress bar example.</p>
 
 </div><!-- End demo-description -->
 
index a12c73de3c83e0c095d2d99e0acd3421d39530e6..196af067a77cd1cec06e9b41a7a0ec3c51c69712 100644 (file)
@@ -27,8 +27,7 @@
 <div class="demo-description">
 
 <p>
-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.
 </p>
 
 </div><!-- End demo-description -->