Update of /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1666/xwysiwyg/mod/xwysiwyg/class
Modified Files:
xwysiwyg.php
Log Message:
some branching
Index: xwysiwyg.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/class/xwysiwyg.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** xwysiwyg.php 26 Oct 2004 19:17:44 -0000 1.4
--- xwysiwyg.php 26 Oct 2004 21:09:22 -0000 1.5
***************
*** 115,119 ****
$editors .= "
var editor$index = new FCKeditor(\"$area\");
! editor$index.BasePath = \"mod/xwysiwyg/_fck/\" ;
editor$index.CheckBrowser = false ;
editor$index.Config[\"AutoDetectLanguage\"] = false ;
--- 115,119 ----
$editors .= "
var editor$index = new FCKeditor(\"$area\");
! editor$index.BasePath = \"http://".PHPWS_SOURCE_HTTP."mod/xwysiwyg/_fck/\" ;
editor$index.CheckBrowser = false ;
editor$index.Config[\"AutoDetectLanguage\"] = false ;
***************
*** 153,160 ****
<script type=\"text/javascript\">\n//<[[CDATA
_editor_lang = \"".$lang."\";
! _editor_url = \"mod/xwysiwyg/_htmlarea/\";
//]]>\n</script>
<!-- load the main HTMLArea files -->
! <script type=\"text/javascript\" src=\"mod/xwysiwyg/_htmlarea/htmlarea.js\"></script>
<script type=\"text/javascript\">\n//<[[CDATA
".$loadplugs;
--- 153,160 ----
<script type=\"text/javascript\">\n//<[[CDATA
_editor_lang = \"".$lang."\";
! _editor_url = \"http://".PHPWS_SOURCE_HTTP."mod/xwysiwyg/_htmlarea/\";
//]]>\n</script>
<!-- load the main HTMLArea files -->
! <script type=\"text/javascript\" src=\"http://".PHPWS_SOURCE_HTTP."mod/xwysiwyg/_htmlarea/htmlarea.js\"></script>
<script type=\"text/javascript\">\n//<[[CDATA
".$loadplugs;
***************
*** 177,181 ****
$main = "
<!-- load the main FCKeditor files -->
! <script type=\"text/javascript\" src=\"mod/fckeditor/fck/fckeditor.js\"></script>
<script type=\"text/javascript\">\n//<[[CDATA
".$loadplugs;
--- 177,181 ----
$main = "
<!-- load the main FCKeditor files -->
! <script type=\"text/javascript\" src=\"http://".PHPWS_SOURCE_HTTP."mod/fckeditor/fck/fckeditor.js\"></script>
<script type=\"text/javascript\">\n//<[[CDATA
".$loadplugs;
|