Fórumok

Design date field

anand gopalan, módosítva 10 év-val korábban

Design date field

Expert Bejegyzések: 442 Csatlakozás dátuma: 2012.03.02. Legújabb bejegyzések
Hi,

I want to design date field like this site(http://new.davglass.com/files/yui/cal2/),

Please help me to design like this. when I do onClick the text box calender should appear

see the screenshot.
Oliver Bayer, módosítva 10 év-val korábban

RE: Design date field

Liferay Master Bejegyzések: 894 Csatlakozás dátuma: 2009.02.18. Legújabb bejegyzések
Hi Anand,

as Liferay is using AlloyUI which is based on YahooUI (YUI) the input mask for a calender should at least be similar. If you want to customize it further you can create a new theme and include a css file which overrides the default AlloyUI css. If you want to override a style which is already defined in AlloyUI you can use "!important;" at the end of the css rule so your customization takes precedence.

HTH Oli