For keeping site responsiveness and applying standard grid system (I'm using Zurb Foundation) on custom user data entered on my web application I have defined some templates in tinyMCE to insert custom user data and pages on my web application. But it only includes one button in toolbar which is showing a dialog for selecting a template and pressing ok after it was selected. This is the default button which is provided by templates plugin:
This is dialog which is shown:
But I need to define custom toolbar buttons to add my custom templates when user press them without showing any dialog. Is there any right way to do this on a simple way in tinyMCE without writing much of javascript codes?