Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/_source/globals
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6803/phpslash-dev/public_html/scripts/fckeditor/editor/_source/globals
Modified Files:
fck_constants.js fckeditorapi.js
Log Message:
complete fckeditor addition
Index: fck_constants.js
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/_source/globals/fck_constants.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fck_constants.js 28 Oct 2004 20:17:42 -0000 1.1
--- fck_constants.js 30 Oct 2004 13:53:12 -0000 1.2
***************
*** 13,17 ****
* globally available in the page where the editor is placed.
*
! * Version: 2.0 Beta 1
* Modified: 2004-05-31 23:07:48
*
--- 13,17 ----
* globally available in the page where the editor is placed.
*
! * Version: 2.0 Beta 2
* Modified: 2004-05-31 23:07:48
*
Index: fckeditorapi.js
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/_source/globals/fckeditorapi.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fckeditorapi.js 28 Oct 2004 20:17:42 -0000 1.1
--- fckeditorapi.js 30 Oct 2004 13:53:12 -0000 1.2
***************
*** 13,17 ****
* the page where the editor is placed in.
*
! * Version: 2.0 Beta 1
* Modified: 2004-05-31 23:07:48
*
--- 13,17 ----
* the page where the editor is placed in.
*
! * Version: 2.0 Beta 2
* Modified: 2004-05-31 23:07:48
*
***************
*** 29,33 ****
// Set the current version.
! FCKeditorAPI.Version = '2.0 Beta 1' ;
// Function used to get a instance of an existing editor present in the
--- 29,33 ----
// Set the current version.
! FCKeditorAPI.Version = '2.0 Beta 2' ;
// Function used to get a instance of an existing editor present in the
|