1

单击日历组件时,我无法重新定位按钮。我做了一些研究,但找不到解决方案。我的问题是:在我的应用程序中有一个弹出窗口,其中包含输入字段、日历和两个按钮(确定和取消)。我面临的问题是,在单击日历组件时,两个按钮被隐藏(确定和取消)按钮)。我必须重新发布这两个按钮,以便在我单击日历组件后,这两个按钮仍然可见。

<rich:calendar value="#{cancelContractBean.cancellationDate}" isDayEnabled="disablementFunction" dayStyleClass="disabledClassesProv"
popup="true" showApplyButton="false" datePattern="dd.MM.yyyy" enableManualInput="true"
cellWidth="24px" cellHeight="22px" style="width:200px">
  <goga:jodaLocalDateConverter />
  <a4j:support event="onclick" "change the button position" />
</rich:calendar>

有人可以指导我实现这一目标的方法吗?我已经用谷歌搜索并用日历组件的 onlick 做了一些实验,但仍然没有成功:(

4

0 回答 0