dankito / RichTextEditor

Rich text WYSIWYG editor for Android and JavaFX
Apache License 2.0
92 stars 36 forks source link

disable text input in editor #26

Closed kunz398 closed 5 years ago

kunz398 commented 5 years ago

just puting it here for others to see incase they do not know in order to disable input in this text edior simply use richTextEditor.setFocusable(false) to disable editing richTextEditor.setFocusableInTouchMode(true) to enable editing;