gpt4 book ai didi

html - Primefaces p :calendar inside overlaypanel

转载 作者:行者123 更新时间:2023-11-28 01:42:31 24 4
gpt4 key购买 nike

我尝试在覆盖面板中显示弹出式日历,但是当我单击关联的输入框时,日历显示在覆盖面板后面,我看不到日历的标题。这是我的代码:

<p:overlayPanel id="advancedSearchPanel" styleClass="ui-advanced-search-overlay"  dismissable="false" for="advancedSearch" hideEffect="fade" my="right top" dynamic="true">
<h:form>
<h:panelGrid>
<!--<p:inputText
value="#{searchForm.processSubject}"></p:inputText>-->
<p:outputLabel value="Pesquisa:" for="type"/>
<h:selectOneMenu id="type" value="#{searchForm.type}">
<f:selectItems value="#{searchForm.listProcessTypes}"/>
</h:selectOneMenu>
<p:inputText value="#{searchForm.processNumber}"></p:inputText>
<p:calendar id="datetime" pattern="MM/dd/yyyy HH:mm:ss" />
<p:commandButton value="Submit" action="#{searchForm.save}"></p:commandButton>
</h:panelGrid>
</h:form>
</p:overlayPanel>

有什么想法吗?

最佳答案

我通过设置解决了这个问题

dismissable = "false"

关于html - Primefaces p :calendar inside overlaypanel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25042387/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com