i want to rename add button to replace
Hello Sushant,
There is an option for that called "labelAddButton".
Here is a code snippet:
$("#igUpload1").igUpload({ labelAddButton: "Replace",});
Hope this helps,Martin PavlovInfragistics, Inc.
Hello martin,
Is there any document where can get all the methods and options list of upload control, because now I change the name of button but I can't change the tooltip of it.