I want set wizard dimension. It's possibile in xml code? I must use css or js static file?
この質問にフラグが付けられました
1
返信
10541
ビュー
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
|
7855 | ||
|
|
2
3月 15
|
6403 | ||
|
|
1
3月 15
|
9061 | ||
|
|
3
3月 15
|
22619 | ||
|
|
0
4月 26
|
12 |