From ba748232c13e65b1f1ae1a781a8e3a7378d6532d Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Sun, 9 Oct 2011 01:54:36 +0200 Subject: Selectmenu: added custom_render.html demo, removed widgetBaseClass --- demos/selectmenu/custom_render.html | 120 ++++++++++++++++++++++++++ demos/selectmenu/images/24-podcast-square.png | Bin 0 -> 681 bytes demos/selectmenu/images/24-rss-square.png | Bin 0 -> 594 bytes demos/selectmenu/images/24-video-square.png | Bin 0 -> 649 bytes 4 files changed, 120 insertions(+) create mode 100644 demos/selectmenu/custom_render.html create mode 100644 demos/selectmenu/images/24-podcast-square.png create mode 100644 demos/selectmenu/images/24-rss-square.png create mode 100644 demos/selectmenu/images/24-video-square.png (limited to 'demos') diff --git a/demos/selectmenu/custom_render.html b/demos/selectmenu/custom_render.html new file mode 100644 index 000000000..c2620c3db --- /dev/null +++ b/demos/selectmenu/custom_render.html @@ -0,0 +1,120 @@ + + + + + jQuery UI Selectmenu - Default functionality + + + + + + + + + + + + + + +
+ +
+ +

"popup" style with framework icons

+
+ + +
+ +

"popup" style with custom icon images

+
+ + +
+ +

"dropdown" style with custom avatar 16x16 images as CSS background

+
+ + +
+ +
+ +
+ + + +
+

The whole rendering process is extendable to make custom styling as easy as possible.

+
+ + + diff --git a/demos/selectmenu/images/24-podcast-square.png b/demos/selectmenu/images/24-podcast-square.png new file mode 100644 index 000000000..3c3e38f3f Binary files /dev/null and b/demos/selectmenu/images/24-podcast-square.png differ diff --git a/demos/selectmenu/images/24-rss-square.png b/demos/selectmenu/images/24-rss-square.png new file mode 100644 index 000000000..f59b69ed3 Binary files /dev/null and b/demos/selectmenu/images/24-rss-square.png differ diff --git a/demos/selectmenu/images/24-video-square.png b/demos/selectmenu/images/24-video-square.png new file mode 100644 index 000000000..ce50ccfde Binary files /dev/null and b/demos/selectmenu/images/24-video-square.png differ -- cgit v1.2.3