Lines Matching refs:layout
22 constructor(layout) { argument
25 this.layout = layout;
35 const editor = this.layout.editor;
36 const elements = this.layout.elements;
64 left.appendChild(this.layout.pageid);
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);
95 this.layout.addButtons(this.leftButtons, names);
98 main.appendChild(this.layout.msgarea);
106 main.appendChild(this.layout.summary);
130 this.right.appendChild(this.layout.panes);
184 this.layout.panes.scrollLeft = window.innerWidth/5;