Using the export functions of Buttons without using the provided buttons

Using the export functions of Buttons without using the provided buttons

eponymeponym Posts: 16Questions: 5Answers: 0

Hi Guys-

Scenario: I would like to provide a single 'external' button that triggers a modal that displays a button group for selecting what type of data export (xls, csv, pdf) and a export button.

Question: Am I correct that I would use the direct insertion technique mentioned in the documentation? Will I be able to use my own buttons and have access to the API via jquery. Where do I find the documentation for the API?

Thanks!

David

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Answer ✓

    Hi David,

    Have a look at the last example on the buttons.buttons.action option. It shows how the action of a button might be called from a custom button - you could basically do the same thing.

    Allan

  • eponymeponym Posts: 16Questions: 5Answers: 0

    Thanks Allan!

Sign In or Register to comment.