Tagged Questions
The help-balloon tag has no wiki summary.
3
votes
2answers
327 views
Help-balloons in Grails
I am using the help-balloons plugin
I would like to use it parametrized. I mean, the messages should come from a properties file. In the documentation appears the following:
<g:helpBalloon ...
1
vote
1answer
461 views
MaskedEditValidator baloon tooltip - AJAX Control Toolkit
I'm using MaskedEditValidator for validating Date input. I want to show balloon like tool tip instead of the normal message in red color which is creating alignment problems everywhere.
I have to ...
0
votes
1answer
71 views
How to use more parameters in help-ballon grails-plugin
I try to use more of the parameters but could not get it working with
<g:helpBalloon title="foo" content="bla" useEvent="['mouseover']" />
should result in
<script ...