Lines Matching refs:sidebar
52 this.sidebar.remove();
148 …this.sidebar = moaiEditor.createHTML('<div id="moaied__sidebar"></div>'); // Sidebar with butto…
149 this.row2.appendChild(this.sidebar);
150 this.sidebar.appendChild(this.btn_options);
151 this.sidebar.appendChild(this.btn_scrollhrz);
152 this.sidebar.appendChild(this.btn_editsummary);
153 this.sidebar.appendChild(this.layout.btn_editor);
154 this.sidebar.appendChild(this.layout.btn_linewrap);
155 this.sidebar.appendChild(this.layout.btn_fullscreen);
156 this.sidebar.appendChild(this.layout.btn_scrolltop);
157 this.sidebar.appendChild(this.layout.btn_scrollbottom);