Sha256: f131e3e490639c750e5dd1c175e20a8a40bc6ecd38e72eb88b04c7c753747249
Contents?: true
Size: 1.98 KB
Versions: 9
Compression:
Stored size: 1.98 KB
Contents
if (typeof RTOOLBAR == 'undefined') var RTOOLBAR = {}; RTOOLBAR['mini'] = { styles: { title: RLANG.styles, func: 'show', dropdown: { p: { title: RLANG.paragraph, exec: 'formatblock', param: '<p>' }, blockquote: { title: RLANG.quote, exec: 'formatblock', param: '<blockquote>', style: 'font-style: italic; color: #666; padding-left: 10px;' }, pre: { title: RLANG.code, exec: 'formatblock', param: '<pre>', style: 'font-family: monospace, sans-serif;' }, h1: { title: RLANG.header1, exec: 'formatblock', param: '<h1>', style: 'font-size: 30px; line-height: 36px; font-weight: bold;' }, h2: { title: RLANG.header2, exec: 'formatblock', param: '<h2>', style: 'font-size: 24px; line-height: 36px; font-weight: bold;' }, h3: { title: RLANG.header3, exec: 'formatblock', param: '<h3>', style: 'font-size: 20px; line-height: 30px; font-weight: bold;' }, h4: { title: RLANG.header4, exec: 'formatblock', param: '<h3>', style: 'font-size: 16px; line-height: 26px; font-weight: bold;' } }, separator: true }, bold: { title: RLANG.bold, exec: 'bold' }, italic: { title: RLANG.italic, exec: 'italic', separator: true }, insertunorderedlist: { title: '• ' + RLANG.unorderedlist, exec: 'insertunorderedlist' }, insertorderedlist: { title: '1. ' + RLANG.orderedlist, exec: 'insertorderedlist' }, outdent: { title: '< ' + RLANG.outdent, exec: 'outdent' }, indent: { title: '> ' + RLANG.indent, exec: 'indent', separator: true }, link: { title: RLANG.link, func: 'show', dropdown: { link: {name: 'link', title: RLANG.link_insert, func: 'showLink'}, unlink: {exec: 'unlink', name: 'unlink', title: RLANG.unlink} } } };
Version data entries
9 entries across 9 versions & 3 rubygems