码迷,mamicode.com
首页 > Web开发 > 详细

primefaces 查询 点击按钮 加载 动画 ajax loader

时间:2016-11-14 11:39:37      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:www   text   facet   position   name   output   ase   ace   ima   

只要在/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

标签:www   text   facet   position   name   output   ase   ace   ima   

原文地址:http://www.cnblogs.com/bigben0123/p/6061045.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!