Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
title릴리즈 Release 2.3.0 이상or Above

public setText(selector: String, text: String)

...

Code Block
languagejs
themeEmacs
window.editor.setText('#field', 'Filed Text');
window.editor.setText('#name', 'Name Text');
window.editor.setText('#birth', 'Birth day');
window.editor.setText('#address', 'Address');
window.editor.setText('#phone', 'Phone number');
window.editor.setText('#copyright', 'Copyright');



Experiencing

Include Page
DEMOSEDEMO:DOM APIDEMO
SEDEMO:DOM API