Lines Matching refs:moaiEditor
61 moaiEditor.editor.current.flash(flashleft, this.scroll);
62 moaiEditor.preview.flash(flashright, this.scroll);
64 moaiEditor.layout.indicatorScrolling.style.opacity = '0';
66 this.sync.lastScroll = Math.round(moaiEditor.editor.current.scroll.top);
67 moaiEditor.scroll.sync.disabled = false;
119 return moaiEditor.scroll.tools.getRectRelativeToParent(this.element).top;
127 moaiEditor.preview.flash(false, {element:element}); // TODO: Test this condition
165 element.addEventListener('click', function(){ moaiEditor.scroll.onClick(this); });
175 …const img = moaiEditor.createHTML('<img class="moaied-scroller-icon" src="lib/plugins/moaieditor/i…
183 moaiEditor.layout.goRight();
187 this.left.object = moaiEditor.editor.current;
188 this.right.object = moaiEditor.preview;
194 const match = moaiEditor.matches.find(element);
212 const editor = moaiEditor.editor.current;
232 this.left.object = moaiEditor.editor.current;