Changeset 6327
- Timestamp:
- 01/17/11 18:59:48 (2 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/core/ckeditor_base.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/core/ckeditor_base.js
r6241 r6327 81 81 * <li><b>basic_ready</b>: the basic API is ready to load the full core code.</li> 82 82 * <li><b>loading</b>: the full API is being loaded.</li> 83 * <li><b> ready</b>: the API can be fully used.</li>83 * <li><b>loaded</b>: the API can be fully used.</li> 84 84 * </ul> 85 85 * @type String 86 86 * @example 87 * if ( <b>CKEDITOR.status</b> == ' ready' )87 * if ( <b>CKEDITOR.status</b> == 'loaded' ) 88 88 * { 89 89 * // The API can now be fully used.
Note: See TracChangeset
for help on using the changeset viewer.
