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 2 Next »

릴리즈 2.10.7 이상

변경된 모델이 있을 경우 렌더링을 수행합니다.


Example:

ID가 변경되지 않은 경우
var table = editor.getAPIModelById('ID', { skipRendering : true });
table.insertCol(1);
table.insertRow(1);
table.setWidth(400);

editor.render();
  • No labels