Lines Matching refs:moaiEditor

40         this.btn_goLeft = moaiEditor.buttons.goLeft;
41 this.btn_goRight = moaiEditor.buttons.goRight;
46 …this.left = moaiEditor.createHTML('<div id="moaied__phone_left"></div>'); // Buttons and…
47 …this.right = moaiEditor.createHTML('<div id="moaied__phone_right"></div>'); // Both panes …
57 …this.leftRow1 = moaiEditor.createHTML('<div id="moaied__phone_left_row1" class="moaied-phone-row">…
58 …this.leftRow2 = moaiEditor.createHTML('<div id="moaied__phone_left_row2" class="moaied-phone-row">…
64 left.appendChild(moaiEditor.buttons.back.handle);
72 …var main = moaiEditor.createHTML('<div id="moaied__phone_left_main"></div>'); // Container for:…
73 var sidebar = moaiEditor.createHTML('<div id="moaied__phone_sidebar"></div>');
86 this.leftButtons = moaiEditor.createHTML('<div id="moaied__phone_left_buttons"></div>');
102 var toc = moaiEditor.toc.container;
110 var sep = moaiEditor.createHTML('<div id="moaied__phone_left_main_separator"></div>');
118 …const diskpath = moaiEditor.createHTML('<div id="moaied__phone_diskpath"><label>'+data.labelPath+'…
122 …const lastmodified = moaiEditor.createHTML('<div id="moaied__phone_lastmodified"><label>'+data.lab…
128 …this.rightHeaderContainer = moaiEditor.createHTML('<div id="moaied__phone_right_header_container"…
129 …this.rightHeaderDetachable = moaiEditor.createHTML('<div id="moaied__phone_right_header_detachable…
134 this.rightToolbar = moaiEditor.createHTML('<div id="moaied__phone_right_toolbar"></div>');
135 …this.rightButtons = moaiEditor.createHTML('<div id="moaied__phone_right_buttons" class="moaied-pho…
144 right.appendChild(moaiEditor.buttons.preview.handle);
145 right.appendChild(moaiEditor.buttons.save.handle);
146 right.appendChild(moaiEditor.buttons.cancel.handle);