From 00f817251a1a7c7b61f2bae1d0b3b76501481aa8 Mon Sep 17 00:00:00 2001 From: Chi Cheng Date: Thu, 7 Aug 2008 17:17:06 +0000 Subject: [PATCH] Functional demos -Add 1.6 widgets links -Add spinner -Add colorpicker --- demos/functional/index.html | 14 ++++++- .../functional/templates/ui.colorpicker.html | 41 +++++++++++++++++++ demos/functional/templates/ui.spinner.html | 35 ++++++++++++++++ 3 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 demos/functional/templates/ui.colorpicker.html create mode 100644 demos/functional/templates/ui.spinner.html diff --git a/demos/functional/index.html b/demos/functional/index.html index 65172a4c7..a4a5478ea 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -16,11 +16,15 @@ + + + + @@ -58,8 +62,11 @@ + + + @@ -149,9 +156,14 @@ @@ -216,4 +228,4 @@ - \ No newline at end of file + diff --git a/demos/functional/templates/ui.colorpicker.html b/demos/functional/templates/ui.colorpicker.html new file mode 100644 index 000000000..33b57ec03 --- /dev/null +++ b/demos/functional/templates/ui.colorpicker.html @@ -0,0 +1,41 @@ + \ No newline at end of file diff --git a/demos/functional/templates/ui.spinner.html b/demos/functional/templates/ui.spinner.html new file mode 100644 index 000000000..571163f2e --- /dev/null +++ b/demos/functional/templates/ui.spinner.html @@ -0,0 +1,35 @@ + \ No newline at end of file -- 2.39.5