Hi Guys,
I am into serious FCKeditor issue while cloning, it works fine in IE 6/7 but it's not getting instantiated in FF 2/3.
Test URL:
http://www.mohammedarif.com/test/clone_fckeditor.html
This piece of functionality is really important for our project.
Also want instance name keeps increase in var oFCKeditor = new FCKeditor('FCKeditor1')
Should be FCKeditor2 when we clone first time so on and so forth.
Is there a way to re-instantiate FCKEditor object with jQuery clone method?
Looking for quick help.
Note: Using jQuery as JavaScript framework.
Thanks
Mohammed Arif
Tue, 06/02/2009 - 13:19
#1
Re: FCKeditor clone issue
No luck so far
-Mohammed Arif