user interface - grails ui dialog -
i trying would've thought simple, it's causing me huge headache. using grails ui plugin dialog box. have number of instances - dialog boxes need appear when button clicked. have got working. need have appear when page loaded... information / warning purposes. i'm struggling this.. should put trigger? don't want user have click before dialog appears.
also - has managed change style of gui:dialog ? mine appearing text invisible background before added class=yui-skin-sam main.gsp body, that's had replace existing style class had on body! how frustrating !!
had exact same problem... got working adding "visible=show" dialog's attributes. example:
<gui:dialog title="modal dialog" modal="true" visible="show"> message appear in modal dialog when page loads. </gui:dialog>
Comments
Post a Comment