Hi,
I downloaded fck editor editor,
But i am getting trouble when i going to create more than one instance of fck editor in one html page.
If any oen knows, Please suggest me how to do it?
FCK editor more instances
Moderator: General Moderators
Re: FCK editor more instances
In below given code, give different names, it is the textarea name
Code: Select all
$oFCKeditor = new FCKeditor('description') ; // first instance
$oFCKeditor = new FCKeditor('description1') ; // second instance
-
deshmukh999
- Forum Commoner
- Posts: 32
- Joined: Mon Mar 15, 2010 2:01 am
Re: FCK editor more instances
Thank you for your great help.