editor-string ( editor -- string )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Editor gadgets » Getting and setting editor contents

Next:set-editor-string ( string editor -- )


Vocabulary
ui.gadgets.editors

Inputs
editoran editor


Outputs
stringa string


Word description
Outputs the contents of the editor's document as a string. Lines are separated by \n.

Definition