Skip to content

Kotlin api: Basic

Duy Dao edited this page Feb 27, 2018 · 2 revisions

Simply initialize this from any Context:

val editorFragment = kRichEditorFragment()

Kotlin advanced - you can customize it, too:

val editorFragment = kRichEditorFragment {
    // Customization block
}
Clone this wiki locally