国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > JS > 正文

javascript實現的listview效果

2024-09-06 12:42:33
字體:
來源:轉載
供稿:網友
<style type="text/css">
   #oContainer {
         width: 600px;
         height: 500px;
         border: 1px solid menu;
         margin: 0px;
         padding: 0px;
         overflow: hidden;
   }
   a {
         color: black;
         text-decoration: none;
   }
   a:hover {
         color: red;
         text-decoration: underline;
   }
</style>
<script language="javascript">
   var oListView = new Object();

   function listView(_container) {
       this.author = '51JS.COM-ZMM';
       this.version = 'ListView 1.0';
       this.container = _container;
       this.box = new Object();
       this.headerWidth = 0;
       this.headerHeight = 20;
       this.itemWidth = 0;
       this.itemHeight = 0;
       this.rowsCount = 30;
       this.isResize = false;
       this.separate = new Object();
       this.startPoint = 0;
       this.endPoint = 0;
       this.tempSeparate = new Object();
       this.put_headerHeight = function(_height) { return _height; };
       this.get_headerHeight = function() { return this.headerHeight; };
       this.put_rowsCount = function(_count) { return _count; };
       this.get_rowsCount = function() { return this.rowsCount; };
   }

   listView.prototype = {
       boxInit : function() {
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 集贤县| 夏邑县| 凤翔县| 太保市| 鸡西市| 乌海市| 故城县| 上栗县| 佳木斯市| 永清县| 和顺县| 壶关县| 佛学| 洛南县| 宜宾市| 安徽省| 高平市| 九龙坡区| 监利县| 汽车| 三门县| 莆田市| 丹寨县| 永清县| 霍州市| 淳安县| 南漳县| 淄博市| 奉节县| 广宁县| 石首市| 屏边| 太谷县| 宜兰县| 城口县| 策勒县| 新建县| 贵州省| 田东县| 县级市| 德钦县|