I want set wizard dimension. It's possibile in xml code? I must use css or js static file?
Se marcó esta pregunta
1
Responder
9650
Vistas
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>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
|
1
mar 15
|
7240 | ||
|
|
2
mar 15
|
5987 | ||
|
|
1
mar 15
|
8323 | ||
|
|
3
mar 15
|
21870 | ||
|
|
1
oct 25
|
6266 |