RE: dialog.confirm for save record
Hi,
So,
dialog.confirmsreturns a promise, and continues script execution regardless of users input (yes,no).
Normally I would use Javascript native confirm, but in this case I need to add url link to the confirm message, which is imposible with confirm.
I have no idea how to make jQuery-ui work in client script on saverecord action, and didn’t find any good solutions online.
Dose anyone have a suggestion how i can have a confirm dialog box, on save record action that will contain a url in its message ?
@elaineCCruz in my post i already said why JS confirm dosen’t work for me…. Anyway, i got it done with jQuery ui, its a bit of an overkill for simple link in pop-up, but gets the job done.