phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] news_admin/js/fckeditor/editor/_source/globals fckedi


From: skwashd
Subject: [Phpgroupware-cvs] news_admin/js/fckeditor/editor/_source/globals fckeditorapi.js, 1.2 fck_constants.js, 1.2
Date: Thu, 4 Aug 2005 05:54:00 +0200

Update of news_admin/js/fckeditor/editor/_source/globals

Modified Files:
     Branch: MAIN
            fckeditorapi.js lines: +8 -9
            fck_constants.js lines: +1 -4

Log Message:
new newsletter builder, updated FCK and a few other things

====================================================
Index: news_admin/js/fckeditor/editor/_source/globals/fckeditorapi.js
diff -u news_admin/js/fckeditor/editor/_source/globals/fckeditorapi.js:1.1 
news_admin/js/fckeditor/editor/_source/globals/fckeditorapi.js:1.2
--- news_admin/js/fckeditor/editor/_source/globals/fckeditorapi.js:1.1  Tue May 
24 14:32:53 2005
+++ news_admin/js/fckeditor/editor/_source/globals/fckeditorapi.js      Thu Aug 
 4 03:54:31 2005
@@ -1,6 +1,6 @@
 /*
  * FCKeditor - The text editor for internet
- * Copyright (C) 2003-2004 Frederico Caldeira Knabben
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
  *
  * Licensed under the terms of the GNU Lesser General Public License:
  *             http://www.opensource.org/licenses/lgpl-license.php
@@ -12,15 +12,17 @@
  *     Create the FCKeditorAPI object that is available as a global object in
  *     the page where the editor is placed in.
  *
- * Version:  2.0 RC3
- * Modified: 2004-05-31 23:07:48
- *
  * File Authors:
  *             Frederico Caldeira Knabben (address@hidden)
  */

 var FCKeditorAPI ;

+function FCKeditorAPI_GetInstance( instanceName )
+{
+       return this.__Instances[ instanceName ] ;
+}
+
 if ( !window.parent.FCKeditorAPI )
 {
        // Make the FCKeditorAPI object available in the parent window.
@@ -28,14 +30,11 @@
        FCKeditorAPI.__Instances = new Object() ;

        // Set the current version.
-       FCKeditorAPI.Version = '2.0 RC3' ;
+       FCKeditorAPI.Version = '2.0' ;

        // Function used to get a instance of an existing editor present in the
        // page.
-       FCKeditorAPI.GetInstance = function( instanceName )
-       {
-               return this.__Instances[ instanceName ] ;
-       }
+       FCKeditorAPI.GetInstance = FCKeditorAPI_GetInstance ;
 }
 else
        FCKeditorAPI = window.parent.FCKeditorAPI ;

====================================================
Index: news_admin/js/fckeditor/editor/_source/globals/fck_constants.js
diff -u news_admin/js/fckeditor/editor/_source/globals/fck_constants.js:1.1 
news_admin/js/fckeditor/editor/_source/globals/fck_constants.js:1.2
--- news_admin/js/fckeditor/editor/_source/globals/fck_constants.js:1.1 Tue May 
24 14:32:53 2005
+++ news_admin/js/fckeditor/editor/_source/globals/fck_constants.js     Thu Aug 
 4 03:54:31 2005
@@ -1,6 +1,6 @@
 /*
  * FCKeditor - The text editor for internet
- * Copyright (C) 2003-2004 Frederico Caldeira Knabben
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
  *
  * Licensed under the terms of the GNU Lesser General Public License:
  *             http://www.opensource.org/licenses/lgpl-license.php
@@ -11,9 +11,6 @@
  * File Name: fck_constants.js
  *     Defines some constants used by the editor. These constants are also
  *     globally available in the page where the editor is placed.
- *
- * Version:  2.0 RC3
- * Modified: 2004-05-31 23:07:48
  *
  * File Authors:
  *             Frederico Caldeira Knabben (address@hidden)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]