我尝试使用更多参数,但无法使用
<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