콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
9021 화면

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
6421
2
3월 15
5399
1
3월 15
7623
3
3월 15
21056
1
8월 25
5063