Hello,
I've created a button using Ribbon workbech ,
this button shows an Alert ,
for the alert i'm using : Alert.js https://alertjs.codeplex.com/documentation
Alert.showWebResource(webResourceName, width, height, title, buttons, baseUrl, preventCancel, padding)
this methode contain a paramter :buttons
Type: Array of Alert.Button objects.
My question is : how to create a parameter with an object as Type ??
thank you
*This post is locked for comments