Page 1 of 1

FCK editor

Posted: Mon Aug 13, 2007 9:51 am
by shivam0101
Hello,

I am using the following code to create fckeditor

Code: Select all

$oFCKeditor = new FCKeditor('essay','');
		$oFCKeditor->BasePath = '/FCKeditor/';
		
		echo $oFCKeditor->Create();
if i need it in a table how do i do it? It is appearing on top right now

Thanks

Posted: Mon Aug 13, 2007 11:13 am
by superdezign
That seems like an extremely simple question. You just place the echo where you want the JavaScript to begin.

What's not working? What have you tried?

Posted: Tue Aug 14, 2007 8:18 am
by shivam0101
i solved it. I should have used CreateHtml(), instead of Create(). The problem was with placement