Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm very new to grails...

I can create a txt link that launches a modalbox by using:

modalbox:createLink url="sample.gsp" title="Hello Grails!" width="600" linkname="This is the Link" 

What I'm trying to do now is launch the modal from clicking on a div container.

<div onclick=modalboxblahblah>

</div>

and that doesn't work. Is there a better solution

thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.