Changeset 6630 for CKEditor/trunk
- Timestamp:
- 04/03/11 09:30:46 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js
r6586 r6630 1271 1271 1272 1272 /** 1273 * Disables the built-in spell checker while typing natively available in the 1274 * browser (currently Firefox and Safari only).<br /><br /> 1273 * Disables the built-in words spell checker if browser provides one.<br /><br /> 1275 1274 * 1276 * Even if word suggestions will not appear in the CKEditor context menu, this 1277 * feature is useful to help quickly identifying misspelled words.<br /><br /> 1275 * <strong>Note:</strong> Although word suggestions provided by browsers (natively) will not appear in CKEditor's default context menu, 1276 * users can always reach the native context menu by holding the <em>Ctrl</em> key when right-clicking if {@link CKEDITOR.config.browserContextMenuOnCtrl} 1277 * is enabled or you're simply not using the context menu plugin. 1278 1278 * 1279 * This setting is currently compatible with Firefox only due to limitations in1280 * other browsers.1281 1279 * @type Boolean 1282 1280 * @default true
Note: See TracChangeset
for help on using the changeset viewer.
