Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
fix method names (RF-12539)
Browse files Browse the repository at this point in the history
  • Loading branch information
michpetrov committed Mar 29, 2016
1 parent f7cad88 commit f9f98cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2488,8 +2488,8 @@ The [sgmltag]+<rich:editor>+ component can be controlled through the JavaScript
[function]+isFocused()+:: Returns +true+ if this component is focused
[function]+isDirty()+:: Returns +true+ if editor is focused and it was edited from last focus event (reset by blur event, by using [code]+setValue(newValue)+ call and when component is re-rendered)
[function]+isValueChanged()+:: Returns +true+ if the control's value has been changed from the default (reset by [code]+setValue(newValue)+ call and when component is re-rendered)
[function]+isReadonly()+:: Returns +true+ if editor content is editable.
[function]+setReadonly(readonly)+:: When +readonly+ is +true+, editor will be switched to editable state. Otherwise, it will be switched to readonly state.
[function]+isRead0nly()+:: Returns +true+ if editor content is editable.
[function]+setRead0nly(readonly)+:: When +readonly+ is +true+, editor will be switched to editable state. Otherwise, it will be switched to readonly state.
[[sect-Component_Reference-editor-Reference_data]]

==== Reference data
Expand Down

0 comments on commit f9f98cf

Please sign in to comment.