문제

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 type="text/javascript"> new HelpBalloon({ title: 'foo', content: 'bla', useEvent: ['mouseover'] }); </script>

but useEvent="['mouseover']" seems not to be recognized?!

as seen on http://www.beauscott.com/examples/help_balloons/doc/examples.htm

도움이 되었습니까?

해결책

Looking at the code for that plugin, it looks like it doesn't do the useEvent bit

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top