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

Version 1 Next »

API를 통한 편집을 위해 APIModel을 반환합니다.


Parameters:

Name

Type

Attribute

Description

id

String

optionsObject


Return:

TypeDescription
Element편집을 위한 API 모델


Example:

var table = editor.getAPIModelById('ID');
table.insertCol(1);
table.insertRow(1);
table.setWidth(400);




  • No labels