irshu355 / Android-WYSIWYG-Editor

:pager: A text editor written in Android using native components in the content tree. Integrate easily to work with web based WYSIWYG's.
http://irshulx.github.io/Android-WYSIWYG-Editor
Apache License 2.0
412 stars 116 forks source link

Getting data... i need a Help. #59

Closed JangWookJeong closed 5 years ago

JangWookJeong commented 6 years ago

How do I get the editor's data?

I am wondering how to load the data entered in the editor into the database.

nilskretschmer commented 5 years ago

You can use the get-methods of the editor class: To get HTML as a string for example use: String html = editor.getContentAsHTML();