...
에디터 본문에 변경된 내용이 있는지 확인합니다.
Return:
| Type | Description |
|---|---|
| Boolean | 변경된 내용이 있으면 true를 반환합니다. |
Example:
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
var table = editor.getAPIModelById('ID', { skipRendering : true }); table.insertCol(1); table.insertRow(1); table.setWidth(400); editor.rendereditor.isDirty(); |