MCPcopy
hub / github.com/Worklenz/worklenz / getElement

Method getElement

worklenz-backend/src/public/tinymce/tinymce.js:31007–31012  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31005 return this.contentAreaContainer;
31006 }
31007 getElement() {
31008 if (!this.targetElm) {
31009 this.targetElm = DOM$1.get(this.id);
31010 }
31011 return this.targetElm;
31012 }
31013 getWin() {
31014 const self = this;
31015 if (!self.contentWindow) {

Callers 14

register$7Function · 0.45
getActiveElementFunction · 0.45
hasUiFocusFunction · 0.45
remove$1Function · 0.45
getRootNameFunction · 0.45
contentBodyLoadedFunction · 0.45
createIframeFunction · 0.45
init$1Function · 0.45
renderFromThemeFuncFunction · 0.45
renderThemeFalseFunction · 0.45
renderThemeUiFunction · 0.45
renderFunction · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected