Loading CHANGELOG.txt +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ Wysiwyg x.x-x.x, xxxx-xx-xx Wysiwyg 6.x-x.x, xxxx-xx-xx --------------------------- #348317 by sun: Fixed TinyMCE's extended_valid_elements for advlink plugin. #348317 by sun: Fixed TinyMCE's extended_valid_elements for advlink/advimage plugin. #348986 by sun: Added CSS class for toggle link container. #342864 by davexoxide, sun: Added YUI editor support. #343217 by sun: Fixed improperly capitalized library script name for nicEdit. Loading editors/tinymce.inc +1 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,7 @@ function wysiwyg_tinymce_plugins($editor) { 'advimage' => array( 'path' => $editor['library path'] .'/plugins/advimage', 'extensions' => array('advimage' => t('Advanced image')), 'extended_valid_elements' => array('img[class|src|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]'), 'extended_valid_elements' => array('img[src|alt|title|align|width|height|hspace|vspace|border|style|class|onmouseover|onmouseout|id|name]'), 'url' => 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advimage', 'internal' => TRUE, 'load' => TRUE, Loading Loading
CHANGELOG.txt +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ Wysiwyg x.x-x.x, xxxx-xx-xx Wysiwyg 6.x-x.x, xxxx-xx-xx --------------------------- #348317 by sun: Fixed TinyMCE's extended_valid_elements for advlink plugin. #348317 by sun: Fixed TinyMCE's extended_valid_elements for advlink/advimage plugin. #348986 by sun: Added CSS class for toggle link container. #342864 by davexoxide, sun: Added YUI editor support. #343217 by sun: Fixed improperly capitalized library script name for nicEdit. Loading
editors/tinymce.inc +1 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,7 @@ function wysiwyg_tinymce_plugins($editor) { 'advimage' => array( 'path' => $editor['library path'] .'/plugins/advimage', 'extensions' => array('advimage' => t('Advanced image')), 'extended_valid_elements' => array('img[class|src|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]'), 'extended_valid_elements' => array('img[src|alt|title|align|width|height|hspace|vspace|border|style|class|onmouseover|onmouseout|id|name]'), 'url' => 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advimage', 'internal' => TRUE, 'load' => TRUE, Loading