Lines Matching refs:layout
35 constructor(layout) { argument
38 this.layout = layout;
58 this.layout.editor.style.paddingLeft = '';
59 this.layout.editor.style.paddingRight = '';
68 const editor = this.layout.editor;
69 const elements = this.layout.elements;
77 editor.appendChild(this.layout.msgarea);
81 editor.appendChild(this.layout.indicatorScrolling);
82 this.paneswrapper.appendChild(this.layout.panes);
102 this.topleft.appendChild(this.layout.pageid);
122 this.layout.addButtons (this.buttons, names);
138 this.row2right.appendChild(this.layout.summary);
143 …this.btn_options = this.layout.createSidebarButton ('options', 'More options', this.toggleButtonsV…
144 …this.btn_scrollhrz = this.layout.createSidebarButton ('arrowhrz', 'Toggle preview', this.toggleHor…
145 …this.btn_editsummary = this.layout.createSidebarButton ('summary', 'Edit summary', this.toggleEdit…
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);
251 this.layout.editor.style.maxWidth = maxwidth;
301 const summary = this.layout.summary;
324 this.layout.editor.style.paddingLeft = left + 'px';
325 this.layout.editor.style.paddingRight = right + 'px';