So TinyMCE's website has some good information about adding a button to the toolbar of tinymce and hooking up a function! I was wondering how do you get that to work in the way umbraco uses it!
IE when you go to datatypes you can check or uncheck tinymce features.. i wanted to know how can i add a feature there and have it appear when tinymce is loaded! looking at tinymce in umbraco_client and all the plugins in the plugins folder.. it makes little sense!
That post didn't really answer my question I had found it in my travels.. it used something else to get into the nuts and bolts of it.. whereas I wanted to work out how tinymce was configured/hooked up so i could customise it instead of relying on a package of sorts..
Custom Button TinyMCE
So TinyMCE's website has some good information about adding a button to the toolbar of tinymce and hooking up a function! I was wondering how do you get that to work in the way umbraco uses it!
IE when you go to datatypes you can check or uncheck tinymce features.. i wanted to know how can i add a feature there and have it appear when tinymce is loaded! looking at tinymce in umbraco_client and all the plugins in the plugins folder.. it makes little sense!
Thanks,
Tom
Tom,
Take a look at this Wiki entry: Add YouTube Button to TinyMCE
The principle should be the same with any TinyMCE plugin.
--
Donald
Have a look at this topic (which you could have found using the search function) http://our.umbraco.org/forum/developers/extending-umbraco/7873-Custom-button-in-TinyMCE.
Hi Jeroen,
That post didn't really answer my question I had found it in my travels.. it used something else to get into the nuts and bolts of it.. whereas I wanted to work out how tinymce was configured/hooked up so i could customise it instead of relying on a package of sorts..
Thanks so much Donald!
is working on a reply...