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:
@@ -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;
|
@@ -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',
|
||||||
|
Reference in New Issue
Block a user