1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

TinyMce styling corrected to work with newer version of TinyMce. TinyMce parser image path corrections. Old Tinymce popup code removed.

This commit is contained in:
Cameron
2016-03-10 13:33:11 -08:00
parent c8bcce656f
commit 4516bc910e
10 changed files with 61 additions and 21 deletions

View File

@@ -343,7 +343,10 @@ class wysiwyg
);
// if(e_ADMIN_AREA)
{
// $ret['skin_url'] = e_PLUGIN_ABS.'tinymce4/skins/eskin';
}
// Loop thru XML parms.
foreach($config as $k=>$xml)
@@ -387,11 +390,11 @@ class wysiwyg
// plugins: "visualblocks",
/*
$formats = array(
'hilitecolor' => array('inline'=> 'span', 'classes'=> 'hilitecolor', 'styles'=> array('backgroundColor'=> '%value'))
// block : 'h1', attributes : {title : "Header"}, styles : {color : red}
);
);*/
//@see http://www.tinymce.com/wiki.php/Configuration:formats