CodeExtinguisher 2.0 Release Candidate 14.2 |
[eluser]webberoo[/eluser]
dbelanger, I had the same problem as well. Heres the code I ended up using. Code: $CI = &get;_instance(); Insert this at the start of your getHTML() function in editor.php. Another thing I noticed is that the plugin wasn't inserting the tinyMCE config options in the head of the document. So I have passed the params[] array to the inlineJS() function. like this: Code: $tinyMce = ""; At the moment I'm am working on getting the extra options to show up. Once this is polished off I'll post it in the wiki hang in there buddy. |
Welcome Guest, Not a member yet? Register Sign In |