原始碼
出自OpenISEE
ListMozilla
的原始碼
跳轉到:
導航
,
搜尋
根據以下的原因,您並無權限去做編輯這個頁面:
您剛才的請求只有這個使用者組的使用者才能使用:
用戶
你可以檢視並複製本頁面的原始碼。
<h2>List VE Content Sample for Mozilla</h2> <gallery widths="300px" heights="200px" perrow="2"> 圖片:list1.jpg 圖片:list2.jpg </gallery> <table border=1> <tr><th class="tag">VE Tag</th></tr> <tr><td> <pre><isee:list skin="listA" name="listA" items="<%=listAItems%>" onSelect="listASelect"/></pre> This VE tag appears in /demo/list.jsp of ISEE Demo project </td></tr> <tr><th>Style</th></tr> <tr><td> <pre>.ve1 { position:absolute; left:80px; top:30px; } .ve1 a{ display:block; overflow:hidden; border:none; background-color:#317EF9; padding:5px; } .ve1 a:focus{ background-color:#34FF45; }</pre> </td></tr> <tr><th>Structure</th></tr> <tr><td> <pre><div id='z1' class='ve1'> <table border='0' class='veList' cellpadding='0' cellspacing='10'> <tr valign='top'> <td><a href='javascript:listA.onclick(0)'><img src='images/listA01.png'></a></td> <td><a href='javascript:listA.onclick(1)'><img src='images/listA02.png'></a></td> <td><a href='javascript:listA.onclick(2)'><img src='images/listA03.png'></a></td> <td><a href='javascript:listA.onclick(3)'><img src='images/listA04.png'></a></td> </tr> </table> </div></pre> </td></tr> <tr><th>Javascript</th></tr> <tr><td> <pre><script type='text/javascript'> var z1Dp=new Array("<img src='images/listA01.png'>", "<img src='images/listA02.png'>", "<img src='images/listA03.png'>", "<img src='images/listA04.png'>"); var listA=new iscl.ListCtrl(window,'z1',1,4,z1Dp,-1,listASelect,null); listA.nav('up',"listC"); listA.nav('down',"listB"); </script></pre> </td></tr> </table>
返回到
ListMozilla
。
檢視
頁面
討論
原始碼
歷史
個人工具
登入
回到首頁
檔案下載
開發者首頁
版權宣告
開發者首頁
API文件
範例
論壇
搜尋