Lines Matching refs:mirror
48 this.mirror = null; // Container element
81 …this.mirror = moaiEditor.createHTML('<div id="moaied__mirror" class="moaied-display-none"></div>');
82 moaiEditor.layout.editpane.appendChild(this.mirror);
87 this.mirror.appendChild(this.content);
91 this.mirror.appendChild(this.dirty);
95 this.mirror.appendChild(scrollpoints);
108 this.mirror.classList.add('moaied-display-none');
115 this.mirror.classList.remove('moaied-display-none');
216 this.mirror.appendChild(this.flashbox);
232 this.mirror.scrollTop = this.textarea.scrollTop;
273 this.textarea.scrollTop = this.mirror.scrollTop;
444 return this.outer.mirror.scrollHeight;
452 this.outer.mirror.scrollTop = value;
464 this.outer.mirror.style.scrollBehavior = value;