跳至內容
選單
此問題已被標幟
1 回覆
4873 瀏覽次數

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,

}));


  

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
7月 21
3183
2
7月 25
1713
1
5月 25
1157
2
5月 25
1772
1
7月 24
3639