1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-01 17:57:56 +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',
PRIMARY KEY (rss_id),
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: 'Lists', items: [
{title: 'FontAwesome', selector: 'ul', classes: 'fa-ul' },
{title: 'Bootstrap Listgroup', selector: 'ul', classes: 'list-group' },
]},
{title: 'Alignment', items: [
{title: 'Left', block: 'div', classes: 'text-left', icon: 'alignleft'},
{title: 'Center', block: 'div',classes: 'text-center', icon: 'aligncenter'},
@ -615,6 +620,8 @@ class wysiwyg
{title: 'Button (Danger)', value: 'btn btn-danger'}
]";
/* $ret['setup'] = "function(ed) {
ed.addMenuItem('test', {
text: 'Clear Floats',