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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -