comparison public/javascripts/jstoolbar/textile.js @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
comparison
equal deleted inserted replaced
1297:0a574315af3e 1298:4f746d8966dd
196 title: 'Image', 196 title: 'Image',
197 fn: { 197 fn: {
198 wiki: function() { this.encloseSelection("!", "!") } 198 wiki: function() { this.encloseSelection("!", "!") }
199 } 199 }
200 } 200 }
201
202 // spacer
203 jsToolBar.prototype.elements.space5 = {type: 'space'}
204 // help
205 jsToolBar.prototype.elements.help = {
206 type: 'button',
207 title: 'Help',
208 fn: {
209 wiki: function() { window.open(this.help_link, '', 'resizable=yes, location=no, width=300, height=640, menubar=no, status=no, scrollbars=yes') }
210 }
211 }