Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4765 Vizualizări

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?

Imagine profil
Abandonează
Cel mai bun răspuns

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,

}));


  

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
iun. 21
3048
2
iul. 25
1466
1
mai 25
936
2
mai 25
1559
1
iul. 24
3216