Welcome Guest, Not a member yet? Register   Sign In
Jquery ui tabs + TinyMCE or FCKeditor in codeigniter
#1

[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.
#2

[eluser]nosonoso[/eluser]
I also like to refer to my previous unanswered post : http://ellislab.com/forums/viewthread/111662/
#3

[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
          $(ui.panel).hijack();
      }
#4

[eluser]jdfwarrior[/eluser]
Good call coz yeah its definitely possible. I had no issues the time that I implemented it.
#5

[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




Theme © iAndrew 2016 - Forum software by © MyBB