digitalposition
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] 📣 The Events Calendar 4.5.10Hello,
This update is catastrophic. The plugin does not work at all. Can not edit anything about events. Please rectify the firing as soon as possible.
Thank you,
PhilippeI have find to custom :
1 – the title of the pdf button (file buttons.flash.js and buttons.flash.min.js)
2 – the title of the title of the pdf (change the javascript file buttons.html5.js and buttons.html5.min.js sin the plugin Button TablePress)
3 – a message under the title of the pdf (in the same file)
—————————-
The code for 1 :
// PDF export
DataTable.ext.buttons.pdfFlash = $.extend( {}, flashButton, {
className: ‘buttons-pdf buttons-flash’,text: function ( dt ) {
return dt.i18n( ‘buttons.pdf’, ‘CUSTOMIZE HERE THE TITLE OF YOUR BUTTON TO EXPORT PDF’ );
},action: function ( e, dt, button, config ) {
—————————————
The code for 2 and 3
title: ‘CUSTOMIZE HERE FOR the Title of your’,
filename: ‘*’,
extension: ‘.pdf’,
exportOptions: {},
orientation: ‘portrait’,
pageSize: ‘A4’,
header: true,
footer: false,
message: ‘CUSTOMIZE HERE FOR the Message or subtitle of the pdf’,
customize: null,
‘
download: ‘download’Please Tobias, can you help me for the limitation 🙂 ?
In the documentation, I find this for add a message :
https://datatables.net/extensions/buttons/examples/flash/pdfMessage.html
Which file I do change in the Button extension with the javascript given in this documentation ?
Thank you Tobias 😉
OK, I will try to have a answer on the free support community of DataTables.
If I have a answer, I send you the solution 😉
Best regards,
Philippe
Thank you Tobias, it’s ok ;-),
Best regards,
Philippe
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Troubleshooting Filter / buttonThank you Tobias ;-),
Best regards,
Philippe
Thank you Tobias ;-),
Best regards,
Philippe