forked from rheimbuch/inputex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
334 lines (261 loc) · 12.8 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
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>inputEx - a field framework for web applications</title>
<link rel="alternate" type="application/rss+xml" title="neyric’s Javascript RSS Feed" href="http://javascript.neyric.com/blog/feed/" />
<link rel="pingback" href="http://javascript.neyric.com/blog/xmlrpc.php" />
<link href="res/style.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id='headbar'>
<ul class="navigation" style=" position: absolute; margin: 6px 0 0 380px;">
<li><a href="http://neyric.github.com/inputex">Home</a></li>
<li><a href="http://github.com/neyric/inputex/">GitHub[Git]</a></li>
<li><a href="http://github.com/neyric/inputex/issues">Issues</a></li>
<li><a href="api/index.html">API Documentation</a></li>
<li><a href="guide.html">Guide</a></li>
<li><a href="http://neyric.com/category/inputex/">Blog</a>
<a href="http://neyric.com/feed/"><img src="res/rss.png" alt="rss icon"/></a></li>
<li><a href="http://groups.google.com/group/inputex/">Forums</a></li>
</ul>
<div style="position: absolute; top: 50px; left: 850px; font-size: 90%; line-height: 30px;">
<img src='http://www.twitter.com/favicon.ico' /> follow <a href="http://twitter.com/inputex">inputEx on Twitter</a><br />
<img src="http://delicious.com/favicon.ico"> bookmark on <a href="http://delicious.com/url/3ec78b218716387ceb93dda7b5d0f84d">Del.icio.us</a><br />
<img src='http://github.com/favicon.ico'/> follow <a href="http://github.com/neyric/inputex/tree/master"> on GitHub</a>
</div>
</div>
<div align="center">
<table class="layout">
<tr>
<td class="left">
<p style="font-size: 130%;">inputEx is an open-source javascript framework to <strong>build fields and forms</strong> for web applications using the YUI library.</p>
<h2>About</h2>
<p>All the fields and forms are <strong>configured using <a href="http://json.org/">JSON</a> or created in Javascript</strong>. It provides a very efficient abstraction for building <strong>interactive web applications</strong>.</p>
<p>Disclaimer: It is <strong>not</strong> an unobtrusive library, but has much more to see!</p>
<p>For detailed informations, have a look at our <a href="api/index.html">complete documentation</a>.</p>
<p>It is built on top of the <a href="http://developer.yahoo.com/yui/">YUI library</a> (2.8.x) and supports all major browsers. Please report your specific browser issues in <a href="http://groups.google.com/group/inputex/">the forum</a>.</p>
<ul class="starlist">
<li><b>New <a href="examples/yui3-loader.html">Use with YUI3<br /><br /></b></li>
</ul>
<h2>Developer Tools</h2>
<ul class="starlist">
<li><a href="tools/builder/index.html" style="font-size:18px">The inputEx Builder</a><br />
A tool to build inputEx forms<br /><br /></li>
<li><a href="tools/dependency-configurator/index.html" style="font-size:18px">Dependency configurator</a><br />
Manage field dependencies to build your inputEx distribution<br /><br /></li>
<li><a href="tools/yql-trimpath-page/index.html" style="font-size:18px">YQL-trimpath page</a> and <a href="tools/yql-trimpath-page-builder/index.html" style="font-size:18px">page builder</a><br />
Build simple pages from YQL code and trimpath templates<br /><br /></li>
<li><a href="tools/smd-tester/index.html" style="font-size:18px">SMD tester</a><br />
Build forms from <a href="http://groups.google.com/group/json-schema/web/service-mapping-description-proposal">Service Mapping Description</a> (SMD)<br /><br /></li>
</ul>
</td>
<!-- Right Column -->
<td class="right">
<!-- Updates changeset -->
<!--p class="title">Download</p-->
<p style="text-align:center;font-weight:bold; font-size:17px; -moz-border-radius: 10px; padding: 10px;-webkit-border-radius: 10px; background-color: #EEEEEE;"><a href="https://github.com/neyric/inputex/zipball/v0.7.1">Download inputex 0.7.1</a><br/><span style="font-size: 70%; font-weight: normal;">(February, 14th 2011 - <a href="version.txt">changeset</a>)</span></p>
<!-- License -->
<p>inputEx is released under the <a href="license.txt">MIT License</a>.</p>
<p>Clone from <a href="http://github.com/neyric/inputex/">GitHub</a>: <span style="font-size: 80%;">git clone git://github.com/neyric/inputex.git</span></p>
<!-- Documentation -->
<h2>Documentation</h2>
<p>Here are some <b>starting points</b> for our documentation :</p>
<ul class="starlist">
<li><a href="guide.html">inputEx guide<br /><br /></li>
<li><a href="api/index.html">API documentation</a> - with YUIdoc<br /><br /></li>
</ul>
<p>Most of the documentation on fields options is in the examples below : </p>
</td>
</tr>
</table>
<div style="text-align: left; width: 70%;">
<h2>Examples</h2>
<div class='exampleGroup' style="background-color: #FFF0BB;">
<h2>Fields</h2>
<div class='exampleSection'>
<h3>HTML fields</h3>
<ul>
<li><a href="examples/string_field.html">StringField</a></li>
<li><a href="examples/checkbox.html">CheckBox</a></li>
<li><a href="examples/textarea.html">Textarea</a></li>
<li><a href="examples/password_field.html">Password</a></li>
<li><a href="examples/hidden_field.html">HiddenField</a></li>
<li><a href="examples/select_field.html">SelectField</a></li>
<li><a href="examples/radio_field.html">RadioField</a></li>
<li><a href="examples/file_field.html">FileField</a></li>
<br />
</ul>
</div>
<div class='exampleSection'>
<h3>Extended</h3>
<ul>
<li><a href="examples/map_field.html">MapField</a></li>
<li><a href="examples/autocomplete.html">AutoComplete</a></li>
<li><a href="examples/email_field.html">EmailField</a></li>
<li><a href="examples/url_field.html">UrlField</a></li>
<li><a href="examples/rte_field.html">RTEField</a></li>
<li><a href="examples/color_field.html">ColorField</a></li>
<li><a href="examples/colorpicker_field.html">ColorPickerField</a> (new)</li>
<li><a href="examples/uppercase_field.html">UpperCaseField</a></li>
<li><a href="examples/ipv4_field.html">IPv4Field</a></li>
</ul>
</div>
<div class='exampleSection'>
<h3>MetaFields</h3>
<ul>
<li><a href="examples/group.html">Group</a></li>
<li><a href="examples/form.html">Form</a></li>
<li><a href="examples/list_field.html">ListField</a></li>
<li><a href="examples/combine_field.html">CombineField</a></li>
<li><a href="examples/inplaceedit.html">InPlaceEdit</a></li>
<li><a href="examples/typefield.html">TypeField</a></li>
<li><a href="examples/serialize_field.html">SerializeField</a></li>
<li><a href="examples/tree_field.html">TreeField</a> (beta)</li>
<li><a href="examples/lenses.html">Lens</a> (new - beta)</li>
<li><a href="examples/keyvalue_field.html">KeyValue</a> (new - beta)</li>
<li><a href="examples/keyopvalue_field.html">KeyOpValue</a> (new - beta)</li>
<br />
</ul>
</div>
<div style='clear: both;'> </div>
<div class='exampleSection'>
<h3>Date & Time fields</h3>
<ul>
<li><a href="examples/date_field.html">DateField</a></li>
<li><a href="examples/datepicker_field.html">DatePickerField</a></li>
<li><a href="examples/time_field.html">TimeField</a></li>
<li><a href="examples/datetime_field.html">DateTimeField</a></li>
<li><a href="examples/datesplit_field.html">DateSplitField</a></li>
<li><a href="examples/dateselectmonth_field.html">DateSelectMonthField</a></li>
<li><a href="examples/timeinterval_field.html">TimeIntervalField</a> (new)</li>
</ul>
</div>
<div class='exampleSection'>
<h3>Advanced</h3>
<ul>
<li><a href="examples/uneditable_field.html">Uneditable</a></li>
<li><a href="examples/multiselect_field.html">MultiSelectField</a></li>
<li><a href="examples/multiautocomplete.html">MultiAutoComplete</a></li>
<li><a href="examples/menu_field.html">MenuField</a> (nested selection)</li>
<li><a href="examples/dsselect_field.html">DSSelectField</a> (SelectField with YUI datasource)</li>
<li><a href="examples/slider_field.html">SliderField</a></li>
<li><a href="examples/tinymce_field.html">TinyMCE</a></li>
</ul>
</div>
<div class='exampleSection'>
<h3>Numbers</h3>
<ul>
<li><a href="examples/integer_field.html">IntegerField</a></li>
<li><a href="examples/number_field.html">NumberField</a></li>
<li><a href="examples/vector_field.html">VectorField</a></li>
</ul>
</div>
<div style='clear: both;'> </div>
<h2>Widgets</h2>
<div class='exampleSection'>
<h3>Basic</h3>
<ul>
<li><a href="examples/ddlist_widget.html">Sortable List Widget</a></li>
<li><a href="examples/dialog_widget.html">Dialog widget</a></li>
<li><a href="examples/json-tree-inspector.html">JsonTreeInspector widget</a></li>
</ul>
</div>
<div class='exampleSection'>
<h3>Datatables</h3>
<ul>
<li><a href="examples/datatable.html">DataTable</a> (new)</li>
<li><a href="examples/dtInPlaceEdit.html">DataTable InPlaceEdit</a> (new)</li>
</ul>
</div>
<div style='clear: both;'> </div>
<h2>Communication</h2>
<div class='exampleSection'>
<h3>Json-Schema</h3>
<ul>
<li><a href="examples/json-schema.html">JSON schema</a> (beta)</li>
<li><a href="examples/json-schema2.html">JSON schema $ref</a> (beta)</li>
<li><a href="examples/inputExToSchema.html">inputEx to JSON schema</a> (beta)<br /><br /></li>
</ul>
</div>
<div class='exampleSection'>
<h3>SMD json-rpc/REST</h3>
<ul>
<li><a href="examples/rpc/flickr.html">SMD using flickr</a></li>
<li><a href="examples/rpc/example.html">SMD simple example</a></li>
<!--li><a href="examples/rpc/smd-rest.html">SMD REST example</a></li-->
</ul>
</div>
<div class='exampleSection'>
<h3>YQL</h3>
<ul>
<!--li><a href="examples/yql-tools.html">YQL tools</a> (new)</li-->
<li><a href="examples/yql-trimpath-page.html">YQL trimpath page</a> (new)</li>
</ul>
</div>
<div style='clear: both;'> </div>
<h2>Other examples</h2>
<div class='exampleSection'>
<h3>Other</h3>
<ul>
<li><a href="examples/using_xml.html">Example using XML</a></li>
<li><a href="examples/yuiloader.html">Using the YUI loader</a></li>
<li><a href="examples/yui3-loader.html">Using with YUI3</a></li>
<li><a href="examples/interactions.html">Interactions</a> (beta)<br /><br /></li>
</ul>
</div>
<div class='exampleSection'>
<h3>Applications</h3>
<ul>
<li><a href="examples/TaskManager/index.html">TaskManager</a> - a simple "Getting Things Done" application</li>
<li><a href="examples/inputExHTML/index.html">inputExHTML</a> - a Form to build HTML elements</li>
<li><a href="examples/google-charts.html">google charts</a> - A form that uses Google Chart API</li>
</ul>
</div>
<div class='exampleSection'>
<h3>Styling</h3>
<ul>
<li><a href="examples/styling_description.html">Show description when focused</a></li>
<li><a href="examples/styling_label.html">Label positioning</a></li>
<li><a href="examples/styling_buttons.html">Form buttons customizing</a></li>
</ul>
</div>
<div style='clear: both;'> </div>
</div>
</div>
<!-- Yahoo Pipes badges for blog and forums-->
<table class="layout">
<tr>
<td class="left">
<h2>Community</h2>
<script src="http://pipes.yahoo.com/js/listbadge.js" type="text/javascript">{"pipe_id":"GlaqLSao3RGnzLcb_w6H4A","_btype":"list"}</script>
</td>
<td class="right">
<h2> </h2>
<script src="http://pipes.yahoo.com/js/listbadge.js" type="text/javascript">{"pipe_id":"MLjSkiWo3RGCrSpGBR50VA","_btype":"list"}</script>
</td>
</tr>
</table>
<div style="font-size: 8pt; color: #999999; background-color: #222222; border-top: 2px solid black; padding: 10px; margin-top: 20px;">
<ul class="navigation">
<li><a href="http://neyric.github.com/inputex">Home</a></li>
<li><a href="http://github.com/neyric/inputex/">GitHub[Git]</a></li>
<li><a href="http://github.com/neyric/inputex/issues">Issues</a></li>
<li><a href="api/index.html">API Documentation</a></li>
<li><a href="guide.html">Guide</a></li>
<li><a href="http://neyric.com/category/inputex/">Blog</a>
<a href="http://neyric.com/feed/"><img src="res/rss.png" alt="rss icon"/></a></li>
<li><a href="http://groups.google.com/group/inputex/">Forums</a></li>
</ul>
<p style="font-size: 90%; margin-top: 20px;">inputEx is released under the <a href="license.txt" style="color: white;">MIT license</a>.</p>
</div>
</div>
<script type="text/javascript">
document.write(unescape("%3Cscript src='http://www.google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-567557-2");
pageTracker._trackPageview();
</script>
</body>
</html>