|
|
@@ -90,8 +90,10 @@ export default class Editor {
|
|
|
this.data = new DataController( this.document );
|
|
|
|
|
|
/**
|
|
|
- * Defines whether editor is read-only mode. In read-only mode editor {@link module:core/command Commands}
|
|
|
- * are disabled and is not possible to set any data to the editor.
|
|
|
+ * Defines whether editor is in read-only mode.
|
|
|
+ *
|
|
|
+ * In read-only mode editor {@link module:core/command Commands} are disabled and is not possible
|
|
|
+ * to modify document using it.
|
|
|
*
|
|
|
* @observable
|
|
|
* @member {Boolean} #isReadOnly
|