Lines Matching refs:container

14163   this.container = document.createElement('div');
14166 rootElement.insertBefore(this.container, rootElement.firstChild);
17739 this.container = null;
17791 this.container = this.createContainer(this.hot.rootElement.className);
17800 this.container.container.appendChild(this.table.fragment);
17816 this.container = this.createContainer(this.hot.rootElement.className);
17822 this.container.container.appendChild(this.table.fragment);
17842 this.container = this.createContainer(this.hot.rootElement.className);
17854 this.container.container.appendChild(this.table.fragment);
18112 (parent || this.hot.rootElement).appendChild(this.container.fragment);
18124 if (this.injected && this.container.container.parentNode) {
18125 this.container.container.parentNode.removeChild(this.container.container);
18126 this.container = null;
18205 var container = d.createElement('div');
18208 (0, _element.addClass)(container, className);
18209 fragment.appendChild(container);
18211 return { fragment: fragment, container: container };
25195 var container = this;
26351 var container = this.wot.wtTable.wtRootElement.parentNode || this.wot.wtTable.wtRootElement;
26352 var width = container.clientWidth;
26353 var height = container.clientHeight;
35218 options.container = this.datePicker;
39636 this.container = this.createContainer(this.options.name);
39720 this.container.removeAttribute('style');
39721 this.container.style.display = 'block';
39765 this.hotMenu = new _core2.default(this.container, settings);
39796 this.container.style.display = 'none';
39964 if (cursor.fitsBelow(this.container)) {
39966 } else if (cursor.fitsAbove(this.container)) {
39971 if (cursor.fitsOnRight(this.container)) {
39991 var top = this.offset.above + cursor.top - this.container.offsetHeight;
39994 top = cursor.top + cursor.cellHeight - this.container.offsetHeight + 3;
39996 this.container.style.top = top + 'px';
40013 this.container.style.top = top + 'px';
40033 this.container.style.left = left + 'px';
40045 …var left = this.offset.left + cursor.left - this.container.offsetWidth + (0, _element.getScrollbar…
40047 this.container.style.left = left + 'px';
40227 var container = void 0;
40230 container = document.querySelector('.' + this.options.className + '.' + name);
40232 container = document.querySelector('.' + this.options.className);
40234 if (!container) {
40235 container = document.createElement('div');
40236 (0, _element.addClass)(container, 'htMenu ' + this.options.className);
40239 (0, _element.addClass)(container, name);
40241 document.getElementsByTagName('body')[0].appendChild(container);
40244 return container;
40409 if (this.container && (0, _element.isChildOf)(event.target, this.container)) {
48063 instance.container.insertBefore(table, instance.container.firstChild);
48691 var container = TH.firstChild;
48693 if (!(0, _element.hasClass)(container, 'relative')) {
48699 this.updateCellHeader(container.querySelector('.rowHeader'), row, this.instance.getRowHeader);
48722 var container = TH.firstChild;
48724 if ((0, _element.hasClass)(container, 'relative')) {
48725 this.updateCellHeader(container.querySelector('.colHeader'), col, this.instance.getColHeader);
50160 container: undefined,
50506 if (opts.container) {
50507 opts.container.appendChild(self.el);
50908 if (this._o.container) return;