Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
8740 Prikazi

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

Avatar
Opusti
Avtor Best Answer

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>
Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
mar. 15
6123
2
mar. 15
5054
1
mar. 15
7317
3
mar. 15
20699
1
avg. 25
4453