-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (17 loc) · 809 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
dynamic-help : DynamicHelpGrailsPlugin
A Grails plugin adding dynamic help tips via a mini-cms.
Based upon:
http://grails.org/plugin/dynamic-help
Updated for Grails 1.3.7, JQuery 1.7, JQuery-UI 1.8.15,
and unnecessary dependencies, plugins, and files removed.
INSTALL
download the latest grails-dynamic-help-VERSION.zip from this repo
in your app, run:
grails install-plugin grails-dynamic-help-VERSION.zip
NOTES
Note that the jquery-ui plugin is broken and ignores themeDir and can't find your theme
in the documented place, always looking inside the plugin. The default theme has a transparent
background that doesn't work well with the pop-up tip boxes. So either let dynamic-help
include jquery-ui or manage your own styles-- don't rely on jquery-ui's css.
John Allison
jja@sinequanon.net