Maximo de caracteres con FCKeditor
Publicado por lucas (1 intervención) el 21/06/2006 16:44:59
Hola estoy usando FCKeditor pero quiero que no se pueda meter mas de 500 caracteres, alguien sabe como puedo hacerlo, el codigo que tengo ahora es:
<?
$sBasePath = "editor/" ;
$oFCKeditor = new FCKeditor('texto') ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = $texto ;
$oFCKeditor->Width = '300' ;
$oFCKeditor->Height = '150' ;
$oFCKeditor->Create();
?>
<?
$sBasePath = "editor/" ;
$oFCKeditor = new FCKeditor('texto') ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = $texto ;
$oFCKeditor->Width = '300' ;
$oFCKeditor->Height = '150' ;
$oFCKeditor->Create();
?>
Valora esta pregunta


0