wasabeef / richeditor-android

RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
Apache License 2.0
6.24k stars 1.2k forks source link

how to make editor disable ? #212

Open dhruvishah22 opened 5 years ago

bluelabeldeveloper1 commented 4 years ago
etComment?.isFocusable = false
        etComment?.isEnabled = false

You can do this from java or kotlin side code

manasid03 commented 4 years ago

You can also do that by using its method.

richEditor.setInputEnabled(false);