gpt4 book ai didi

jsf-2 - 在

updates the model on click of "OK" button 之前显示确认消息

转载 作者:行者123 更新时间:2023-12-04 04:34:00 26 4
gpt4 key购买 nike

我正在使用 <p:rowEditor>如下:

<p:column headerText="Libellé">
<p:cellEditor>
<f:facet name="output">
<h:outputText value="#{lot.libelle}" />
</f:facet>
<f:facet name="input">
<p:inputText value="#{lot.libelle}" />
</f:facet>
</p:cellEditor>
</p:column>

<p:column>
<p:rowEditor />
</p:column>

我想在 <p:rowEditor> 之前显示一条确认消息单击“确定”按钮更新模型。我怎样才能做到这一点?

最佳答案

您可以使用 onstart <p:ajax event="rowEdit"> 的属性为此。

<p:dataTable ...>
<p:ajax event="rowEdit" onstart="return confirm('Are you sure?')" />
...
</p:dataTable>

关于jsf-2 - 在 <p :rowEditor> updates the model on click of "OK" button 之前显示确认消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20076651/

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