validar editor por defecto de joomla
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
#3
$js="function validateEditor(){
var content = ".$editor->getContent('editorName').";
if(content == '') {
alert('Fill the description');
return false; }
return true; }";
$document =& JFactory::getDocument();
$document->addScriptDeclaration($js);