Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [REQUEST] New hak_tinymce compatible with TinyMCE 4
Sure. Here is a pastebin of my kuo_tinymce plugin code: http://pastebin.com/qFzUSk4x
I have a bunch of extra stuff in there. My file_browser_callback code begins on line 34 of my pastbin example.
You can put it anywhere after
tinymce.init({
and before:
});
$(document).ready(function(){
Offline
#17 2015-05-19 10:18:27
- dorka
- Member
- Registered: 2012-10-04
- Posts: 90
Re: [REQUEST] New hak_tinymce compatible with TinyMCE 4
Hi there,
could you please help me further? I try to figure out how to
…insert the <script url> into the head of the write tab.
In admin enviroment I can only apply js to a selected element. Is there a special way to put js directly into the header of the writing tab, or you do that the “dirty way” attaching it to whatever element in the write tab?
Offline