tinyce table

This commit is contained in:
life
2014-06-17 19:46:34 +08:00
parent a5b525affd
commit a0acd31fcf
5 changed files with 16 additions and 2 deletions

View File

@ -1831,7 +1831,7 @@ define("tinymce/tableplugin/Plugin", [
function insertTable(cols, rows) {
var y, x, html;
html = '<table><tbody>';
html = '<table style="width: 100%"><tbody>';
for (y = 0; y < rows; y++) {
html += '<tr>';