call fnclick

call fnclick

grimabegrimabe Posts: 6Questions: 0Answers: 0
edited June 2011 in TableTools
Hi,

I would like to know how i can call the fnclick method of a button of tabletools ?

Thanks

Benjamin

Replies

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin
    There isn't really a way of activating the click functionality of the buttons in TableTools at the moment. This is in part due to the fact that the Flash buttons are activated through Flash and you can't do that programmatically since it's a security flaw that Adobe addressed in Flash 10. The non-Flash buttons though can be activated with $({button element selector}).click();

    Allan
  • grimabegrimabe Posts: 6Questions: 0Answers: 0
    Thank you Allan,

    It works !!!!!!
This discussion has been closed.