From 840e0cd4a8cf1709724e6f0a266f39a7f56ad617 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 29 Nov 2012 09:49:25 -0500 Subject: Progressbar demos: Removed animated demo. --- demos/progressbar/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'demos/progressbar/index.html') diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index df3483816..2dcf6be9c 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -8,7 +8,6 @@ -- cgit v1.2.3 From eb938a67a1f8ee0151fd6414d22a9e260894c935 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 29 Nov 2012 09:51:04 -0500 Subject: Progressbar demos: Removed resize demo. --- demos/progressbar/index.html | 1 - demos/progressbar/resize.html | 33 --------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 demos/progressbar/resize.html (limited to 'demos/progressbar/index.html') diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index 2dcf6be9c..3997d8f77 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -8,7 +8,6 @@ diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html deleted file mode 100644 index eac40c0c0..000000000 --- a/demos/progressbar/resize.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - jQuery UI Progressbar - Resizable - - - - - - - - - - - - -
-
-
- -
-

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

-
- - -- cgit v1.2.3 From 9deb71b71382e40a204bd50efeda2ace5b092932 Mon Sep 17 00:00:00 2001 From: Kris Borchers Date: Thu, 6 Dec 2012 11:07:25 -0600 Subject: Progressbar: Add link to custom label demo in demo index. --- demos/progressbar/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/progressbar/index.html') diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index 3997d8f77..cfc054aea 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -9,6 +9,7 @@ -- cgit v1.2.3