fcknamespace.js
上传用户:wlfwy2004
上传日期:2016-12-12
资源大小:33978k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. /*
  2.  * FCKeditor - The text editor for internet
  3.  * Copyright (C) 2003-2005 Frederico Caldeira Knabben
  4.  * 
  5.  * Licensed under the terms of the GNU Lesser General Public License:
  6.  *  http://www.opensource.org/licenses/lgpl-license.php
  7.  * 
  8.  * For further information visit:
  9.  *  http://www.fckeditor.net/
  10.  * 
  11.  * File Name: fcknamespace.js
  12.  *  This file declares the namespace (object holder) where the common editor 
  13.  *  objects and classes are defined.
  14.  *  The namespace is located in the page the editor is running on, so it is
  15.  *  shared by all editor instances.
  16.  * 
  17.  * File Authors:
  18.  *  Frederico Caldeira Knabben (fredck@fckeditor.net)
  19.  */
  20. var NS ;
  21. if ( !( NS = window.parent.__FCKeditorNS ) )
  22. NS = window.parent.__FCKeditorNS = new Object() ;