Lines Matching refs:appendChild
47 editor.appendChild(this.left);
48 editor.appendChild(this.right);
58 this.left.appendChild(this.leftRow1);
59 this.left.appendChild(this.leftRow2);
63 left.appendChild(moaiEditor.buttons.back.handle);
64 left.appendChild(this.layout.pageid);
68 right.appendChild(this.btn_goRight.handle);
73 this.leftRow2.appendChild(main);
74 this.leftRow2.appendChild(sidebar);
77 sidebar.appendChild(this.layout.btn_linewrap);
78 sidebar.appendChild(this.layout.btn_fullscreen);
79 sidebar.appendChild(this.layout.btn_editor);
80 sidebar.appendChild(this.layout.btn_scrolltop);
81 sidebar.appendChild(this.layout.btn_scrollbottom);
82 sidebar.appendChild(this.layout.bottomRight);
86 main.appendChild(this.leftButtons);
98 main.appendChild(this.layout.msgarea);
103 main.appendChild(toc);
106 main.appendChild(this.layout.summary);
110 main.appendChild(sep);
118 main.appendChild(diskpath);
122 main.appendChild(lastmodified);
129 this.right.appendChild(this.rightHeaderContainer);
130 this.right.appendChild(this.layout.panes);
135 this.rightHeaderDetachable.appendChild(this.rightButtons);
136 this.rightHeaderDetachable.appendChild(this.rightToolbar);
137 this.rightHeaderContainer.appendChild(this.rightHeaderDetachable);
142 left.appendChild(this.btn_goLeft.handle);
143 right.appendChild(moaiEditor.buttons.preview.handle);
144 right.appendChild(moaiEditor.buttons.save.handle);
145 right.appendChild(moaiEditor.buttons.cancel.handle);