Rank: Member Groups: Member
Joined: 9/23/2010 Posts: 15
|
Hi there,
I am looking for the MsgBox documentation but I can't find it anywhere. Demos yes, documentation no...locally downloaded or online.
???
Alistair
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, A MsgBox is a dialog with a fixed layout template. To customize the appearance of the message box, you would follow the dialog documentation. To display the message box, you would use either one of the following two functions: http://doc.essentialobjects.com/library/1/eo.web.msgbox.show_overloads.aspxhttp://doc.essentialobjects.com/library/1/jsdoc.public.global.eo_msgbox.aspxYou can also find more information about the MsgBox class here: http://doc.essentialobjects.com/library/1/eo.web.msgbox.aspx Hope this helps. Thanks!
|