...
| Status | ||||||
|---|---|---|---|---|---|---|
|
| Code Block | ||||
|---|---|---|---|---|
| ||||
var container = editor.getAPIModelById('id');
container.remove(); |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var container = editor.getAPIModelById('id');
container.replace('<p><span>Paragraph<span>HTMLContainer replaced</span></p>span>'); |
setHeight(value[, unit = 'px'])
- value<Number> 설정의 표의 높이값
- unit <String> 높이값의 단위 ('px', '%'). 기본값 'px'.
...
setWidth(value[, unit = 'px'])
- value<Number> 설정의 표의 너비값
- unit <String> 너비값의 단위 ('px', '%'). 기본값 'px'.
...