轮询工作时隐藏ajax加载符号

时间:2019-05-20 14:23:58

标签: ajax jsf primefaces

我想在民意调查内容工作时隐藏加载符号。这是我的代码

<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>

1 个答案:

答案 0 :(得分:0)

将poll的全局属性设置为false(请参见http://primefaces.github.io/primefaces/7_0/#/components/poll?id=poll)。