-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathhelp-index.htm
More file actions
247 lines (245 loc) · 16 KB
/
help-index.htm
File metadata and controls
247 lines (245 loc) · 16 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<section default>
<caption>Sciter CSS</caption>
<ul class="content">
<li><a href="content/css/css-properties-map.htm" target="content">CSS属性表</a></li>
<li><a href="core/selectors.htm" target="content">CSS选择器</a></li>
<li><a href="content/css/css-transition-sciter.htm" target="content">CSS过渡特效</a></li>
<li><a href="core/cssmap.htm" target="content">支持的CSS属性</a></li>
<li><a href="content/css/css-extensions.htm" target="content">CSS常量</a></li>
<li><a href="content/css/css-variables-support.htm" target="content">CSS变量</a></li>
<li><a href="content/css/image-map.htm" target="content">image-map特性</a></li>
<li><a href="content/css/popup-position.htm" target="content">popup-position属性</a></li>
<li><a href="content/css/properties.htm" target="content">支持的CSS特性</a></li>
<li><a href="content/css/expandable-images.htm" target="content">九宫格图像</a></li>
<li><a href="content/css/css-media-queries.htm" target="content">CSS中的媒体查询</a></li>
<li><a href="flex-flow/flex-layout.htm" target="content">流式布局</a></li>
<li><a href="content/css/css-style-sets.htm" target="content">@set样式集</a></li>
<li><a href="content/css/css-@mixin-feature.htm" target="content">@mixin特性</a></li>
<li><a href="content/css/Components_React.js_style.htm" target="content">@component特性</a></li>
</ul>
</section>
<section>
<caption>Sciter DOM 类</caption>
<ul class="content">
<li><a href="content/sciter/Element.htm" target="content">元素(Element)对象</a></li>
<ul>
<li><a href="content/sciter/Attributes.htm" target="content">属性(Attribute)对象</a></li>
<li><a href="content/sciter/Style.htm" target="content">样式(Style)对象</a></li>
<li><a href="content/sciter/States.htm" target="content">状态(State)对象</a></li>
<li><a href="content/sciter/Selection.htm" target="content">选择(Selection)对象</a></li>
<li><a href="content/sciter/Transact.htm" target="content">事务(Transaction)对象</a></li></ul>
<li><a href="content/sciter/Node.htm" target="content">节点(Node)对象</a></li>
<li><a href="content/sciter/View.htm" target="content">视图(View)对象</a></li>
<li><a href="content/sciter/Event.htm" target="content">事件(Event)对象</a></li>
<li><a href="content/sciter/Graphics.htm" target="content">绘图(Graphics)对象</a></li>
<li><a href="content/sciter/Image.htm" target="content">图像(Image)对象</a></li>
<li><a href="content/sciter/Sciter.htm" target="content">Sciter对象</a></li>
<li><a href="content/sciter/Request.htm" target="content">Request对象</a></li>
<li><a href="content/sciter/Tokenizer.htm" target="content">Tokenizer对象</a></li>
<li><a href="content/sciter/CustomComponents.htm" target="content">自定义组件</a></li>
</ul>
</section>
<section>
<caption>Sciter 脚本 (TIScript)</caption>
<ul class="content">
<li><a href="tiscript-article.htm" target="content">概述</a></li>
<li><a href="content/script/language/Syntax.htm" target="content">语法</a></li>
<li><a href="content/script/language/Types.htm" target="content">类型</a></li>
<li><a href="content/script/language/Expressions.htm" target="content">表达式</a></li>
<li><a href="content/script/language/Statements.htm" target="content">语句</a></li>
<li><a href="content/script/language/Functions.htm" target="content">函数</a></li>
<li><a href="content/script/language/Classes.htm" target="content">类和名称空间</a></li>
<li><a href="content/script/language/Decorators.htm" target="content">装饰器</a></li>
<li><a href="content/script/language/ssx.htm" target="content">SSX - HTML literals</a></li>
<li><a href="content/script/language/promise.htm" target="content">await和promise</a></li>
<li><a href="content/script/Task.htm" target="content">Task</a></li>
<li><a href="core/Generators-and-yield.htm" target="content">Generator与yield</a></li>
<li><a href="core/Object-match-feature.htm" target="content">对象匹配特性</a></li>
<li><a href="core/sciter_script_hidden_treasures.htm" target="content">脚本隐藏特性</a></li>
</ul>
</section>
<section>
<caption>Sciter 脚本运行时</caption>
<ul class="content">
<li><a href="content/script/Global.htm" target="content">Global(全局)</a></li>
<li><a href="content/script/Object.htm" target="content">Object(对象)</a></li>
<li><a href="content/script/Array.htm" target="content">Array(数组)</a></li>
<li><a href="content/script/Tuple.htm" target="content">Tuple</a></li>
<li><a href="content/script/String.htm" target="content">String(字符串)</a></li>
<li><a href="content/script/Date.htm" target="content">Date(日期)</a></li>
<li><a href="content/script/Float.htm" target="content">Float(浮点数)</a></li>
<li><a href="content/script/Integer.htm" target="content">Integer(整数)</a></li>
<li><a href="content/script/RegExp.htm" target="content">RegExp(正则表达式)</a></li>
<li><a href="content/script/Color.htm" target="content">Color(颜色)</a></li>
<li><a href="content/script/Length.htm" target="content">Length(长度)</a></li>
<li><a href="content/script/Angle.htm" target="content">Angle(角度)</a></li>
<li><a href="content/script/Function.htm" target="content">Function(函数)</a></li>
<li><a href="content/script/Math.htm" target="content">Math(算法)</a></li>
<li><a href="content/script/Stream.htm" target="content">Stream(流)</a></li>
<li><a href="content/script/Bytes.htm" target="content">Bytes(字节)</a></li>
<li><a href="content/script/Error.htm" target="content">Error(错误)</a></li>
<li><a href="content/script/Asset.htm" target="content">Asset</a></li>
<li><a href="content/script/System.htm" target="content">System(系统)</a></li>
<li><a href="content/script/System.Process.htm" target="content">System.Process</a></li>
<li><a href="content/script/Net.Socket.htm" target="content">Net.Socket</a></li>
<li><a href="content/script/Net.DataSocket.htm" target="content">Net.DataSocket</a></li>
<li><a href="content/script/Net.WebSocket.htm" target="content">Net.WebSocket</a></li>
<li><a href="content/script/VM.htm" target="content">VM</a></li>
<li><a href="content/script/XMLScanner.htm" target="content">XMLScanner(XML浏览器)</a></li>
<li><a href="content/script/Storage.htm" target="content">Storage(存储)</a></li>
<li><a href="content/script/Index.htm" target="content">Index(索引)</a></li>
</ul>
</section>
<section>
<caption>Reactor 和 SSX</caption>
<ul class="content">
<li><a href="content/reactor/helloworld.htm" target="content">Hello World</a></li>
<li><a href="content/script/language/ssx.htm" target="content">SSX</a></li>
<li><a href="content/reactor/rendering.htm" target="content">渲染元素</a></li>
<li><a href="content/reactor/components.htm" target="content">组件</a></li>
<li><a href="content/reactor/lifecycle.htm" target="content">数据'模型和组件生命周期</a></li>
<li><a href="content/reactor/styles-events.htm" target="content">样式, 事件与 Mount 点</a></li>
<li><a href="content/reactor/lists-keys.htm" target="content">列表和键</a></li>
<li><a href="content/reactor/mounting-point.htm" target="content">the <reactor> HTML element</a></li>
</ul>
</section>
<section>
<caption>Sciter 行为</caption>
<ul class="content">
<li>按钮类
<ul>
<li><a href="content/behaviors/button.htm" target="content">按钮(button)</a></li>
<li><a href="content/behaviors/clickable.htm" target="content">可点击(clickable)</a></li>
<li><a href="content/behaviors/hyperlink.htm" target="content">超链接(hyperlink)</a></li>
<li><a href="content/behaviors/check.htm" target="content">复选框(check)</a></li>
<li><a href="content/behaviors/radio.htm" target="content">单选框(radio)</a></li>
<li><a href="content/behaviors/label.htm" target="content">标签(label)</a></li>
<li><a href="content/behaviors/slider.htm" target="content">滑块(slider)</a></li>
</ul>
</li>
<li>编辑器类
<ul>
<li><a href="content/behaviors/edit.htm" target="content">编辑框(edit)</a></li>
<li><a href="content/behaviors/masked-edit.htm" target="content">掩码编辑框(mask-edit)</a></li>
<li><a href="content/behaviors/password.htm" target="content">密码框(password)</a></li>
<li><a href="content/behaviors/integer.htm" target="content">整数输入框(integer)</a></li>
<li><a href="content/behaviors/decimal.htm" target="content">浮点数输入框(decimal)</a></li>
<li><a href="content/behaviors/number.htm" target="content">数字输入框(number)</a></li>
<li><a href="content/behaviors/textarea.htm" target="content">文本块(textarea)</a></li>
<li><a href="content/behaviors/plaintext.htm" target="content">纯文本(plaintext)</a></li>
<li><a href="content/behaviors/richtext.htm" target="content">富文本(richtext)</a></li>
</ul>
</li>
<li>选择器类
<ul>
<li><a href="content/behaviors/select.htm" target="content">单选列表(select)</a></li>
<li><a href="content/behaviors/select-multiple.htm" target="content">多选列表(select-multiple)</a></li>
<li><a href="content/behaviors/select-checkmarks.htm" target="content">复选框列表(select-checkmarks)</a></li>
<li><a href="content/behaviors/tree-view.htm" target="content">树视图(tree-view)</a></li>
<li><a href="content/behaviors/tree-checkmarks.htm" target="content">复选框树(tree-checkmarks)</a></li>
<li><a href="content/behaviors/select-dropdown.htm" target="content">下拉选择列表(dropdown-select)</a></li>
</ul>
</li>
<li>日期/时间输入
<ul>
<li><a href="content/behaviors/calendar.htm" target="content">日历(calendar)</a></li>
<li><a href="content/behaviors/date.htm" target="content">日期(date)</a></li>
<li><a href="content/behaviors/time.htm" target="content">时间(time)</a></li>
</ul>
</li>
<li>容器
<ul>
<li><a href="content/behaviors/form.htm" target="content">表单(form)</a></li>
<li><a href="content/behaviors/frame.htm" target="content">框架(frame)</a></li>
<li><a href="content/behaviors/pager-behavior.htm" target="content">预览页面(pager)</a></li>
<li><a href="content/behaviors/frame-set.htm" target="content">框架集(frameset)</a></li>
<li><a href="content/behaviors/history.htm" target="content">历史导航(history)</a></li>
</ul>
</li>
<li>输出
<ul>
<li><a href="content/behaviors/output.htm" target="content">输出(output)</a></li>
<li><a href="content/behaviors/progress.htm" target="content">进度条(progress)</a></li>
<li><a href="content/behaviors/video.htm" target="content">视频(video)</a></li>
</ul>
</li>
<li>菜单
<ul>
<li><a href="content/behaviors/menu.htm" target="content">菜单(menu)</a></li>
<li><a href="content/behaviors/menu-bar.htm" target="content">菜单条(menu-bar)</a></li>
</ul>
</li>
<li>auxiliary
<ul>
<li><a href="content/behaviors/scrollbar.htm" target="content">scrollbar</a></li>
</ul>
</li>
</ul>
</section>
<section>
<caption>Sciter 脚本库</caption>
<ul class="content">
<li><a href="core/Formation.htm" target="content">Formation库</a></li>
<li><a href="core/Lang.htm" target="content">Lang库</a></li>
<li><a href="core/plus.htm" target="content">plus库</a></li>
<li><a href="core/q-doc.htm" target="content">q(JQuery)库</a></li>
</ul>
</section>
<section>
<caption>Sciter 脚本(CSSS!)</caption>
<ul class="content">
<li><a href="core/csss!.htm" target="content">CSSS!脚本</a></li>
<li><a href="core/csss!-events.htm" target="content">CSSS!事件</a></li>
<li><a href="core/csss!-calc-function.htm" target="content">CSSS!的calc函数</a></li>
<li><a href="core/csss!-dom-object.htm" target="content">CSSS!的DOM对象</a></li>
</ul>
</section>
<section>
<caption>Sciter 其他内容</caption>
<ul class="content">
<li><a href="core/standalone_Sciter_executable.htm" target="content">scapp.exe</a></li>
<li><a href="core/HTML-Window.htm" target="content">HTML窗口</a></li>
<li><a href="core/window-frame=extended.htm" target="content">窗口标题上的工具条</a></li>
<li><a href="core/IAccessible and UI automation testing.htm" target="content">IAccessible和UI自动测试</a></li>
<li><a href="core/Context-menus.htm" target="content">上下文菜单</a></li>
<li><a href="core/Drag-and-Drop.htm" target="content">拖拽操作</a></li>
<li><a href="core/specific-tags.htm" target="content">Sciter特有标签</a></li>
<li><a href="core/behavior-prototype-aspect.htm" target="content">behavior与prototype/aspect</a></li>
<li><a href="core/Better-CSS-sprites.htm" target="content">更好的CSS精灵</a></li>
<li><a href="core/Caret-positions-in-HTML.htm" target="content">HTML中的插入位置</a></li>
<li><a href="core/construction-mean-TIScript.htm" target="content">TIScript中::构造器</a></li>
<li><a href="core/DOM-Inspector-how-remove-border-from-input.htm" target="content">怎么移除输入框的边框</a></li>
<li><a href="core/frame-content-style.htm" target="content">frame的content-style属性</a></li>
<li><a href="core/new-TIScript-features.htm" target="content">TIScript的新特性</a></li>
<li><a href="core/Plus-for-Sciter.htm" target="content">Sciter的Plus框架</a></li>
<li><a href="core/plus-and-formation-what-the-difference.htm" target="content">+Plus与+Formation的区别</a></li>
<li><a href="core/Promises A+.htm" target="content">Promises A+</a></li>
<li><a href="core/Sciter-3.htm" target="content">Sciter 3 简介</a></li>
<li><a href="core/Sciter-UI-application-architecture.htm" target="content">Sciter的UI架构</a></li>
<li><a href="core/Sciter-UI-basic-principles.htm" target="content">Sciter的UI设计基本原则</a></li>
<li><a href="core/Sciter-on-multihead-system.htm" target="content">Sciter在多屏系统上</a></li>
<li><a href="core/Sciter-HTML-parsing-flavour.htm" target="content">Sciter中HTML特殊格式</a></li>
<li><a href="core/Sciter-video-support.htm" target="content">Sciter的video标签</a></li>
<li><a href="core/Theory-of-URL.htm" target="content">URL原理</a></li>
<li><a href="core/TIScript-syntax-compatible-with-CSS.htm" target="content">TIScript语法兼容CSS</a></li>
<li><a href="core/Use-of-CSS-constants-in-script.htm" target="content">在脚本中使用CSS常量</a></li>
<li><a href="core/visibility-none-article.htm" target="content">visibility的none值</a></li>
<li><a href="core/'this'-and-'this super'-function-arguments.htm" target="content">this与this super</a></li>
<li><a href="core/pager-template-format.htm" target="content">打印预览模板页面格式</a></li>
<li><a href="core/task-await-feature.htm" target="content">TIScript中的task/await特性</a></li>
<li><a href="core/Sciter-and-DirectX.htm" target="content">Sciter与DirectX</a></li>
<li><a href="core/path-images-doc.htm" target="content">path图像</a></li>
<li><a href="core/Localization.htm" target="content">本地化(i18n)处理</a></li>
<li><a href="core/Reusable-components.htm" target="content">可重用组件化</a></li>
<li><a href="core/collapsed-and-expanded-state.htm" target="content">collapsed和expanded状态</a></li>
<li><a href="core/event_handler_assignment.htm" target="content">事件赋值方式</a></li>
<li><a href="core/sciter_for_AngularJS_practitioners.htm" target="content">AngularJS使用者的Sciter指南</a></li>
<li><a href="core/upcomming-changes-in-4.1.html" target="content">即将来临的Sciter 4.1.*.*的变化</a></li>
</ul>
</section>
<section>
<caption>Sciter 本地API</caption>
<ul class="content">
<li><a href="content/api/window.htm" target="content">Window相关API</a></li>
</ul>
</section>