From 4996aaa85e3098358a92903eba7fca1e6779a8f6 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Sat, 18 May 2013 23:30:42 -0400 Subject: [PATCH 1/4] Theming: Add a list of the icons jQuery UI provides. Fixes #135 --- pages/icons.html | 19 + resources/icons-list.html | 748 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 767 insertions(+) create mode 100644 pages/icons.html create mode 100644 resources/icons-list.html diff --git a/pages/icons.html b/pages/icons.html new file mode 100644 index 00000000..9d86f730 --- /dev/null +++ b/pages/icons.html @@ -0,0 +1,19 @@ + + +

jQuery UI provides a number of icons that can be used by applying class names to elements. The class names generally follow a syntax of .ui-icon-{icon type}-{icon sub description}-{direction}. For example, the following will display an icon of a thick arrow pointing north:

+ +

+
+
+ +

The icons are also integrated into a number of jQuery UI's widgets, such as accordion, button, menu. + +

The following is a full list of the icons provided:

+ + \ No newline at end of file diff --git a/resources/icons-list.html b/resources/icons-list.html new file mode 100644 index 00000000..53242376 --- /dev/null +++ b/resources/icons-list.html @@ -0,0 +1,748 @@ + + + + + jQuery UI Icons + + + + + + + + + + + From 46ced2945024dabdfcbc903b3906e6e9aecf75a6 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Sat, 18 May 2013 23:33:59 -0400 Subject: [PATCH 2/4] Theming: Switching the various icons options to point at the new icons page. --- entries/accordion.xml | 2 +- entries/button.xml | 6 +++++- entries/menu.xml | 2 +- entries/spinner.xml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/entries/accordion.xml b/entries/accordion.xml index fa8bd006..cde03762 100644 --- a/entries/accordion.xml +++ b/entries/accordion.xml @@ -98,7 +98,7 @@