setText method

void setText(
  1. String text
)

Sets the text of the editor. Some pre-processing is applied to convert String elements like "\n" to HTML elements.

Implementation

void setText(String text) {}