]> source.dussan.org Git - jquery-ui.git/commitdiff
slightly reorganized/renamed demos to better reflect functionality
authorMaggie Costello Wachs <fg.maggie@gmail.com>
Tue, 20 Jan 2009 20:13:03 +0000 (20:13 +0000)
committerMaggie Costello Wachs <fg.maggie@gmail.com>
Tue, 20 Jan 2009 20:13:03 +0000 (20:13 +0000)
demos/progressbar/default.html
demos/progressbar/index.html
demos/progressbar/resize.html

index ff027abe321892291704486f8bbb59ce45ed2238..a703df4eac84ea040efa7e08cfd1c14e708a91fd 100644 (file)
@@ -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 -->
 
index 6c5b319844ce777dda5df3af47c4e5875298d3db..50299a1049b38d8647f31af1ee64d0173369fba6 100644 (file)
@@ -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>
index a4e9acaada7e10e9a44157a3bd7b27a834964783..4835ed12829979acc09d06b37de35892bacf5f58 100644 (file)
@@ -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 -->