From ffdfc2f36c529326bfdbd1c9a7820793dfcc82a1 Mon Sep 17 00:00:00 2001 From: Dave Hoff Date: Fri, 19 Oct 2012 08:58:40 -0400 Subject: [PATCH] Update readme with new themePath option description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 831db77..172cbaf 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ But since all parameters are optional you can just use it like this: * **additionalThemes**: An array of theme objects that will be INCLUDED along with the default themes. [{title:"My theme",name:"my-theme",icon:"my-icon.png",url:"http://url-to-my-css-file.css"}] * **jqueryUiVersion**: String, jQuery UI version of themes (Default themes are linked from Google CDN) + * **themePath**: String, Base path to where the jQuery UI CSS themes are located (Default is Google CDN) Demo located [here](http://dl.dropbox.com/u/188460/themeswitcher/sample.htm).