I want set wizard dimension. It's possibile in xml code? I must use css or js static file?
신고된 질문입니다
1
회신
10566
화면
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
|
7874 | ||
|
|
2
3월 15
|
6409 | ||
|
|
1
3월 15
|
9078 | ||
|
|
3
3월 15
|
22632 | ||
|
|
0
4월 26
|
12 |