1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Added FontAwesome list class to TinyMce formats.

This commit is contained in:
Cameron
2017-01-12 16:34:42 -08:00
parent 11abd2ef33
commit b11051f80a
2 changed files with 8 additions and 1 deletions

View File

@@ -10,4 +10,4 @@ CREATE TABLE rss (
rss_limit tinyint(3) unsigned NOT NULL default '0', rss_limit tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (rss_id), PRIMARY KEY (rss_id),
KEY rss_name (rss_name) KEY rss_name (rss_name)
) ENGINE=MyISAM; ) ENGINE=MyISAM;

View File

@@ -533,6 +533,11 @@ class wysiwyg
{title: 'Code Highlighted', block: 'pre', classes: 'prettyprint linenums' } {title: 'Code Highlighted', block: 'pre', classes: 'prettyprint linenums' }
]}, ]},
{title: 'Lists', items: [
{title: 'FontAwesome', selector: 'ul', classes: 'fa-ul' },
{title: 'Bootstrap Listgroup', selector: 'ul', classes: 'list-group' },
]},
{title: 'Alignment', items: [ {title: 'Alignment', items: [
{title: 'Left', block: 'div', classes: 'text-left', icon: 'alignleft'}, {title: 'Left', block: 'div', classes: 'text-left', icon: 'alignleft'},
{title: 'Center', block: 'div',classes: 'text-center', icon: 'aligncenter'}, {title: 'Center', block: 'div',classes: 'text-center', icon: 'aligncenter'},
@@ -615,6 +620,8 @@ class wysiwyg
{title: 'Button (Danger)', value: 'btn btn-danger'} {title: 'Button (Danger)', value: 'btn btn-danger'}
]"; ]";
/* $ret['setup'] = "function(ed) { /* $ret['setup'] = "function(ed) {
ed.addMenuItem('test', { ed.addMenuItem('test', {
text: 'Clear Floats', text: 'Clear Floats',