forked from ivershuo/qwrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (101 loc) · 3.61 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>QWrap</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="./src/css/base.css" rel="stylesheet" type="text/css" media="screen">
<style>
.highlight-sect{background-color:#eef;}
li {list-style:disc;margin:0 0 .5em 2em;}
</style>
</head>
<body>
<div id=doc3>
<h1 class="page-h1">QWrap 汇总.</h1>
<div id=hd>
1:版权所有,仅作交流。<br/>
2:本页面仅列出部分Demo地址,文件夹里有更多内容。<br/>
3:SmokingTest文件仅作方法属性示意作用。
</div>
<div id="bd" >
<div class="section-ctn">
<h3 class="section-hd">Core</h3>
<ol>
<li><a href="./resource/js/dom/_examples/Selector.html" target="_blank">css选择器</a></li>
<li><a href="./resource/js/_tools/speedmatch/_examples/SelectorSpeed.html" target="_blank">Selector速度比赛</a>
<a href="./resource/js/_tools/speedmatch/_examples/DomSpeed.html" target="_blank">Dom速度比赛</a>
</li>
<li><a href="./resource/js/apps/_tests/SmokingTest_core_dom_pure.html" target="_blank">SmokingTest</a></li>
<li><a href="./jsdoc/jsdoc-core/index.html" target="_blank">帮助文档</a></li>
</ol>
</div>
<div class="section-ctn">
<h3 class="section-hd">Utils</h3>
<ol>
<li>可输入下拉框
<ol>
<li><a href="./resource/js/components/combobox/_examples/ComboBox-Demo.html" target="_blank">ComboBox/可输入下拉框/AutoComplete</a></li>
</ol>
</li>
<li>拖动
<ol>
<li><a href="./resource/js/components/drag/_examples/SimpleDrag.html" target="_blank">简单拖动/简单resize</a></li>
<li><a href="./resource/js/components/drag/_examples/LayoutDrag.html" target="_blank">行拖动/列拖动/模块拖动</a></li>
</ol>
</li>
<li>网页编辑器
<ol>
<li><a href="./resource/js/components/editor/_examples/Editor-Demo.htm" target="_blank">网页编辑器</a></li>
</ol>
</li>
<li>动画
<ol>
<li><a href="./resource/js/components/anim/_examples/index.html" target="_blank">动画</a></li>
</ol>
</li>
<li>cache
<ol>
<li><a href="./resource/js/components/cache/_examples/cookie.html" target="_blank">Cookie</a> <a href="./resource/js/components/cache/_examples/storage.html" target="_blank">Storage</a></li>
</ol>
</li>
<li>浮动层
<ol>
<li><a href="./resource/js/components/panel/_examples/BasePanel-Demo.html" target="_blank">浮动框/对话框/Popup框</a></li>
</ol>
</li>
<li>标签辅助信息
<ol>
<li><a href="./resource/js/components/tagassist/_examples/SelectAssist.htm" target="_blank">级联下拉等</a></li>
<li><a href="./resource/js/components/tagassist/_examples/SelectAssist-Zipcode.htm" target="_blank">省市区邮编级联示例</a></li>
</ol>
</li>
<li>form验证
<ol>
<li><a href="./resource/js/components/valid/_examples/Valid-BaseDemo.htm" target="_blank">基本验证示例</a></li>
<li><a href="./resource/js/components/valid/_examples/Valid-bindPhoneEls.htm" target="_blank">电话系列</a></li>
</ol>
</li>
<li>树
<ol>
<li><a href="./resource/js/components/tree/_examples/Tree-Demo.htm" target="_blank">TreeView</a></li>
</ol>
</li>
<li>Ajax
<ol>
<li><a href="./resource/js/components/ajax/_examples/Ajax-Demo.html" target="_blank">Ajax</a></li>
</ol>
</li>
<li>简易JS模板
<ol>
<li><a href="./resource/js/components/jstmpl/_examples/JsTmpl_Demo.htm" target="_blank">简易JS模板</a></li>
</ol>
</li>
</ol>
</div>
</div>
<div id="ft">
QWrap (<a href="http://www.qwrap.com">www.qwrap.com</a>)
</div>
</div>
</body>
</html>