1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Tinymce enhancements.

This commit is contained in:
Cameron
2013-03-07 22:42:09 -08:00
parent 27ee8eccfa
commit 9ab93214b2
7 changed files with 232 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ $(document).ready(function()
}
// Set the Html / Wysiwyg Value.
var html = '<img style=\"' + style + '\" src=\"'+ src +'\" alt=\"\" width=\"' + width + '\" height=\"' + height + '\" />';
var html = '<img class="img-rounded" style=\"' + style + '\" src=\"'+ src +'\" alt=\"\" width=\"' + width + '\" height=\"' + height + '\" />';
$('#html_holder').val(html);
// Only Do width/height styling on bbcodes --