Ajax into Dashboard,

Permalink 1 user found helpful
anyone please guide me how to use Ajax into dashboard. I'm developing one add-on, which has all back-end action should perform by ajax

 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
It is not that different to ajax into an edit dialog. I usually prefer to use a tools file rather than a controller action.

See
http://www.concrete5.org/documentation/how-tos/developers/ajax-less...
http://www.concrete5.org/marketplace/addons/ajax-lessons/...

You will also need to look up the Validation helper for a validation token (see the docs pages)

There is also Jordanlev's boilerplate crud code - you should be able to google that.
siddhapura replied on at Permalink Reply
Thanks for reply Johnthe!!!