我想在民意调查内容工作时隐藏加载符号。这是我的代码
<h:form id="indexForm" enctype="multipart/form-data">
<p:growl autoUpdate="true"/>
<p:ajaxStatus style="width:60px;height:60px;position:fixed;right:5px;top:5px" >
<f:facet name="start" >
<p:graphicImage value="resources/resimler/loading.gif" />
</f:facet>
<f:facet name="complete">
<h:outputText value="" />
</f:facet>
</p:ajaxStatus>
<p:poll id="poll" ignoreAutoUpdate="true" interval="5" process="@this,sevk" update="islemler,sevk" partialSubmit="true" rendered="true" />
</h:form>
答案 0 :(得分:0)
将poll的全局属性设置为false(请参见http://primefaces.github.io/primefaces/7_0/#/components/poll?id=poll)。