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