AS
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.Hi Albina,
I tried once to remove those buttons as well, and some time back, there seemed even to be a functionality for this (in 7.2 I think). But it didn't work and I opened up a call at this time. The only result I got was that this functionality was removed from the help etc.
So at least for me, it does not seem possible...
BR Robert