Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

fckeditor and smarty...

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Plugins
View previous topic :: View next topic  
Author Message
nmthaker
Smarty n00b


Joined: 17 Nov 2007
Posts: 2

PostPosted: Sat Nov 17, 2007 11:38 am    Post subject: fckeditor and smarty... Reply with quote

Hello,

I am trying to use fckeditor. I have php file as below.

fack.php

include("../fckeditor/fckeditor.php");
$oFCKeditor = new FCKeditor('article_desc');
$oFCKeditor->BasePath = '../fckeditor/';
$oFCKeditor->Value = "";
$oFCKeditor->Width = '70%' ;
$oFCKeditor->Height = '300' ;
$editor_create=$oFCKeditor->Create();

fack.html

table width="100%" border="1">
<tr>
<td>&nbsp;</td>
<td><div align="center">
<p>{fckeditor BasePath="/fckeditor/" InstanceName="test" Width="650px" Height="300px"} </p>

</div> </td>
</tr>
</table>


This show me fack eaditor very properly. I want to use this fack editor at 2 -3 place with same code how can i do so please help me out..

Thanks

Nishit
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Plugins All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP