in odoo v8, there is no possibility to change properties of table. It is also not possible to delete it.
Is that a bug, or just badly implemented ckeditor?
in odoo v8, there is no possibility to change properties of table. It is also not possible to delete it.
Is that a bug, or just badly implemented ckeditor?
Hi I found the solution. Go to your odoo installation path, find odoo/server/openerp/addons/website/static/src/js/website.editor.js
in website.editor.js find the code below and replace the values of 5 as you wish
onBlock: function (panel, block) {
block.autoSize = true;
block.element.setHtml(openerp.qweb.render('website.editor.table.panel', {
rows: 5,
cols: 5,
}));
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
0
Juni 21
|
4300 | |||
|
5
Mai 26
|
4210 | |||
|
1
Mai 25
|
3120 | |||
|
2
Mai 25
|
3687 | |||
|
1
Juli 24
|
6333 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.