From 565808ceaef9387d8d4c7c6cf6bcaf5efaf63658 Mon Sep 17 00:00:00 2001 From: Maggie Costello Wachs Date: Tue, 20 Jan 2009 20:13:03 +0000 Subject: [PATCH] slightly reorganized/renamed demos to better reflect functionality --- demos/progressbar/default.html | 4 ++-- demos/progressbar/index.html | 2 +- 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 @@ - jQuery UI Progressbar - Default Demo + jQuery UI Progressbar - Default functionality @@ -27,7 +27,7 @@
-

Default determinate progress bar example.

+

Default determinate progress bar.

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

Examples

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 @@ - jQuery UI Progressbar - Resize Demo + jQuery UI Progressbar - Resizable @@ -29,7 +29,7 @@
-

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

-- 2.39.5