comparison public/javascripts/jstoolbar/textile.js @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents 513646585e45
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1295:622f24f53b42
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 }