Changeset 4848
- Timestamp:
- 12/30/09 09:16:56 (3 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/core/editor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/core/editor.js
r4780 r4848 574 574 575 575 /** 576 * Sets the editor data. The data must be provided in raw format. 576 * Sets the editor data. The data must be provided in raw format (HTML). 577 * <b>Note:</b> This's an asynchronous method, the {@param callback} 578 * function should be relied on if you want to interact with the editor 579 * after data is fully loaded. 580 * 577 581 * @param {String} data HTML code to replace the curent content in the editor. 578 582 * @param {Function} callback Function to be called after the setData is completed.
Note: See TracChangeset
for help on using the changeset viewer.
