Lines Matching defs:tooltip
41 tooltip: "Server<br>connection error<br><hr><i>check details<br>in the browser's<br>console</i>",
51 tooltip: 'Save the<br>document',
55 tooltips: {button:'Save the<br>document'} // Handle tooltip messages by multiple classes (draft save, captcha, etc)
62 tooltip: 'Discard<br>changes',
70 tooltip: 'Exit the editor<br><i>but keep the<br>draft</i>',
84 tooltip : 'Editor<br>enabled<br><i>by default</i>',
89 tooltip : 'Editor<br>disabled<br><i>by default</i>',
105 tooltip : 'Full width<br><i>enabled</i>',
110 tooltip : 'Full width<br><i>disabled</i>',
126 tooltip : 'Single-pane<br>layout',
131 tooltip : 'Side-by-side<br>layout',
136 tooltip : 'Top-bottom<br>layout',
145 tooltip: 'Settings<hr><i>not functional<br>yet</i>',
157 tooltip : 'Move divider<br>to the left',
161 tooltip : 'Move divider<br>up',
175 tooltip : 'Move divider<br>to the right',
179 tooltip : 'Move divider<br>down',
193 tooltip : 'Live preview<br>on',
198 tooltip : 'Live preview<br>off',
214 tooltip : 'Partial preview<br>on<hr><i>Renders only the<br>changed parts of<br>the document</i>',
219 tooltip : 'Partial preview<br>off<hr><i>Renders the<br>whole document<br>every time</i>',
236 tooltip : 'No synchronized scrolling',
242 tooltip : "Synchronized scrolling",
314 this.divider_moveleft.states.row.tooltip = 'Move divider<br>to the left<br><i>'+pos+'%</i>';
315 this.divider_moveleft.states.column.tooltip = 'Move divider<br>up<br><i>'+pos+'%</i>';
320 this.divider_moveright.states.row.tooltip = 'Move divider<br>to the right<br><i>'+pos+'%</i>';
321 this.divider_moveright.states.column.tooltip = 'Move divider<br>down<br><i>'+pos+'%</i>';