Quantcast
Channel: Reports & Macros
Viewing all articles
Browse latest Browse all 1118

Dialogs.createNewDialogTemplate without OK/Cancel buttons

$
0
0

Hi,

I'm just wondering if is it possible to kick off the OK/Cancel buttons from Dialogs? I mean:

function myDialog()
     {
      this.getPages = function()
      {
      var iDialogTemplate1 = Dialogs.createNewDialogTemplate(600, 200, "First page");
.
.
.
      }
}
var result = Dialogs.showDialog(new myDialog(), Constants.DIALOG_TYPE_WIZARD, "Multi page dialog");
 
Thanks.
 

Viewing all articles
Browse latest Browse all 1118

Trending Articles