slightly reorganized/renamed demos to better reflect functionality

This commit is contained in:
Maggie Costello Wachs 2009-01-20 20:13:03 +00:00
parent 25c6c7e7ef
commit 565808ceae
3 changed files with 5 additions and 5 deletions

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

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

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