Fórumok

[RESOLVED]How to resize aui input field?

thumbnail
Ramesh K, módosítva 13 év-val korábban

[RESOLVED]How to resize aui input field?

Junior Member Bejegyzések: 53 Csatlakozás dátuma: 2010.07.26. Legújabb bejegyzések
Hi to All,
i am using alloyui for input fields but there is no size attribute.
i need to customize the size how to do it
please tell me its urgent

Thanks & Regards
Ramesh K
thumbnail
Ramesh K, módosítva 13 év-val korábban

RESOLVED: How to resize aui input field?

Junior Member Bejegyzések: 53 Csatlakozás dátuma: 2010.07.26. Legújabb bejegyzések
hi
just mention <aui:input type="text" size="20"/>
that's it
Javier Vera, módosítva 9 év-val korábban

RE: RESOLVED: How to resize aui input field?

New Member Bejegyzések: 18 Csatlakozás dátuma: 2014.08.01. Legújabb bejegyzések
that actually doesn't work dude, maybe you could provide any extra step to reproduce this solution?
thumbnail
David H Nebinger, módosítva 9 év-val korábban

RE: RESOLVED: How to resize aui input field?

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
The size="20" is the number of chars, so it's not a width of any kind.

If you want to control the width of the input field, use css.
thumbnail
David H Nebinger, módosítva 9 év-val korábban

RE: [RESOLVED]How to resize aui input field?

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
Isn't that what I said? emoticon
thumbnail
Matej Šípka, módosítva 9 év-val korábban

RE: [RESOLVED]How to resize aui input field?

New Member Bejegyzések: 7 Csatlakozás dátuma: 2014.10.20. Legújabb bejegyzések
Hi, this should work emoticon
style="width:100px"