您的位置:首页 > 其它

Apex refresh part of the page(use reRender attr...

2013-07-31 00:00 267 查看
<apex:actionStatus id="loading" layout="block">
<apex:facet name="start">
<div class="overlayBackground displayBG">
<img src="/img/loading.gif" id="loading" class="loadingImg"/>
</div>
</apex:facet>
</apex:actionStatus>

style:

<style type="text/css">
.displayBG
{
border: none;
width: 100%;
height: 100%;
display: block;
position: fixed;
text-align: center;
}
.loadingImg
{
height: 20px;
width: 20px;
margin-top: 200px;
}
</style>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Apex actionStatus
相关文章推荐