如何仅为rich:calendar
组件显示图标?
我不需要任何输入,只需要图标。
如果它是标准属性,而不是CSS配置,那将会很棒。
答案 0 :(得分:2)
您可以使用属性showInput =“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" />