I want set wizard dimension. It's possibile in xml code? I must use css or js static file?
此問題已被標幟
1
回覆
10675
瀏覽次數
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
|
8005 | ||
|
|
2
3月 15
|
6530 | ||
|
|
1
3月 15
|
9261 | ||
|
|
3
3月 15
|
22764 | ||
|
|
0
4月 26
|
12 |