Using Images instead of text for Export Options

Using Images instead of text for Export Options

vharivhari Posts: 4Questions: 0Answers: 0
edited October 2012 in TableTools
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]
This discussion has been closed.