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

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

posted @ 2009-12-08 18:17  StarWang  阅读(301)  评论(0编辑  收藏  举报