Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

RELEASE 2.3.0 OR ABOVE

public getText(selector: String)

API to extract text by designating the DOM selector.

  • Extractable DOM: <div>, <td>, <p>, <span>


Params: selector

NameTypeDescription
selectorstringSelector to get DOM to edit


Return: text

NameTypeDescription
teststringText extracted from DOM


Example:

let field = window.editor.getText('#field');
let name = window.editor.getText('#name');
let birth = window.editor.getText('#birth');
let address = window.editor.getText('#address');
let phone = window.editor.getText('#phone');
let copyright = window.editor.getText('#copyright');



Experiencing

에디터의 문서모델(DOM)에 직접 접근하여 정보를 관리 할 수 있는 기능을 제공합니다.


지원분야
성명
생년월일
현주소
연락처
Copyright
지원분야
성명
생년월일
현주소
연락처
Copyright



  • No labels