Changeset 6825 for CKEditor/trunk
- Timestamp:
- 04/29/11 17:56:25 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 4 edited
-
CHANGES.html (modified) (1 diff)
-
_dev/docs_build/template/publish.js (modified) (1 diff)
-
_source/core/plugindefinition.js (modified) (1 diff)
-
_source/plugins/clipboard/dialogs/paste.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6818 r6825 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 2 <!-- 3 3 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -
CKEditor/trunk/_dev/docs_build/template/publish.js
r6376 r6825 1 /** Called automatically by JsDoc Toolkit. */1 /** Called automatically by JsDoc Toolkit. */ 2 2 function publish(symbolSet) { 3 3 publish.conf = { // trailing slash expected for dirs -
CKEditor/trunk/_source/core/plugindefinition.js
r6814 r6825 32 32 33 33 /** 34 * A list of language files available for this plugin. These files are stored inside 35 * the "lang" directory, which is inside the plugin directory, follow the name 34 * A list of language files available for this plugin. These files are stored inside 35 * the "lang" directory, which is inside the plugin directory, follow the name 36 36 * pattern of "langCode.js", and contain a language definition created with {@link CKEDITOR.pluginDefinition#setLang}. 37 37 * While the plugin is being loaded, the editor checks this list to see if 38 * a language file of the current editor language ({@link CKEDITOR.editor#langCode}) 38 * a language file of the current editor language ({@link CKEDITOR.editor#langCode}) 39 39 * is available, and if so, loads it. Otherwise, the file represented by the first list item 40 40 * in the list is loaded. -
CKEditor/trunk/_source/plugins/clipboard/dialogs/paste.js
r6799 r6825 122 122 { 123 123 var dialog = this.getDialog(); 124 var htmlToLoad = 124 var htmlToLoad = 125 125 '<html dir="' + editor.config.contentsLangDirection + '"' + 126 126 ' lang="' + ( editor.config.contentsLanguage || editor.langCode ) + '">' + … … 209 209 bogus && bogus.remove(); 210 210 211 // Saving the contents so changes until paste is complete will not take place (#7500) 211 // Saving the contents so changes until paste is complete will not take place (#7500) 212 212 html = body.getHtml(); 213 213
Note: See TracChangeset
for help on using the changeset viewer.
