diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-20 20:13:03 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-20 20:13:03 +0000 |
commit | 565808ceaef9387d8d4c7c6cf6bcaf5efaf63658 (patch) | |
tree | 10f452cde195be0b2e7ff369aec1c72355cacc54 /demos/progressbar | |
parent | 25c6c7e7ef0ffef2f1dcf4e4f5ed2ad160e1464d (diff) | |
download | jquery-ui-565808ceaef9387d8d4c7c6cf6bcaf5efaf63658.tar.gz jquery-ui-565808ceaef9387d8d4c7c6cf6bcaf5efaf63658.zip |
slightly reorganized/renamed demos to better reflect functionality
Diffstat (limited to 'demos/progressbar')
-rw-r--r-- | demos/progressbar/default.html | 4 | ||||
-rw-r--r-- | demos/progressbar/index.html | 2 | ||||
-rw-r--r-- | demos/progressbar/resize.html | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index ff027abe3..a703df4ea 100644 --- a/demos/progressbar/default.html +++ b/demos/progressbar/default.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Progressbar - Default Demo</title> + <title>jQuery UI Progressbar - Default functionality</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -27,7 +27,7 @@ <div class="demo-description"> -<p>Default determinate progress bar example.</p> +<p>Default determinate progress bar.</p> </div><!-- End demo-description --> diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index 6c5b31984..50299a104 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -9,7 +9,7 @@ <div class="demos-nav"> <h4>Examples</h4> <ul> - <li class="demo-config-on"><a href="default.html">Default Progressbar</a></li> + <li class="demo-config-on"><a href="default.html">Default functionality</a></li> <li><a href="resize.html">Resizable progressbar</a></li> </ul> </div> diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html index a4e9acaad..4835ed128 100644 --- a/demos/progressbar/resize.html +++ b/demos/progressbar/resize.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Progressbar - Resize Demo</title> + <title>jQuery UI Progressbar - Resizable</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -29,7 +29,7 @@ <div class="demo-description"> -<p>Since the progress bar is coded in percentages for flexible sizing, it will resize to fit whatever block it's placed inside. Try resizing the height and width of this bar to see how it maintains the correct proportions. This is not a real-world example, but it's a good illustration of how flexibly all the plugins are coded.</p> +<p>The progress bar's widths are specified in percentages for flexible sizing so it will resize to fit its container. Try resizing the height and width of this bar to see how it maintains the correct proportions. (This is not necessarily a real-world example, but it's a good illustration of how flexibly all the plugins are coded.)</p> </div><!-- End demo-description --> |