| Status | ||||||
|---|---|---|---|---|---|---|
|
에디터 컨텐츠 영역의 document를 반환합니다Returns the document in the editor content area.
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
var contentsDocument = editor.getContentsDocument();
var element = contentsDocument.getElementById('id'); |
...
| Status | ||||||
|---|---|---|---|---|---|---|
|
에디터 컨텐츠 영역의 document를 반환합니다Returns the document in the editor content area.
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
var contentsDocument = editor.getContentsDocument();
var element = contentsDocument.getElementById('id'); |
...