How can I change the font/style of the flash button
How can I change the font/style of the flash button
Nikke
Posts: 8Questions: 0Answers: 0
I have the following code,
[code]
//---- code snip ----
"oTableTools": {
"sSwfPath": "copy_cvs_xls_pdf.swf",
"aButtons": [
{
"sExtends": "text",
"sButtonText": "Add Data",
"fnClick": function ( nButton, oConfig, oFlash ){
alert( 'Add button click' );
}
},
"print",
{
"sExtends": "collection",
"sButtonText": "Save",
"aButtons": [ "csv", "xls", "pdf" ]
}
]
}
//--- code snip ends ----
[/code]
How could I change the styles of these buttons. I love to change the font size on them and make them look a bit more like my other style elements of my page. Please let me know if it is possible and if so, please direct me on the right direction.
Thanks a bunch!
Nikke
[code]
//---- code snip ----
"oTableTools": {
"sSwfPath": "copy_cvs_xls_pdf.swf",
"aButtons": [
{
"sExtends": "text",
"sButtonText": "Add Data",
"fnClick": function ( nButton, oConfig, oFlash ){
alert( 'Add button click' );
}
},
"print",
{
"sExtends": "collection",
"sButtonText": "Save",
"aButtons": [ "csv", "xls", "pdf" ]
}
]
}
//--- code snip ends ----
[/code]
How could I change the styles of these buttons. I love to change the font size on them and make them look a bit more like my other style elements of my page. Please let me know if it is possible and if so, please direct me on the right direction.
Thanks a bunch!
Nikke
This discussion has been closed.
Replies
Allan
Thanks a bunch!