-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
executable file
·357 lines (308 loc) · 16.1 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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="shortcut icon" href="../../assets/ax5favicon.ico" type="image/x-icon">
<title>ax5ui : home</title>
<script src="../assets/lib/jquery/jquery.min.js"></script>
<script src="../assets/lib/prettify/prettify.js"></script>
<script src="../assets/lib/prettify/lang-css.js"></script>
<link rel="stylesheet" type="text/css" href="../assets/lib/prettify/skins/github.css">
<script type="text/javascript">
$(document.body).ready(function () {
if (window["prettyPrint"]) window["prettyPrint"]();
});
</script>
<script src="../../assets/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="../assets/lib/ax5core/dist/ax5core.min.js"></script>
<link rel="stylesheet" type="text/css" href="../assets/css/docs.css">
<script src="../assets/js/docs.js"></script>
</head>
<body>
<div class="docs index ">
<div class="docs-header">
<div class="docs-header-tool" id="docs-header-tool">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<span class="navbar-brand">
<a href="/"><i class="axc axc-ax5ui"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span></i></a>
</span>
<a class="visible-xs-inline-block mobile-menu">
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav" id="docs-menu-print-target">
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">AX5UI <span class="caret"></span></a>
<ul class="dropdown-menu" data-ax5ui-plugins="">
<li><a href="/">AX5UI</a></li>
<li role="separator" class="divider"></li>
<li><a style="cursor: pointer;" data-href="/ax5core">ax5core</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-mask">ax5ui-mask</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-dialog">ax5ui-dialog</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-toast">ax5ui-toast</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-modal">ax5ui-modal</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-calendar">ax5ui-calendar</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-picker">ax5ui-picker</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-formatter">ax5ui-formatter</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-menu">ax5ui-menu</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-media-viewer">ax5ui-media-viewer</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-select">ax5ui-select</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-layout">ax5ui-layout</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-combobox">ax5ui-combobox</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-autocomplete">ax5ui-autocomplete</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-binder">ax5ui-binder</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-grid">ax5ui-grid</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-uploader">ax5ui-uploader</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-docker">ax5ui-docker</a></li>
<li><a style="cursor: pointer;" data-href="/ax5ui-palette">ax5ui-palette</a></li>
<li role="separator" class="divider"></li>
<li><a href="https://www.axisj.com">axisj.com</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<div class="docs-visual">
<div class="pattern"></div>
<div class="contents">
<div class="style-index-visual">
<div class="brand-title">AX5UI</div>
<div class="brand-desc">
Bootstrap jQuery Plugins
</div>
<div class="DH10"></div>
<div class="button-group">
<button class="btn btn-lg btn-border white" onclick="location.href = 'https://github.com/ax5ui';">
Get ax5ui
</button>
</div>
</div>
</div>
</div>
<div class="docs-body" id="docs-body">
<div class="wrapper">
<div class="row">
<div class="col-md-12">
<div class="index-media-wrap">
<div class="media">
<div class="media-left media-middle">
<a href="/ax5core"><i class="axc axc-axisj"></i></a>
</div>
<div class="media-body">
<h2 class="media-heading">ax5core</h2>
<p>
"ax5core" is a collection of utility functions that have been designed for use in ax5ui.
</p>
<p>
<b><span class="ax5uicon ax5uicon-book"></span></b> <a href="/ax5core">http://ax5.io/ax5core</a><br>
<b><span class="ax5uicon ax5uicon-github"></span></b> <a href="https://github.com/ax5ui/ax5core">https://github.com/ax5ui/ax5core</a>
</p>
</div>
</div>
</div>
<div class="rows" data-ui-list="print">
</div>
<script type="text/html" data-ui-list="tmpl">
{{#list}}
<div class="col-md-4">
<h3 class="media-heading">{{name}}</h3>
<p>
{{{desc}}}
</p>
<p>
<b><span class="ax5uicon ax5uicon-book"></span></b>
<a href="{{demoUrl}}">http://ax5.io{{demoUrl}}</a>
<br/>
<b><span class="ax5uicon ax5uicon-github"></span></b>
<a href="{{githubUrl}}">{{githubUrl}}</a>
</p>
</div>
{{#isThird}}<div style="clear: both;"></div>{{/isThird}}
{{/list}}
</script>
</div>
</div>
</div>
</div>
<div class="docs-foot" id="docs-foot">
<div class="background-type background-type-0">
<div class="wrapper row">
<div class="col-md-6">
<h3>
<a href="https://github.com/ax5ui">
<i class="icon-axisj"></i> AX5UI Package</a>
</h3>
<p>
'AX5UI' can be used with Bootstrap theme. The development of the distribution of the various UI plug-in.
When you click the link to move to AX5UI index page.
</p>
</div>
<div class="col-md-6">
<h3>
<a href="https://github.com/axboot">
<i class="icon-github"></i> Get AXBoot</a>
</h3>
<p>
AXBoot makes it easy to build web applications with Java & HTML5
Repeatable and noise development process are resolved by AXBoot.
</p>
</div>
</div>
</div>
<div class="background-type background-type-1">
<div class="wrapper">
<dl class="dl-horizontal">
<dt>Code licensed</dt>
<dd>MIT</dd>
<dt>Mantained by</dt>
<dd>Thomas Jang, Brant and Team AXISJ</dd>
<dt>Templete design by</dt>
<dd>Jorwrney Kim</dd>
<dt>Copyright</dt>
<dd>Opensource Group AXISJ -
<a href="https://www.axisj.com">www.axisj.com</a></dd>
<dt>DNS</dt>
<dd>
<a href="http://www.dnsever.com" target="dnsever">DNSEver</a>
</dd>
</dl>
</div>
</div>
</div>
</div>
<script language="javascript">
$(function () {
var list = [
{
name: 'ax5ui-mask',
desc: '"mask" is used for prevent user action during running the application.',
youtube: '//www.youtube.com/embed/xopnxi3V0pY',
demoUrl: '/ax5ui-mask', githubUrl: 'https://github.com/ax5ui/ax5ui-mask'
},
{
name: 'ax5ui-dialog',
desc: 'dialog is a UI that can be used as an alternative means of window.alert, window.confirm and window.prompt',
youtube: '//www.youtube.com/embed/b7kLmS-txPU',
demoUrl: '/ax5ui-dialog', githubUrl: 'https://github.com/ax5ui/ax5ui-dialog'
},
{
name: 'ax5ui-toast',
desc: 'If you want to inform you that any state of the Web application is changed to the user, use the Toast UI',
youtube: '//www.youtube.com/embed/Vi1T5xByjIA',
demoUrl: '/ax5ui-toast', githubUrl: 'https://github.com/ax5ui/ax5ui-toast'
},
{
name: 'ax5ui-modal',
desc: 'Modal UI, hold does not exceed the current page, you can use in order to process a simple user input and information.',
youtube: '//www.youtube.com/embed/QMkDJL-JSgY',
demoUrl: '/ax5ui-modal', githubUrl: 'https://github.com/ax5ui/ax5ui-modal'
},
{
name: 'ax5ui-calendar',
desc: 'The calendar component. The year / month / day selection is very convenient design provides excellent calendar.',
youtube: '//www.youtube.com/embed/jSar5F-Ux0o',
demoUrl: '/ax5ui-calendar', githubUrl: 'https://github.com/ax5ui/ax5ui-calendar'
},
{
name: 'ax5ui-picker',
desc: 'picker will be able to enter a value for the input element through the other UI.',
youtube: '//www.youtube.com/embed/rdXUguw6y9E',
demoUrl: '/ax5ui-picker', githubUrl: 'https://github.com/ax5ui/ax5ui-picker'
},
{
name: 'ax5ui-formatter',
desc: 'It can be changed as necessary the value of the "input".',
youtube: '//www.youtube.com/embed/tRMo2iaV5QA',
demoUrl: '/ax5ui-formatter', githubUrl: 'https://github.com/ax5ui/ax5ui-formatter'
},
{
name: 'ax5ui-menu',
desc: 'It can easily and powerfully use in subMenu of menuBar or ContextMenu.',
youtube: '//www.youtube.com/embed/wRN_uUHKBRo',
demoUrl: '/ax5ui-menu', githubUrl: 'https://github.com/ax5ui/ax5ui-menu'
},
{
name: 'ax5ui-media-viewer',
desc: 'Media Viewer (Vimeo, Youtube, Image, Gallery) "media-player" to display media content such as video and image.',
youtube: '//www.youtube.com/embed/KVrdSHDHXMw',
demoUrl: '/ax5ui-media-viewer', githubUrl: 'https://github.com/ax5ui/ax5ui-media-viewer'
},
{
name: 'ax5ui-select',
desc: 'Select Extension "select" allows users to select a collection of items.',
youtube: '//www.youtube.com/embed/iSmclFMkHmQ',
demoUrl: '/ax5ui-select', githubUrl: 'https://github.com/ax5ui/ax5ui-select'
},
{
name: 'ax5ui-layout',
desc: 'Layout (Dynamic Layout, Page Layout, Script Layout) "layout" helps users set position and size of multiple panels on a page.',
youtube: '//www.youtube.com/embed/EL3Y-XG41pY',
demoUrl: '/ax5ui-layout', githubUrl: 'https://github.com/ax5ui/ax5ui-layout'
},
{
name: 'ax5ui-combobox',
desc: '"combobox" lets users make a selection from a drop-down list.',
youtube: '//www.youtube.com/embed/WpndBv_dJcw',
demoUrl: '/ax5ui-combobox', githubUrl: 'https://github.com/ax5ui/ax5ui-combobox'
},
{
name: 'ax5ui-autocomplete',
desc: '',
youtube: '//www.youtube.com/embed/irGwGjA8h-c',
demoUrl: '/ax5ui-autocomplete', githubUrl: 'https://github.com/ax5ui/ax5ui-autocomplete'
},
{
name: 'ax5ui-binder',
desc: 'Simple 2way binder',
youtube: '',
demoUrl: '/ax5ui-binder', githubUrl: 'https://github.com/ax5ui/ax5ui-binder'
},
{
name: 'ax5ui-grid',
desc: '"grid" displays data in a table format with various options provided for configuration.',
youtube: '//www.youtube.com/embed/zSq0PdRORrk',
demoUrl: '/ax5ui-grid', githubUrl: 'https://github.com/ax5ui/ax5ui-grid'
},
{
name: 'ax5ui-uploader',
desc: '“uploader” allows users to upload single or multiple files with item selection.',
youtube: '//www.youtube.com/embed/r4230_hiEDc',
demoUrl: '/ax5ui-uploader', githubUrl: 'https://github.com/ax5ui/ax5ui-uploader'
},
{
name: 'ax5ui-docker',
desc: 'dock layout',
youtube: '',
demoUrl: '/ax5ui-docker', githubUrl: 'https://github.com/ax5ui/ax5ui-docker'
},
{
name: 'ax5ui-palette',
desc: 'The color palette component.',
youtube: '',
demoUrl: '/ax5ui-palette', githubUrl: 'https://github.com/ax5ui/ax5ui-palette'
}
];
list.forEach(function (n, nidx) {
if(nidx > 0) {
n.isThird = (nidx % 3 == 2);
}
});
$('[data-ui-list="print"]').html(ax5.mustache.render($('[data-ui-list="tmpl"]').html(), {list: list}));
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56252826-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>