より多くのパラメーターを使用しようとしましたが、うまく動作しませんでした
<g:helpBalloon title="foo" content="bla" useEvent="['mouseover']" />
結果として
<script type="text/javascript"> new HelpBalloon({ title: 'foo', content: 'bla', useEvent: ['mouseover'] }); </script>
しかし、useEvent="['mouseover']" は認識されないようです?!
http://www.beauscott.com/examples/help_balloons/doc/examples.htmで見られるように