[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/libraries/ckeditor/_source/core/ -> themes.js (source)

   1  /*

   2  Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.

   3  For licensing, see LICENSE.html or http://ckeditor.com/license

   4  */
   5  
   6  /**

   7   * @fileOverview Defines the {@link CKEDITOR.themes} object, which is used to

   8   *        manage themes registration and loading.

   9   */
  10  
  11  /**

  12   * Manages themes registration and loading.

  13   * @namespace

  14   * @augments CKEDITOR.resourceManager

  15   * @example

  16   */
  17  CKEDITOR.themes = new CKEDITOR.resourceManager(
  18      '_source/'+        // @Packager.RemoveLine
  19      'themes/', 'theme' );


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7