...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var iframe = editor.getAPIModelById('id');
iframe.replace('<p><span>Paragraph<span>Iframe replaced</span></p>span>'); |
setHeight(value[, unit = 'px'])
...
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var iframe = editor.getAPIModelById('id');
iframe.replace('<p><span>Paragraph<span>Iframe replaced</span></p>span>'); |
...