tinymce custom buttons code example
Example: tinymce adding tbale buttons
tinymce.init({
plugins: "table",
menubar: "table",
toolbar: "table tabledelete | tableprops tablerowprops tablecellprops | tableinsertrowbefore tableinsertrowafter tabledeleterow | tableinsertcolbefore tableinsertcolafter tabledeletecol"
});