Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4667 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
0
juin 21
2889
1
mai 25
735
2
mai 25
1330
0
nov. 24
1112
1
juil. 24
2915