Opened 9 years ago
Closed 9 years ago
#13693 closed Task (fixed)
Missing readOnly in CommandDefinition
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Documentation & Samples | Version: | 4.0 |
Keywords: | Cc: |
Description
The readOnly property for commands is not documented at http://docs.ckeditor.com/#!/api/CKEDITOR.commandDefinition
I guess that the version can be set as back as when it was introduced to enable read only editors, I've set as 4.0 to signal that this isn't new.
Change History (2)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Yea it was added not that long ago, but it's already there (git:bde29f8e2c). Thanks for the catch!
I have checked the
ckeditor-dev\core\commanddefinition.js
and readOnly property is listed there with version 4.0. I'm not sure why it hasn't reached documentation.