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

I want set wizard dimension. It's possibile in xml code? I must use css or js static file?

頭像
捨棄
作者 最佳答案

I solved with this code:

<form string="XXXX" version="7.0">
  <sheet>
    <script>
      $(document).ready(function(){
        $('.ui-dialog').css({'width': '1000px', 'left':'166px'});
        $('.oe_form_sheet_width').css({'MAXwidth': '1000px'});
      }); 
    </script>
    <field name="name" />
  </sheet>
 </form>
頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
3月 15
6183
2
3月 15
5116
1
3月 15
7372
3
3月 15
20782
1
8月 25
4682