tinyMCE.init({ {$ABM_WYSIWYG}, language : 'es', mode : 'exact', elements : '{$wysiwygELEMENTS}', debug : false }); $wysiwygArray=split(",",$wysiwygELEMENTS); $fck_inits=""; foreach($wysiwygArray as $k => $editorName){ $fck_inits.="var oFCKeditor$k = new FCKeditor('".$editorName."') ; oFCKeditor$k.BasePath = sBasePath ; oFCKeditor$k.Width = '100%' ; oFCKeditor$k.Height = '300' ; oFCKeditor$k.ToolbarSet = 'Lea' ; oFCKeditor$k.ReplaceTextarea() ; "; } $javascript="