From a74b69e7c2a1e926f393f275d9abac3e58aee01b Mon Sep 17 00:00:00 2001 From: Kris Borchers Date: Sat, 29 Dec 2012 23:17:38 -0600 Subject: [PATCH] Progressbar: Add new download dialog demo --- demos/progressbar/download.html | 115 ++++++++++++++++++++++++++++++++ demos/progressbar/index.html | 1 + 2 files changed, 116 insertions(+) create mode 100644 demos/progressbar/download.html diff --git a/demos/progressbar/download.html b/demos/progressbar/download.html new file mode 100644 index 000000000..8742de3bf --- /dev/null +++ b/demos/progressbar/download.html @@ -0,0 +1,115 @@ + + + + + jQuery UI Progressbar - Download Dialog + + + + + + + + + + + + + + + + +
+
Starting download...
+
+
+ + +
+

Download dialog progressbar demo.

+
+ + diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index cfc054aea..85aacc84f 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -10,6 +10,7 @@
  • Default functionality
  • Indeterminate
  • Custom Labels
  • +
  • Download Dialog