[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/include/fckeditor/editor/_source/internals/ -> fcknamespace.js (source)

   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   * "Support Open Source software. What about a donation today?"
  12   * 
  13   * File Name: fcknamespace.js
  14   *     This file declares the namespace (object holder) where the common editor 
  15   *     objects and classes are defined.
  16   *     The namespace is located in the page the editor is running on, so it is
  17   *     shared by all editor instances.
  18   * 
  19   * File Authors:
  20   *         Frederico Caldeira Knabben (fredck@fckeditor.net)
  21   */
  22  
  23  var NS ;
  24  
  25  if ( !( NS = window.parent.__FCKeditorNS ) )
  26      NS = window.parent.__FCKeditorNS = new Object() ;
  27  


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7