Searched refs:createSidebarButton (Results 1 – 2 of 2) sorted by relevance
| /plugin/moaieditor/scripts/ |
| D | layout.js | 155 …this.btn_editor = this.createSidebarButton ('editor', '--', this.onClickEd… 156 …this.btn_linewrap = this.createSidebarButton ('linewrap', 'Line wrap', moaiEditor.edi… 157 …this.btn_fullscreen = this.createSidebarButton ('fullscreen', 'Full screen', this.toggleFul… 158 …this.btn_scrolltop = this.createSidebarButton ('scrolltop', 'Go to top', moaiEditor.scr… 159 …this.btn_scrollbottom = this.createSidebarButton ('scrollbottom', 'Go to bottom', moaiEditor.scr… 293 createSidebarButton (icon, tooltip=null, onclick=null) { method in MoaiEditor.Layout
|
| D | layout_desktop.js | 144 …this.btn_options = this.layout.createSidebarButton ('options', 'More options', this.toggleButtonsV… 145 …this.btn_scrollhrz = this.layout.createSidebarButton ('arrowhrz', 'Toggle preview', this.toggleHor… 146 …this.btn_editsummary = this.layout.createSidebarButton ('summary', 'Edit summary', this.toggleEdit…
|