* Renders the editor/adds it to the page. * * @method render
()
| 391 | * @method render |
| 392 | */ |
| 393 | public render(): void { |
| 394 | Render.render(this); |
| 395 | } |
| 396 | |
| 397 | /** |
| 398 | * Focuses/activates the editor. This will set this editor as the activeEditor in the tinymce collection |
no outgoing calls