Lines Matching refs:appendChild
76 editor.appendChild(this.row1);
77 editor.appendChild(this.layout.msgarea);
78 editor.appendChild(this.row2);
79 editor.appendChild(this.paneswrapper);
80 editor.appendChild(this.footer);
81 editor.appendChild(this.layout.indicatorScrolling);
82 this.paneswrapper.appendChild(this.layout.panes);
94 this.row1.appendChild(this.topleft);
95 this.row1.appendChild(this.toc);
96 this.row1.appendChild(this.buttons);
99 this.topleft.appendChild(moaiEditor.buttons.back.handle);
102 this.topleft.appendChild(this.layout.pageid);
129 this.row2.appendChild(this.row2left);
130 this.row2.appendChild(this.row2right);
134 this.row2left.appendChild(this.toolbar);
138 this.row2right.appendChild(this.layout.summary);
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);
160 this.footer.appendChild(this.layout.bottomRight);
167 this.footer.appendChild(this.footerLeft);
168 this.footer.appendChild(this.docinfo);