summaryrefslogtreecommitdiff
path: root/plugins/jqueryui/README
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-01 20:09:56 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-01 20:09:56 +0000
commit1a1d853579721a0b2ae24c5829dabecd21c919da (patch)
tree1a32d68e3113b9f965293476a7b6eb3d9feeeaa3 /plugins/jqueryui/README
parent09d8d417fa143d5733336abfd9bcc4c25a04662e (diff)
Add jquery UI plugin with Roundcube default styles to be used in various plugins
git-svn-id: https://svn.roundcube.net/trunk@4715 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/jqueryui/README')
-rw-r--r--plugins/jqueryui/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/jqueryui/README b/plugins/jqueryui/README
new file mode 100644
index 000000000..82804d834
--- /dev/null
+++ b/plugins/jqueryui/README
@@ -0,0 +1,29 @@
++-------------------------------------------------------------------------+
+|
+| Author: Cor Bosman (roundcube@wa.ter.net)
+| Plugin: jqueryui
+| Version: 1.8.12
+| Purpose: Add jquery-ui 1.8.12 to roundcube for every plugin to use
+|
++-------------------------------------------------------------------------+
+
+jqueryui adds the complete jquery-ui library including the smoothness
+theme to roundcube. This allows other plugins to use jquery-ui without
+having to load their own version. The benefit of using 1 central jquery-ui
+is that we wont run into problems of conflicting jquery libraries being
+loaded. All plugins that want to use jquery-ui should use this plugin as
+a requirement.
+
+It is possible for plugin authors to override the default smoothness theme.
+To do this, go to the jquery-ui website, and use the download feature to
+download your own theme. In the advanced settings, provide a scope class to
+your theme and add that class to all your UI elements. Finally, load the
+downloaded css files in your own plugin.
+
+Some jquery-ui modules provide localization. One example is the datepicker module.
+If you want to load localization for a specific module, then set up config.inc.php.
+Check the config.inc.php.dist file on how to set this up for the datepicker module.
+
+As of version 1.8.6 this plugin also supports other themes. If you're a theme
+developer and would like a different default theme to be used for your RC theme
+then let me know and we can set things up.