Skip to content

Commit be22dee

Browse files
author
Todd Parker
committed
Removed some content from default description and added to overview section on docs wiki instead,
1 parent 19ba6fe commit be22dee

5 files changed

Lines changed: 3 additions & 29 deletions

File tree

demos/accordion/default.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,6 @@ <h3><a href="#">Section 4</a></h3>
5959

6060
<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>
6161

62-
<div style="padding: 0pt 0.7em; margin-top: 20px;" class="ui-state-highlight ui-corner-all">
63-
<p>
64-
<span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
65-
<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:
66-
<pre class="ui-widget-content">jQuery(document).ready(function(){
67-
$(".accordion .head").click(function() {
68-
$(this).next().toggle();
69-
}).next().hide();
70-
});</pre>
71-
</p>
7262
</div>
7363

7464
</div><!-- End demo-description -->

demos/datepicker/default.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@
2424
<div class="demo-description">
2525

2626
<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>
27-
<p>You can also use the keyboard to drive the datepicker:</p>
28-
<ul>
29-
<li>page up/down - previous/next month</li>
30-
<li>ctrl+page up/down - previous/next year</li>
31-
<li>ctrl+home - current month or open when closed</li>
32-
<li>ctrl+left/right - previous/next day</li>
33-
<li>ctrl+up/down - previous/next week</li>
34-
<li>enter - accept the selected date</li>
35-
<li>ctrl+end - close and erase the date</li>
36-
<li>escape - close the datepicker without selection</li>
37-
</ul>
3827

3928
</div><!-- End demo-description -->
4029

demos/dialog/default.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
</code></pre>
5353

5454
<p>
55-
A basic dialog window has a title bar and a content area.
56-
If the content length exceeds the maximum height (maxHeight option), a scrollbar will automatically appear.
57-
The dialog window can be moved, resized and closed with the 'x' icon by default.
55+
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.
5856
</p>
5957

6058
</div><!-- End demo-description -->

demos/progressbar/default.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727

2828
<div class="demo-description">
2929

30-
<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>
31-
32-
<p>The progressbar plugin accepts a single option of Value which can be updated programmatically to animate the bar.</p>
30+
<p>Default determinate progress bar example.</p>
3331

3432
</div><!-- End demo-description -->
3533

demos/slider/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
<div class="demo-description">
2828

2929
<p>
30-
The default slider has a single handle and is horizontal.
31-
The handle can be moved with the mouse or by using the arrow keys and has full ARIA attributes for accessibility.
30+
The default slider has a single handle and is horizontal. The handle can be moved with the mouse or by using the arrow keys.
3231
</p>
3332

3433
</div><!-- End demo-description -->

0 commit comments

Comments
 (0)