File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/ckeditor\_source\core
Editing: ckeditor/_source/core/dom.js
Full path: C:\ict\ICT\ckeditor\_source\core\dom.js
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * @fileOverview Defines the {@link CKEDITOR.dom} object, which contains DOM * manipulation objects and function. */ /** * @namespace DOM manipulation objects, classes and functions. * @see CKEDITOR.dom.element * @see CKEDITOR.dom.node * @example */ CKEDITOR.dom = {}; // PACKAGER_RENAME( CKEDITOR.dom )