Hi,
I try to have a number of tabs, each containing one FCKeditor instance. The tab that have focus gets initialized but not the others. Any idea?
Uses those tabs:
http://webfx.eae.net/dhtml/tabpane/tabpane.html
Wed, 03/02/2005 - 23:35
#1
RE: Tabs with FCKEditor 2
I know that in Mozilla there is an issue with the editable section being disabled when it is hidden, and not being re-enabled when it is made visible again.
This patch gives you the function to call to force the editor back into design mode:
https://sourceforge.net/tracker/index.p ... tid=543655
You'll need to manually call the function yourself when the tab gains focus.
Hope this helps,
Ben
RE: Tabs with FCKEditor 2
Can someone please show me an example on how to call the function from outside the editor?