[Vtigercrm-developers] Custom Function - Message Box Pop Up with Yes / No Option
Alan Lord
alanslists at gmail.com
Fri Jul 1 11:59:49 GMT 2016
On 01/07/16 11:47, MrJingles wrote:
>
> Does this sound as though the showModalWindow function may be what I need to
> review? If so, is there any documentation on utilising this function?
>
I think the best documentation is going to be the code ;-)
Suggest you grep the source for instances of "app.showModalWindow", and
follow through how the function is being used.
Example of use:
http://code.vtiger.com/vtiger/vtigercrm/blob/master/layouts/vlayout/modules/Accounts/resources/Detail.js#L60
And here is the function itself:
http://code.vtiger.com/vtiger/vtigercrm/blob/master/resources/app.js#L234
HTH
Al
More information about the vtigercrm-developers
mailing list