Bug #20270 » rtehtmlarea_bugfix_10836_typo3_4-2.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js (copie de travail) | ||
---|---|---|
table.id = "htmlarea_table_insert";
|
||
this.editor.insertNodeAtSelection(table);
|
||
table = this.editor._doc.getElementById(table.id);
|
||
table.id = "";
|
||
table.removeAttribute("id");
|
||
}
|
||
this.editor.selectNodeContents(table.rows[0].cells[0], true);
|
||
if (this.buttonsConfiguration.toggleborders && this.buttonsConfiguration.toggleborders.setOnTableCreation) {
|
- « Previous
- 1
- 2
- Next »