Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4744 Zobrazení

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šit
Nejlepší odpověď

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šit
Related Posts Odpovědi Zobrazení Aktivita
0
čvn 21
2996
2
čvc 25
1352
1
kvě 25
838
2
kvě 25
1459
1
čvc 24
3128