MCPcopy Index your code
hub / github.com/DHTMLX/gantt / eltP

Function eltP

samples/common/codehighlight/codemirror.js:80–84  ·  view source on GitHub ↗
(tag, content, className, style)

Source from the content-addressed store, hash-verified

78 }
79 // wrapper for elt, which removes the elt from the accessibility tree
80 function eltP(tag, content, className, style) {
81 var e = elt(tag, content, className, style);
82 e.setAttribute("role", "presentation");
83 return e
84 }
85
86 var range;
87 if (document.createRange) { range = function(node, start, end, endNode) {

Callers 3

buildLineContentFunction · 0.85
DisplayFunction · 0.85
markTextFunction · 0.85

Calls 1

eltFunction · 0.85

Tested by

no test coverage detected