Jquery ui tabs + TinyMCE or FCKeditor in codeigniter |
[eluser]nosonoso[/eluser]
Did somebody ever used the TinyMCE in a JQuery UI Tab? The problem I'm facing is the fact when posting a form built with the codeigniter it doesn't post the value from the TinyMCE Wysiwyg editor. I tried also FCKeditor and i'm facing the same problem.
[eluser]nosonoso[/eluser]
I also like to refer to my previous unanswered post : http://ellislab.com/forums/viewthread/111662/
[eluser]nosonoso[/eluser]
I found out it has to do with the Jquery Hijack plugin, loaded for the tabs plugin. This line of code is the problem for tinymce: Code: function(event, ui) { // load callback, hijacking every loaded panel
[eluser]jdfwarrior[/eluser]
Good call coz yeah its definitely possible. I had no issues the time that I implemented it.
[eluser]Unknown[/eluser]
You might need to check this out.. Code: http://blog.codebusters.pl/en/entry/codeigniter-202-tinymce-or-ckeditor-style-attribute-lost-after-update |
Welcome Guest, Not a member yet? Register Sign In |