Skip to Content
Menu
This question has been flagged
1 Odpoveď
4781 Zobrazenia

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?

Avatar
Zrušiť
Best Answer

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,

}));


  

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
0
jún 21
3052
2
júl 25
1470
1
máj 25
938
2
máj 25
1561
1
júl 24
3230