如何仅显示rich:calendar
组件的图标?
我不需要任何输入,只需要一个图标。
如果是标准属性,而不是CSS配置,那就更好了。
可以使用showwinput ="false"属性。
<rich:calendar
id="date2"
popup="true"
cellHeight="12px"
cellWidth="12px"
locale="en/US"
datePattern="dd/MM/yyyy"
showApplyButton="false"
zindex="2000"
showFooter="false"
required="true"
enableManualInput="true"
showInput="false" />