r1727 - trunk/demos/progressbar

r1727 - trunk/demos/progressbar


Author: fg.maggie
Date: Tue Jan 20 12:13:03 2009
New Revision: 1727
Modified:
trunk/demos/progressbar/default.html
trunk/demos/progressbar/index.html
trunk/demos/progressbar/resize.html
Log:
slightly reorganized/renamed demos to better reflect functionality
Modified: trunk/demos/progressbar/default.html
==============================================================================
--- trunk/demos/progressbar/default.html    (original)
+++ trunk/demos/progressbar/default.html    Tue Jan 20 12:13:03 2009
@@ -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">
-

Default determinate progress bar example.


+

Default determinate progress bar.


</div><!-- End demo-description -->
Modified: trunk/demos/progressbar/index.html
==============================================================================
--- trunk/demos/progressbar/index.html    (original)
+++ trunk/demos/progressbar/index.html    Tue Jan 20 12:13:03 2009
@@ -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>
Modified: trunk/demos/progressbar/resize.html
==============================================================================
--- trunk/demos/progressbar/resize.html    (original)
+++ trunk/demos/progressbar/resize.html    Tue Jan 20 12:13:03 2009
@@ -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">
-

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.




+

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.)




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