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

 
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 -> Language: Spanish
View previous topic :: View next topic  
Author Message
chetamachado
Smarty n00b


Joined: 19 Dec 2007
Posts: 1

PostPosted: Wed Dec 19, 2007 9:06 pm    Post subject: fckeditor Reply with quote

necesito adicionarle al fckeditor un diccionario para que me haga la correccion ortografica... favor de ayudarme en esto.

i need to add to my fckeditor any dictionary to do the spelling.. please help my with this

any answer write me back to zmachado@facinf.uho.edu.cu
Sad

thanks
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
mrtinez
Smarty Rookie


Joined: 31 Jan 2005
Posts: 26
Location: Mexico

PostPosted: Wed Jan 02, 2008 10:25 pm    Post subject: fckeditor Reply with quote

Hola chetamachado, ojala te de algo de luz... perdon por la tardanza en la respuesta pero no estaba en la oficina.


-------------en el PHP

require_once "FCKeditor/fckeditor.php";

$sm = new Smarty();

--yo lo uso asi porque mi campo es tipo blob

$obse = $conn->BlobDecode($mensaje->row["mensobse"]);

$FCK = new FCKeditor('obse') ;
$FCK->BasePath = '/FCKeditor/';
$FCK->Value = $obse;
$FCK->Height = 400;
$campo = $FCK->CreateHtml() ;

$sm->assign('campo', $campo);

$sm->display("mitemplate.tpl");
------ hasta aqui el PHP-------------

------ en el template ----------
---y en el template solo despliegas la variable donde dejaste todo... y lo adicional que quieras meter.. etiquietas... etc

{$campo}


espero que te sea de utilidad. saludos.
Back to top
View user's profile Send private message Visit poster's website
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 -> Language: Spanish 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