Using Images instead of text for Export Options
Using Images instead of text for Export Options
vhari
Posts: 4Questions: 0Answers: 0
I want to use images instead of text for Export options like PDF, XLS, etc. This is to avoid unnecessary internationalization required while showing the button names in text. How could I achieve this. Can I use something like this
[code]
"aButtons": [{
"sButtonImage": "images/pdf.png",
}],
[/code]
[code]
"aButtons": [{
"sButtonImage": "images/pdf.png",
}],
[/code]
This discussion has been closed.