forked from shashani-humanth/Notebook-AdminPanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.html
671 lines (638 loc) · 32.7 KB
/
docs.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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
<!DOCTYPE html>
<html lang="en" class="app">
<head>
<meta charset="utf-8" />
<title>Notebook | Web Application</title>
<meta name="description" content="app, web app, responsive, admin dashboard, admin, flat, flat ui, ui kit, off screen nav" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="css/font.css" type="text/css" />
<link rel="stylesheet" href="css/app.css" type="text/css" />
<!--[if lt IE 9]>
<script src="js/ie/html5shiv.js"></script>
<script src="js/ie/respond.min.js"></script>
<script src="js/ie/excanvas.js"></script>
<![endif]-->
</head>
<body>
<section class="hbox stretch">
<!-- .aside -->
<aside class="bg-light aside b-r animated fadeInLeftBig">
<section class="vbox">
<header class="header b-b navbar">
<a class="btn btn-link pull-right visible-xs" data-toggle="class:show" data-target=".nav-primary">
<i class="fa fa-bars"></i>
</a>
<a href="index.html" class="navbar-brand">Documents</a>
</header>
<section class="scrollable">
<nav class="nav-primary hidden-xs nav-docs">
<ul class="nav">
<li class="dropdown-header b-b b-light"><em>CSS</em></li>
<li><a href="#icons">Icons</a></li>
<li><a href="#animate">Animate</a></li>
<li><a href="#colors">Colors</a></li>
<li><a href="#layout">Layout</a></li>
<li><a href="#offscreen">Off screen</a></li>
<li><a href="#utilities">Utilities</a></li>
<li class="dropdown-header b-b b-light"><em>Components</em></li>
<li><a href="#toggle-class">Toggle class</a></li>
<li><a href="#shift">Shift</a></li>
<li><a href="#button-state">Button state</a></li>
<li><a href="#dropdown-select">Dropdown select</a></li>
<li class="dropdown-header b-b b-light"><em>Plugins</em></li>
<li><a href="#plugins">Plugins docs</a></li>
<li class="dropdown-header b-b b-light"><em>Applications</em></li>
<li><a href="#notes">Notes</a></li>
</ul>
</nav>
</section>
</section>
</aside>
<!-- /.aside -->
<section id="content">
<section class="vbox">
<section class="scrollable bg-light lter" data-spy="scroll" data-target=".nav-primary">
<section id="docs">
<div class="clearfix padder">
<h3>Overview</h3>
<h5 class="m-t-lg">A fully responsive web app / admin dashboard template.</h5>
<h4>Features:</h4>
<ul>
<li>Built with Bootstrap 3.0</li>
<li>Flat ui with clean style</li>
<li>Many components</li>
<li>Mobile widgets</li>
<li>Fully responsive</li>
<li>Web app layouts</li>
<li>Html5 Markup & CSS3</li>
<li>One RESTful api application</li>
</ul>
<h3 class="text-success">CSS <small>Extensible classes</small></h3>
<div class="line"></div>
<p id="bootstrap">For the bootstrap css and components, please check the <strong><a href="http://getbootstrap.com">Bootstrap 3.0</a></strong></p>
<h4 id="icons" class="m-t-lg">LESS</h4>
<p>This file's css is generated by LESS files. you can use the less.php to output the css. There are many Variables, Mixins you can use.</p>
<h4 id="icons" class="m-t-lg">Icons</h4>
<p>Use FontAwesome font icons, over 369 icons with version 4.0 and more will be added in the future, check <strong><a href="http://fortawesome.github.io/Font-Awesome/">FontAwesome</a></strong> for more details to see how to use and examples</p>
<h4 id="animate" class="m-t-lg">Animate.css</h4>
<p><a href="http://daneden.me/animate/"><strong>animate.css</strong></a> is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. do not use animate css to an element which contains the dropdown-menu, it will cut the edge.</p>
<p><strong>animate.css on landing page</strong>: you can add animate css on the dom element when it appear in the viewpoint. <code><div data-ride="animated" data-animation="fadeInUp" data-delay="250"></div></code></p>
<h4 id="colors" class="m-t-lg">Colors <small>use less file to build your colors</small></h4>
<p>8 default color palettes, build colorful widgets. you can open the less/app.variables.less to config your own colors(<code>@brand-primary, @brand-success, @brand-warning, @brand-danger, @brand-info, @brand-black, @brand-dark, @brand-light</code>).
</p>
<p>You can use the mixin wariant. use <code>.color-variant</code> and <code>.font-variant</code> to build the color scheme, check more details in the less/app.colors.less.</p>
<div class="row">
<div class="col-sm-3">
<p>.bg-light</p>
<div class="bg-light">
<h5 class="dker m-n wrapper">.dker</h5>
<h5 class="dk m-n wrapper">.dk</h5>
<h5 class=" m-n wrapper">.bg-light</h5>
<h5 class="lt m-n wrapper">.lt</h5>
<h5 class="lter m-n wrapper">.lter</h5>
</div>
</div>
<div class="col-sm-3">
<p>.bg-dark</p>
<div class="bg-dark">
<h5 class="dker m-n wrapper">.dker</h5>
<h5 class="dk m-n wrapper">.dk</h5>
<h5 class=" m-n wrapper">.bg-dark</h5>
<h5 class="lt m-n wrapper">.lt</h5>
<h5 class="lter m-n wrapper">.lter</h5>
</div>
</div>
<div class="col-sm-3">
<p>.bg-black</p>
<div class="bg-black">
<h5 class="dker m-n wrapper">.dker</h5>
<h5 class="dk m-n wrapper">.dk</h5>
<h5 class=" m-n wrapper">.bg-black</h5>
<h5 class="lt m-n wrapper">.lt</h5>
<h5 class="lter m-n wrapper">.lter</h5>
</div>
</div>
<div class="col-sm-3">
<p>.bg-primary</p>
<div class="bg-primary">
<h5 class="dker m-n wrapper">.dker</h5>
<h5 class="dk m-n wrapper">.dk</h5>
<h5 class=" m-n wrapper">.bg-primary</h5>
<h5 class="lt m-n wrapper">.lt</h5>
<h5 class="lter m-n wrapper">.lter</h5>
</div>
</div>
</div>
<div class="row m-t-sm">
<div class="col-sm-3">
<p>.bg-success</p>
<div class="bg-success">
<h5 class="dker m-n wrapper">.dker</h5>
<h5 class="dk m-n wrapper">.dk</h5>
<h5 class=" m-n wrapper">.bg-success</h5>
<h5 class="lt m-n wrapper">.lt</h5>
<h5 class="lter m-n wrapper">.lter</h5>
</div>
</div>
<div class="col-sm-3">
<p>.bg-info</p>
<div class="bg-info">
<h5 class="dker m-n wrapper">.dker</h5>
<h5 class="dk m-n wrapper">.dk</h5>
<h5 class=" m-n wrapper">.bg-info</h5>
<h5 class="lt m-n wrapper">.lt</h5>
<h5 class="lter m-n wrapper">.lter</h5>
</div>
</div>
<div class="col-sm-3">
<p>.bg-warning</p>
<div class="bg-warning">
<h5 class="dker m-n wrapper">.dker</h5>
<h5 class="dk m-n wrapper">.dk</h5>
<h5 class=" m-n wrapper">.bg-warning</h5>
<h5 class="lt m-n wrapper">.lt</h5>
<h5 class="lter m-n wrapper">.lter</h5>
</div>
</div>
<div class="col-sm-3">
<p>.bg-danger</p>
<div class="bg-danger">
<h5 class="dker m-n wrapper">.dker</h5>
<h5 class="dk m-n wrapper">.dk</h5>
<h5 class=" m-n wrapper">.bg-danger</h5>
<h5 class="lt m-n wrapper">.lt</h5>
<h5 class="lter m-n wrapper">.lter</h5>
</div>
</div>
</div>
<h4 id="layout" class="m-t-lg">Layout</h4>
<p>use .vbox(vertical box) and .hbox(horizontal box) to build the web application layout. you can build the complicated layout as you want.</p>
<h5><strong>hbox</strong></h5>
<p>hbox is a horizontal wrapper that you can put columns in it. you can put <code><aside></code> and <code><section></code> in it. </p>
<pre><code class="html"><section class="hbox"><aside class="aside-lg"></aside><section></section></section></code></pre>
<p>you can use <code>.aside, .aside-sm, .aside-md, .aside-lg</code> to set the width of an aside wrapper. also you can use the Bootstrap grid system, like <code>.col-6, .col-7</code>...</p>
<p>.stretch box has the 100% height. <code><section class="hbox stretch"></section></code></p>
<h5><strong>vbox</strong></h5>
<p>vbox is a vertical wrapper that you can put the row in it. </p>
<pre><code class="html"><section class="vbox"><header class="header"></header><section class="w-f"></section><footer class="footer"></footer></section></code></pre>
<p>.w-f means this vbox have a footer</p>
<p>.flex vbox let you put a flex height of the header/footer.</p>
<pre><code class="html"><section class="vbox flex"><header></header><section><section><section></section></section></section><footer></footer></section></code></pre>
<h5><strong>Example</strong></h5>
<div class="row">
<div class="col-sm-6">
<p>.hbox</p>
<div style="height:250px">
<div class="app">
<section class="hbox stretch bg-light">
<aside class="lt">aside</aside>
<section>section</section>
<aside class="dk">aside</aside>
</section>
</div>
</div>
</div>
<div class="col-sm-6">
<p>.vbox</p>
<div style="height:250px">
<div class="app">
<section class="vbox bg-light">
<header class="header lt"><span class="pull-in">header</span></header>
<footer class="footer dk"><span class="pull-in">footer</span></footer>
<section>section</section>
</section>
</div>
</div>
</div>
</div>
<h5><strong>Application layout</strong></h5>
<p>you can use the .app on the html tag to build the app layout <code><html class="app"></html></code></p>
<h4 id="offscreen" class="m-t-lg">Off screen nav</h4>
<p>Support three nav styles on mobile, "Pull down", "push left", "push right"</p>
<h5><strong>Pull down</strong></h5>
<p>use <code>data-toggle="class:show" data-target=".nav-primary"</code> to trigger the nav pull down in the header</p>
<pre><code class="html"><a class="btn btn-link visible-xs" data-toggle="class:show" data-target=".nav-primary">
<i class="icon-reorder"></i>
</a></code></pre>
<h5><strong>off screen push left</strong></h5>
<p>use <code>data-toggle="class:nav-off-screen" data-target="#nav"</code> to trigger the off screen nav</p>
<pre><code class="html"><a class="btn btn-link visible-xs" data-toggle="class:nav-off-screen" data-target="#nav">
<i class="icon-reorder"></i>
</a></code></pre>
<p>use <code>data-toggle="class:nav-off-screen" data-target="#nav"</code> to toggle back in the body</p>
<pre><code class="html"><a href="#" class="hide nav-off-screen-block" data-toggle="class:nav-off-screen" data-target="#nav"></a></code></pre>
<h5><strong>off screen push right</strong></h5>
<p>use <code>data-toggle="class:nav-off-screen push-right" data-target="body"</code></p>
<pre><code class="html"><a class="btn btn-link visible-xs" data-toggle="class:nav-off-screen push-right" data-target="body">
<i class="icon-reorder"></i>
</a></code></pre>
<h3 id="utilities" class="text-danger">CSS Utilities</h3>
<table class="table table-border">
<tbody>
<tr class="bg-light">
<td colspan="2">Button size <em>(Specific button size)</em></td>
</tr>
<tr>
<td>.btn-s-xs</td>
<td>width:90px</td>
</tr>
<tr>
<td>.btn-s-sm</td>
<td>width:100px</td>
</tr>
<tr>
<td>.btn-s-md</td>
<td>width:120px</td>
</tr>
<tr>
<td>.btn-s-lg</td>
<td>width:150px</td>
</tr>
<tr>
<td>.btn-s-xl</td>
<td>width:200px</td>
</tr>
<tr class="bg-light">
<td colspan="2">Vertical align <em>(When you use the .hbox you can use these classes on the aside)</em></td>
</tr>
<tr>
<td>.v-middle</td>
<td>vertical align: middle</td>
</tr>
<tr>
<td>.v-top</td>
<td>vertical align: top</td>
</tr>
<tr>
<td>.v-bottom</td>
<td>vertical align: bottom</td>
</tr>
<tr class="bg-light">
<td colspan="2">Margin</td>
</tr>
<tr>
<td>.m</td>
<td>margin: 15px</td>
</tr>
<tr>
<td>.m-xs</td>
<td>margin: 5px</td>
</tr>
<tr>
<td>.m-sm</td>
<td>margin: 10px</td>
</tr>
<tr>
<td>.m-md</td>
<td>margin: 20px</td>
</tr>
<tr>
<td>.m-lg</td>
<td>margin: 30px</td>
</tr>
<tr>
<td>.m-n</td>
<td>margin: 0px</td>
</tr>
<tr>
<td>.m-l</td>
<td>margin-left: 15px</td>
</tr>
<tr>
<td>.m-l-xs</td>
<td>margin-left: 5px</td>
</tr>
<tr>
<td>.m-l-sm</td>
<td>margin-left: 10px</td>
</tr>
<tr>
<td>.m-l-md</td>
<td>margin-left: 20px</td>
</tr>
<tr>
<td>.m-l-lg</td>
<td>margin-left: 30px</td>
</tr>
<tr>
<td>.m-l-xl</td>
<td>margin-left: 40px</td>
</tr>
<tr>
<td>.m-l-none</td>
<td>margin-left: 0px</td>
</tr>
<tr>
<td>.m-l-n</td>
<td>margin-left: -15px</td>
</tr>
<tr>
<td>.m-l-n-xxs</td>
<td>margin-left: -1px</td>
</tr>
<tr>
<td>.m-l-n-xs</td>
<td>margin-left: -5px</td>
</tr>
<tr>
<td>.m-l-n-sm</td>
<td>margin-left: -10px</td>
</tr>
<tr>
<td>.m-l-n-md</td>
<td>margin-left: -20px</td>
</tr>
<tr>
<td>.m-l-n-lg</td>
<td>margin-left: -30px</td>
</tr>
<tr>
<td>.m-l-n-xl</td>
<td>margin-left: -40px</td>
</tr>
<tr>
<td colspan="2">.m-r <em>(margin right)</em> , m-t <em>(margin top)</em> , m-b <em>(margin bottom)</em> have the same classes as the .m-l.</td>
</tr>
<tr class="bg-light">
<td colspan="2">Border</td>
</tr>
<tr>
<td>.b-a</td>
<td>border:1px solid @border-color(see app.variables.less)</td>
</tr>
<tr>
<td>.b-l</td>
<td>border left</td>
</tr>
<tr>
<td>.b-t</td>
<td>border top</td>
</tr>
<tr>
<td>.b-r</td>
<td>border right</td>
</tr>
<tr>
<td>.b-b</td>
<td>border bottom</td>
</tr>
<tr>
<td>.b-light, .b-dark, .b-primary, .b-success, .b-info, .b-warning, .b-danger, .b-black, .b-white</td>
<td>border with specific color.</td>
</tr>
<tr>
<td>.b-2x</td>
<td>border width with 2px</td>
</tr>
<tr>
<td>.b-3x</td>
<td>border width with 3px</td>
</tr>
<tr class="bg-light">
<td colspan="2">Radius</td>
</tr>
<tr>
<td>.r</td>
<td>border-radius: @border-radius-base</td>
</tr>
<tr>
<td>.r-l</td>
<td>border-radius: @border-radius-base 0 0 @border-radius-base</td>
</tr>
<tr>
<td>.r-r</td>
<td>border-radius: 0 @border-radius-base @border-radius-base 0</td>
</tr>
<tr>
<td>.r-t</td>
<td>border-radius: @border-radius-base @border-radius-base 0 0</td>
</tr>
<tr>
<td>.r-b</td>
<td>border-radius: 0 0 @border-radius-base @border-radius-base</td>
</tr>
<tr class="bg-light">
<td colspan="2">Others</td>
</tr>
<tr>
<td>.padder</td>
<td>padding-left:15px; padding-right:15px</td>
</tr>
<tr>
<td>.padder-v</td>
<td>padding-top:15px; padding-bottom:15px</td>
</tr>
<tr>
<td>.wrapper</td>
<td>padding:15px</td>
</tr>
<tr>
<td>.text-uc</td>
<td>text uppercase</td>
</tr>
<tr>
<td>.text-lt</td>
<td>text line through</td>
</tr>
<tr>
<td>.text-ul</td>
<td>text under line</td>
</tr>
</tbody>
</table>
<h3 class="text-info">Components <small>Lightweight components to best practice on mobile</small></h3>
<div class="line"></div>
<h4 id="toggle-class">Toggle class</h4>
<p>It's easy to change a dom class by click on another dom element.</p>
<h5><strong>Usage</strong></h5>
<p>
Add <code>data-toggle="class:className"</code> and <code>data-target="#target"</code> to a link or button to toggle a class.
</p>
<h5><strong>Example</strong></h5>
<button class="btn btn-default m-b" id="btn" data-toggle="class:btn-success" data-target="#btn">
Toggle the background
</button>
<pre><code class="html"><button class="btn btn-default" data-toggle="class:btn-success" data-target="#btn">
Toggle the background
</button></code></pre>
<h4 id="shift" class="m-t-lg">Shift</h4>
<p>Shift js let you change the dom which have different position from mobile to desktop, it avoid to use duplicate elements.</p>
<div id="shift-target"><strong>Usage</strong></div>
<p>
Add <code>data-toggle="shift:insertBefore"</code> and <code>data-target="#target"</code> to the dom that you want to shift.
</p>
<div class="panel shift b-light" data-toggle="shift:insertBefore" data-target="#shift-target"><div class="panel-body">Put me before "Usage" on mobile</div></div>
<pre><code class="html"><div class="shift" data-toggle="shift:insertBefore" data-target="#shift-target">
Put me before "Usage" on mobile
</div></code></pre>
<p>it also support <code>data-toggle="shift:appendTo"</code>, <code>data-toggle="shift:prependTo"</code>, <code>data-toggle="shift:insertAfter"</code></p>
<h4 id="button-state" class="m-t-lg">Button state</h4>
<p>Change the button state when click on it. add <code>.text</code> <code>.text-active</code></p>
<h5><strong>Example</strong></h5>
<button class="btn btn-default m-b" data-toggle="button">
<span class="text">More</span>
<span class="text-active">Less</span>
</button>
<pre><code class="html"><button class="btn btn-default" data-toggle="button">
<span class="text">More</span>
<span class="text-active">Less</span>
</button></code></pre>
<h5><strong>With icons</strong></h5>
<button class="btn btn-default m-b" data-toggle="button">
<span class="text">
<i class="fa fa-thumbs-up text-success"></i> 25
</span>
<span class="text-active">
<i class="fa fa-thumbs-down text-danger"></i> 10
</span>
</button>
<pre><code class="html"><button class="btn btn-default" data-toggle="button">
<span class="text">
<i class="fa fa-thumbs-up text-success"></i> 25
</span>
<span class="text-active">
<i class="fa fa-thumbs-down text-danger"></i> 10
</span>
</button></code></pre>
<h4 id="dropdown-select" class="m-t-lg">Dropdown select</h4>
<p>Support radio and checkbox dropdown select</p>
<h5><strong>Usage</strong></h5>
<p>add <code>.dropdown-menu</code> class on dropdown-menu.</p>
<div class="btn-group">
<button data-toggle="dropdown" class="btn btn-sm btn-default dropdown-toggle">
<span class="dropdown-label">Option1</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-select">
<li class="active"><a href="#"><input type="radio" name="d-s-r" checked="">Option1</a></li>
<li><a href="#"><input type="radio" name="d-s-r">Option2</a></li>
<li><a href="#"><input type="radio" name="d-s-r">Option3</a></li>
<li class="disabled"><a href="#"><input type="radio" name="d-s-r" disabled="">I'm disabled</a></li>
</ul>
</div>
<pre class="m-t"><code class="html"><div class="btn-group">
<button data-toggle="dropdown" class="btn btn-sm btn-default dropdown-toggle">
<span class="dropdown-label">Option1</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-select">
<li class="active"><a href="#"><input type="radio" name="d-s-r" checked="">Option1</a></li>
<li><a href="#"><input type="radio" name="d-s-r">Option2</a></li>
<li><a href="#"><input type="radio" name="d-s-r">Option3</a></li>
<li class="disabled"><a href="#"><input type="radio" name="d-s-r" disabled="">I'm disabled</a></li>
</ul>
</div>
</code></pre>
<div class="btn-group">
<button data-toggle="dropdown" class="btn btn-sm btn-default dropdown-toggle">
<span class="dropdown-label" data-placeholder="Please select">Please select</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-select">
<li><a href="#"><input type="checkbox" name="d-s-c-1">Option1</a></li>
<li><a href="#"><input type="checkbox" name="d-s-c-2">Option2</a></li>
<li><a href="#"><input type="checkbox" name="d-s-c-3">Option3</a></li>
<li><a href="#"><input type="checkbox" name="d-s-c-4">Option4</a></li>
<li><a href="#"><input type="checkbox" name="d-s-c-5">Option5</a></li>
</ul>
</div>
<pre class="m-t"><code class="html"><div class="btn-group">
<button data-toggle="dropdown" class="btn btn-sm btn-default dropdown-toggle">
<span class="dropdown-label" data-placeholder="Please select">Please select</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-select">
<li><a href="#"><input type="checkbox" name="d-s-c-1">Option1</a></li>
<li><a href="#"><input type="checkbox" name="d-s-c-2">Option2</a></li>
<li><a href="#"><input type="checkbox" name="d-s-c-3">Option3</a></li>
<li><a href="#"><input type="checkbox" name="d-s-c-4">Option4</a></li>
<li><a href="#"><input type="checkbox" name="d-s-c-5">Option5</a></li>
</ul>
</div>
</code></pre>
<h3 class="text-info" id="plugins">Plugins</h3>
<div class="line"></div>
<div class="row">
<div class="col-md-6">
<h4 class="m-t-lg">Fuelux</h4>
<p>Check the online <a href="https://github.com/ExactTarget/fuelux"><strong>document</strong></a>. </p>
<p>enhanced the pillbox.</p>
<h4 class="m-t-lg">Fullcalendar</h4>
<p>Check the online <a href="http://arshaw.com/fullcalendar/"><strong>document</strong></a>. </p>
<p>Use pillbox to create an event and drag on to the calendar. it also use jquery touch-punch to support on touchable screen.</p>
<h4 class="m-t-lg">Calendar</h4>
<p>Check the online <a href="https://github.com/xero/bootstrap_calendar"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Datatables</h4>
<p>Check the online <a href="http://datatables.net/"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Google map</h4>
<p>Check the online <a href="http://hpneo.github.com/gmaps/"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Markdown</h4>
<p>Check the online <a href="https://github.com/OscarGodson/EpicEditor"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Nestable</h4>
<p>Check the online <a href="http://dbushell.github.io/Nestable/"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Slider</h4>
<p>Check the online <a href="http://www.eyecon.ro/bootstrap-slider"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">WYSISYG</h4>
<p>Check the online <a href="http://github.com/mindmup/bootstrap-wysiwyg"><strong>document</strong></a>. </p>
</div>
<div class="col-md-6">
<h4 class="m-t-lg">Sortable</h4>
<p>Check the online <a href="http://farhadi.ir/projects/html5sortable"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Flotchart</h4>
<p>Check the online <a href="http://www.flotcharts.org/"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Sparklines</h4>
<p>Check the online <a href="http://omnipotent.net/jquery.sparkline"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Easy pie chart</h4>
<p>Check the online <a href="http://rendro.github.io/easy-pie-chart"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Parsley</h4>
<p>Check the online <a href="http://parsleyjs.org/"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Select2</h4>
<p>Check the online <a href="http://ivaynberg.github.io/select2/"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Combodate</h4>
<p>Check the online <a href="http://vitalets.github.io/combodate/"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Datepicker</h4>
<p>Check the online <a href="http://www.eyecon.ro/bootstrap-datepicker"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">File-input</h4>
<p>Check the online <a href="http://dev.tudosobreweb.com.br/bootstrap-filestyle/"><strong>document</strong></a>. </p>
<h4 class="m-t-lg">Intro</h4>
<p>Check the online <a href="https://github.com/usablica/intro.js"><strong>document</strong></a>. </p>
</div>
</div>
<h3 class="text-primary">Applications <small>built with Backbone</small></h3>
<div class="line"></div>
<h4 id="notes" class="m-t-lg">Notes</h4>
<p>Notes is web application with CRUD(create, read, update, delete) and Search function. it built with Backbone and underscore, also used moment.js for time display. it use backbone localStorage for data model. but also you can replace with the RESTful api. </p>
<p>It use php <a href="http://www.slimframework.com/">Slim framework</a> for the RESTful api. </p>
<ol>
<li>Create a Mysql database 'app'</li>
<li>Use the 'api/notes.sql' to create a note table</li>
<li>Change the 'api/index.php' to config the database address/name/password</li>
<li>Change the 'js/apps/notes.js', switch the 'localStorage' to 'url' in the Notelist collection. (comment the line 32 and remove the comment on line 35)</li>
</ol>
<h4 id="tasks" class="m-t-lg">Chrome app</h4>
<p>For more how to build chrome app, please check <a href="http://developer.chrome.com/apps/first_app.html" class="text-info"><strong>here</strong></a> </p>
<h4 class="m-t-lg">Cross browser compatibility</h4>
<p>Use response.js to support IE8 media queries and html5.js to support html5 markups.</p>
<pre><code class="html"><!--[if lt IE 9]>
<script src="js/ie/respond.min.js"></script>
<script src="js/ie/html5.js"></script>
<script src="js/ie/excanvas.js"></script>
<![endif]--></code></pre>
</div>
</section>
</section>
</section>
</section>
</section>
<script src="js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.js"></script>
<!-- App -->
<script src="js/app.js"></script>
<script src="js/app.plugin.js"></script>
<script src="js/slimscroll/jquery.slimscroll.min.js"></script>
</body>
</html>