Login Register

submit TooltipDialog

hello,

i'm trying to execute a submit for a dijit.TooltipDialog by javascript, not by click on the submit button int the dialog.

for example, look at this tooltipdialog:

Change Password
Old Password: New Password: Confirm New Password: OK

if i try

dijit.byId('dialog1').sumbit();

it doesn't works

how can i make it works?

regards,
Davide

resolved

resolved:

dijit.byId('dialog1').execute();