[Ror-es] problemas al integrar FCKEditor

Frank Vega fvega at server.cl
Mon Sep 11 21:20:50 GMT 2006


Prueba:
 Haciendo lo siguiente:
 ami me funciono

<script type="text/javascript" src="FCKeditor/fckeditor.js"></script>
     <script type="text/javascript">
      window.onload = function()
      {
        var oFCKeditor = new FCKeditor('MyTextarea');
        oFCKeditor.BasePath = "FCKeditor/";
        var sSkinPath = '/FCKeditor/editor/skins/office2003/' ;
        oFCKeditor.Config['SkinPath'] = sSkinPath ;
        oFCKeditor.Config['PreloadImages'] =
        sSkinPath + 'images/toolbar.start.gif' + ';' +
        sSkinPath + 'images/toolbar.end.gif' + ';' +
        sSkinPath + 'images/toolbar.bg.gif' + ';' +
        sSkinPath + 'images/toolbar.buttonarrow.gif' ;
        oFCKeditor.Height = "100%";
        oFCKeditor.ReplaceTextarea() ;
      }
     </script>

     <textarea id="MyTextarea" name="MyTextarea">




More information about the Ror-es mailing list