Removed some content from default description and added to overview section on docs wiki instead,

This commit is contained in:
Todd Parker 2009-01-19 18:24:50 +00:00
parent 19ba6fe1cd
commit be22dee1da
5 changed files with 3 additions and 29 deletions

View File

@ -59,16 +59,6 @@
<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 -->

View File

@ -24,17 +24,6 @@
<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 -->

View 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 -->

View 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 -->

View 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 -->