Lines Matching refs:elmt
472 fillDescription: function(elmt) { argument
474 elmt.innerHTML = this._description;
477 fillWikiInfo: function(elmt) { argument
482 elmt.style.display = "none"; // default
499 elmt.style.display = "inline";
507 elmt.appendChild(document.createTextNode("["));
508 elmt.appendChild(a);
509 elmt.appendChild(document.createTextNode("]"));
512 fillTime: function(elmt, labeller) { argument
515 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._start)));
516 elmt.appendChild(elmt.ownerDocument.createElement("br"));
517 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._end)));
519 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._start)));
523 elmt.appendChild(elmt.ownerDocument.createTextNode(
525 elmt.appendChild(elmt.ownerDocument.createElement("br"));
526 elmt.appendChild(elmt.ownerDocument.createTextNode(
529 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._start)));
530 elmt.appendChild(elmt.ownerDocument.createElement("br"));
531 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._end)));
536 fillInfoBubble: function(elmt, theme, labeller) { argument
537 var doc = elmt.ownerDocument;
548 elmt.appendChild(img);
562 elmt.appendChild(divTitle);
567 elmt.appendChild(divBody);
572 elmt.appendChild(divTime);
577 elmt.appendChild(divWiki);