Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DHTMLX/gantt
/ removeChildrenAndAdd
Function
removeChildrenAndAdd
samples/common/codehighlight/codemirror.js:67–69 ·
view source on GitHub ↗
(parent, e)
Source
from the content-addressed store, hash-verified
65
}
66
67
function
removeChildrenAndAdd(parent, e) {
68
return
removeChildren(parent).appendChild(e)
69
}
70
71
function
elt(tag, content, className, style) {
72
var
e = document.createElement(tag);
Callers
10
zeroWidthElement
Function · 0.85
hasBadBidiRects
Function · 0.85
hasBadZoomedRects
Function · 0.85
widgetHeight
Function · 0.85
paddingH
Function · 0.85
updateExternalMeasurement
Function · 0.85
textHeight
Function · 0.85
charWidth
Function · 0.85
onDragOver
Function · 0.85
codemirror.js
File · 0.85
Calls
1
removeChildren
Function · 0.85
Tested by
no test coverage detected