primefaces 查询 点击按钮 加载 动画 ajax loader
Posted Bigben
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了primefaces 查询 点击按钮 加载 动画 ajax loader相关的知识,希望对你有一定的参考价值。
只要在/WEB-INF/template.xhtml中body 里面加入:
<ui:insert name="status">
<p:ajaxStatus style="width:64px;height:64px;position:fixed;right:5px;bottom:5px">
<f:facet name="start">
<p:graphicImage name="main/images/loader.gif" />
</f:facet>
<f:facet name="complete">
<h:outputText value="" />
</f:facet>
</p:ajaxStatus>
</ui:insert>
参考:
http://www.primefaces.org/showcase/ui/ajax/status.xhtml
http://stackoverflow.com/questions/13139702/primefaces-show-animation-when-button-clicked/13139815
动画图片生成:http://ajaxload.info/
以上是关于primefaces 查询 点击按钮 加载 动画 ajax loader的主要内容,如果未能解决你的问题,请参考以下文章
如何制作点击按钮时显示的加载动画?它应该占据全屏并且应该从右到左并消失
Primefaces selectOneRadio ajax