MCPcopy
hub / github.com/tinymce/tinymce / render

Method render

modules/tinymce/src/core/main/ts/api/Editor.ts:393–395  ·  view source on GitHub ↗

* Renders the editor/adds it to the page. * * @method render

()

Source from the content-addressed store, hash-verified

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

Callers 15

createEditorFunction · 0.95
RenderTest.tsFile · 0.80
changeTableSectionsFunction · 0.80
runFunction · 0.80
readyHandlerFunction · 0.80
execCommandFunction · 0.80
IconsTest.tsFile · 0.80
renderUIWithRefsFunction · 0.80
renderResizeHandlerFunction · 0.80
renderCloseFunction · 0.80
makeIconFunction · 0.80
factoryFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestComponentFunction · 0.64