您的位置:首页 > 其它

更改sharepoint 中分页控件的显示位置

2009-12-08 18:17 309 查看
<script language="JavaScript" type="text/javascript">

var topPagingCell = document.getElementById("topPagingCellWPQ2");

var bottomPagingCell = document.getElementById("bottomPagingCellWPQ2");

if (topPagingCell != null && bottomPagingCell != null)

{

topPagingCell.innerHTML = bottomPagingCell.innerHTML;

bottomPagingCell.align="left";

}

</script>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: