-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathdocs.html
754 lines (716 loc) · 32.8 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
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<html>
<head>
<link rel="stylesheet" type="text/css" href="seaff.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="snippets-generator.js"></script>
</head>
<body>
<a target="_blank" href="https://github.com/microapps/Shopify-Embedded-App-Frontend-Framework"><img style="position: absolute; top: 0; right: 0; border: 0; z-index:10" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<div class="section">
<div class="section-summary">
<a name="summary"></a>
<h1>Summary</h1>
<p></p>
</div>
<div class="section-content">
<div class="section-row">
<div class="section-cell">
<ul>
<li>
<a href="#introduction">Introduction</a>
<ul>
<li><a href="#introduction-overview">Overview</a></li>
<li><a href="#introduction-what">What are Legacy Apps and Embedded Apps?</a></li>
<li><a href="#introduction-about">About the documentation</a></li>
<li><a href="#introduction-howuse">How to use the framework</a></li>
<li><a href="#introduction-howcontribute">How to contribute</a></li>
</ul>
</li>
<li>
<a href="#sections">Sections</a>
<ul>
<li><a href="#sections-general">General Structure</a></li>
<li><a href="#sections-sample1">Sample Snippet 1 - Section with a single row and a single cell</a></li>
<li><a href="#sections-sample2">Sample Snippet 2 - A section row with 3 cells</a></li>
</ul>
</li>
<li>
<a href="#inputs">Inputs</a>
<ul>
<li><a href="#inputs-input">Text input</a></li>
<li><a href="#inputs-textarea">Text Area</a></li>
<li><a href="#inputs-dropdown">Drop-down</a></li>
<li><a href="#inputs-radio">Radio Button</a></li>
<li><a href="#inputs-check">Check Box</a></li>
</ul>
</li>
<li>
<a href="#links">Links</a>
<ul>
<li><a href="#links-default">Default Link</a></li>
<li><a href="#links-warning">Warning Link</a></li>
<li><a href="#links-help">Help Link</a></li>
</ul>
</li>
<li>
<a href="#buttons">Buttons</a>
<ul>
<li><a href="#buttons-primary">Primary Button</a></li>
<li><a href="#buttons-default">Default Button</a></li>
<li><a href="#buttons-destroy">Destroy Button</a></li>
</ul>
</li>
<li>
<a href="#tags">Tags</a>
<ul>
<li><a href="#tags-general">General Structure</a></li>
<li><a href="#tags-lightgray">Light gray tag</a></li>
<li><a href="#tags-gray">Gray tag</a></li>
<li><a href="#tags-blue">Blue tag</a></li>
<li><a href="#tags-orange">Orange tag</a></li>
<li><a href="#tags-inactive">Inactive tag</a></li>
</ul>
</li>
<li style="display:none">
<a href="#containers">Containers</a>
<ul>
<li><a href="#containers-general">General Structure</a></li>
<li><a href="#containers-default">Default Container</a></li>
</ul>
</li>
<li>
<a href="#tables">Tables</a>
<ul>
<li><a href="#tables-regular">Regular table</a></li>
<li><a href="#tables-full">Full width table</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-summary">
<a name="Introduction"></a>
<h1>Introduction</h1>
<p>A small introduction of the framework</p>
</div>
<div class="section-content">
<div class="section-row">
<div class="section-cell">
<a name="introduction-overview"></a>
<label>Overview</label>
<p>This framework is being built and continuously improved by <a href="http://www.microapps.com" target="_blank">microapps</a> based on the layout of Shopify merchant admin, as well as its embedded applications, in order to help the developers to easily and quickly write the application's frontend so that it has the same look and feel as Shopify merchant admin.</p>
<p>The documentation is in its first steps, but for now it is already possible to take a look at some of the elements provided by Shopify merchant admin interface.</p>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="introduction-about"></a>
<label>About the documentation</label>
<p>The documentation follows the framework interface and it is divided by sections, which are organized in rows and cells. In which section it is possible to see the elements that are being described by the framework as well as the code used to generate such elements.</p>
<p>For the most complex structures, a brief explanation will be given along with the sample and the snippet, while for the simple elements, they along with the snippet are self explanatory</p>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="introduction-what"></a>
<label>What are Legacy Apps and Embedded Apps?</label>
<p>The legacy apps, nowadays the most common among all apps available for installation for Shopify stores, are apps that, when accessed through the merchant's store admin, open in a new window or tab, as total "independent" (considering the user experience) application, even though it is obviously tightly related to Shopify in terms of funcionality and use of information. </p>
<p>Because of this, in order to improve the user experience, Shopify has given the application developers the possibility to develop embedded applications or, in other words, Shopify now allows developers to embed their applications directly inside Shopify admin as well as access and customize many native GUI features. </p>
<p><img style="box-sizing: border-box; width: 100%;" src="http://docs.shopify.com/assets/images/easdk/easdk-hero-banner.png?1412114319" /></p>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="introduction-howuse"></a>
<label>How to use the framework</label>
<p>This is essentialy a CSS framework, so in order to use it, all you have to do is to add <a target="_blank" href="../../seaff/seaff.css">seaff.css</a> to your application page(s), as shows the following snippet:</p>
<label>Code</label>
<div class="container to-code">
<link rel="stylesheet" type="text/css" href="seaff.css">
</div>
<p>You can notice by taking a look at the code snippet of each interface element that the styles are applied by putting specific classes to it.</p>
<p>This documentation provides snippets for default usage of the classes but, for some elements, different tags can be rendered by using the same class.</p>
<p>It is also important to notice that some elements have already all the styles applied to them without using any classes and that for some elements besides the main class there is also a modifier class, that should change that element styles a little.
Therefore, the structure of the tags can be generically described, ignoring the attributes and considering "[...]" as optional blocks, using an example of a opening tag, as:</p>
<label>Code</label>
<div class="container to-code">
<tag [class="main_class[ modifier_1[ ...[ modifier_N]]]"] />
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="introduction-howcontribute"></a>
<label>How to contirbute</label>
<p>This framework is meant for anyone who wants to have a very good-looking application, following all the patterns stabilished by Shopify merchant admin, and its development is also opened to everyone interested on offering help, which is very appreciated.</p>
<p>In order to contribute, just fork the repository <a href="https://github.com/microapps/Shopify-Embedded-App-Frontend-Framework">Shopify-Embedded-App-Frontend-Framework</a> and do as many pull requests as you wish.<p>
<p>We thank you in advance!<p>
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-summary">
<a name="sections"></a>
<h1>Sections</h1>
<p>The sections are the main organizational unit of the framework</p>
</div>
<div class="section-content">
<div class="section-row">
<div class="section-cell">
<a name="sections-general"></a>
<label>General Structure</label>
<p>"Introduction", "Sections", "General Inputs", among others, are examples of sections. The sections are used to organize the blocks of information all over the applications (and also all over this document) and they fill the full available width provided by Shopify merchant admin.</p>
<p>Below some little facts about the sections that are important to be taken into account when organizing the interface:</p>
<ul>
<li>The sections are devided in two main blocks, the summary and the content.</li>
<li>The content is devided in rows (as many as you want).</li>
<li>The rows are devided in cells (as many as you want). </li>
</ul>
<p>"Sections" is a good example of a section with multiple rows and cells. The snippet below shows the general structure of a section:</p>
<label for="code-11">Code</label>
<div class="container to-code">
<!-- This is a section -->
<div class="section">
<!-- Section summary -->
<div class="section-summary">
<h1>Section title</h1>
<p>Section explanation</p>
</div>
<!-- Section content with generic quantity of rows-->
<div class="section-content">
<!-- A section row with generic quantity of cells -->
<div class="section-row">
<div class="section-cell">
...
</div>
...
<div class="section-cell">
...
</div>
</div>
...
<div class="section-row">
<div class="section-cell">
...
</div>
...
<div class="section-cell">
...
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="sections-sample1"></a>
<label>Sample Snippet 1 - Section with a single row and a single cell</label>
<p>"Links", among other sections along this document, is a good example of this kind of section. The following snippet shows how to create this kind of section.</p>
<label for="code-11">Code</label>
<div class="container to-code">
<div class="section">
<div class="section-summary">
<h1>Section title</h1>
<p>Section explanation</p>
</div>
<div class="section-content">
<div class="section-row">
<div class="section-cell">
Information related to the section
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="sections-sample2"></a>
<label>Sample Snippet 2 - A section row with 3 cells</label>
<p>The sample snippet below is used to generate a row with 3 cells. Notice that this snippet reffers only to the row and the cells and doesn't take the other parts of the section structure. To build a whole section with 3 sections, replace all the rows in <a href="#anchortothatsnippet">this snippet</a> for the row below.</p>
<p>The following snippet reffers to the row just below it.</p>
<label>Code</label>
<div class="container to-code">
<div class="section-row">
<div class="section-cell">
<label>Cell 1</label>
This is a cell.
</div>
<div class="section-cell">
<label>Cell 2</label>
This is a cell.
</div>
<div class="section-cell">
<label>Cell 3</label>
This is a cell.
</div>
</div>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<label>Cell 1</label>
This is a cell.
</div>
<div class="section-cell">
<label>Cell 2</label>
This is a cell.
</div>
<div class="section-cell">
<label>Cell 3</label>
This is a cell.
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-summary">
<a name="inputs"></a>
<h1>Inputs</h1>
<p>In this section, the general inputs are documented (text input, text areas, dropdowns, etc)</p>
</div>
<div class="section-content">
<div class="section-row">
<div class="section-cell">
<a name="inputs-input"></a>
<label for="text1">Text input</label>
<input type="text" placeholder="Text about the input"/><br/>
<label>Code</label>
<div class="container to-code">
<input type="text" placeholder="Text about the input"/>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="inputs-textarea"></a>
<label for="text2">Text area</label>
<textarea placeholder="Text about the input"></textarea><br/>
<label>Code</label>
<div class="container to-code">
<textarea placeholder="Text about the input"></textarea>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="inputs-dropdown"></a>
<label>Drop-down</label>
<select name="select1">
<option value="opt1">Option 1</option>
<option value="opt2">Option 2</option>
<option value="opt3">Option 3</option>
<option value="opt4">Option 4</option>
</select>
<label>Code</label>
<div class="container to-code">
<select name="select1">
<option value="opt1">Option 1</option>
<option value="opt2">Option 2</option>
<option value="opt3">Option 3</option>
<option value="opt4">Option 4</option>
</select>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="inputs-radio"></a>
<label>Radio button</label><br />
<input type="radio" name="rdio" value="radio1"><label for="radio1">Radio 1</label>
<input type="radio" name="rdio" value="radio2"><label for="radio2">Radio 2</label>
<label>Code</label>
<div class="container to-code">
<input type="radio" name="rdio" value="radio1"><label for="radio1">Radio 1</label>
<input type="radio" name="rdio" value="radio2"><label for="radio2">Radio 2</label>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="inputs-check"></a>
<input type="checkbox" id="check1" name="check1" value="Bike"><label for="check1">Check 1</label>
<input type="checkbox" id="check2" name="check2" value="Car"><label for="check2">Check 2 </label>
<label>Code</label>
<div class="container to-code">
<input type="checkbox" id="check1" name="check1" value="Bike"><label for="check1">Check 1</label>
<input type="checkbox" id="check2" name="check2" value="Car"><label for="check2">Check 2 </label>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-summary">
<a name="links"></a>
<h1>Links</h1>
<p>In this section you can find all the links provided by this framework</p>
</div>
<div class="section-content">
<div class="section-row">
<div class="section-cell">
<a name="links-default"></a>
<a href="#top">Default Link</a><br /><br />
<label for="code-1">Code</label>
<div class="container to-code">
<a href="#top">Default Link</a>
</div>
<p class="note">This is the default link. No class should be specified</p>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="links-warning"></a>
<a href="#top" class="warning">Warning Link</a><br /><br />
<label for="code-2">Code</label>
<div class="container to-code">
<a href="#top" class="warning">Warning Link</a>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="links-help"></a>
<a href="#top" class="help">Help Link</a><br /><br />
<label for="code-3">Code</label>
<div class="container to-code">
<a href="#top" class="help">Help Link</a>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-summary">
<a name="buttons"></a>
<h1>Buttons</h1>
<p>In this section you can find all the buttons provided by this framework</p>
</div>
<div class="section-content">
<div class="section-row">
<div class="section-cell">
<a name="buttons-primary"></a>
<a href="#top" class="btn primary">Primary Button</a><br /><br />
<label for="code-4">Code</label>
<div class="container to-code">
<a href="#top" class="btn primary">Primary Button</a>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="buttons-default"></a>
<a href="#top" class="btn default">Default Button</a><br /><br />
<label for="code-5">Code</label>
<div class="container to-code">
<a href="#top" class="btn default">Default Button</a>
</div>
<br />
<div style="display:none">
<ul class="segmented">
<li><a href="#top" class="btn">Button</a></li>
<li><a href="#top" class="btn">Button</a></li>
<li><a href="#top" class="btn">Button</a></li>
<li><a href="#top" class="btn">Button</a></li>
</ul>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="buttons-destroy"></a>
<a href="#top" class="btn destroy">Destroy Button</a><br /><br />
<label for="code-4">Code</label>
<div class="container to-code">
<a href="#top" class="btn destroy">Destroy Button</a>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-summary">
<a name="tags"></a>
<h1>Tags</h1>
<p></p>
</div>
<div class="section-content">
<div class="section-row">
<div class="section-cell">
<a name="tags-general"></a>
<label>General Structure</label>
<p>A tag can be generated by applying a main class and optionally one or more modifier classes. To generate a tag, you should apply the main class "tag", one of the 4 modifier classes named as colors and optionally the modifier class "inactive". The general structure is as follows:</p>
<label for="code-6">Code</label>
<div class="container to-code">
<span class="tag [<modifier class 1> [<modifier class 2>]]">Tag 1</span>
</div>
<p>The following samples are ilustrating the use of the modifiers. Notice that one of them has two modifiers, one that applies the color and other to apply a level of transparency.</p>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="tags-lightgray"></a>
<span class="tag lightgray">Light gray tag</span><br /><br />
<label for="code-6">Code</label>
<div class="container to-code">
<span class="tag lightgray">Light gray tag</span>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="tags-gray"></a>
<span class="tag gray">Gray tag</span><br /><br />
<label for="code-7">Code</label>
<div class="container to-code">
<span class="tag gray">Gray tag</span>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="tags-blue"></a>
<span class="tag blue">Blue tag</span><br /><br />
<label for="code-8">Code</label>
<div class="container to-code">
<span class="tag blue">Blue tag</span>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="tags-orange"></a>
<span class="tag orange">Orange tag</span><br /><br />
<label for="code-10">Code</label>
<div class="container to-code">
<span class="tag orange">Orange tag</span>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="tags-inactive"></a>
<label>Inactive tag</label>
<p>This sample tag is used to show how to apply the "inactive" effect and it has three classes, the main class "tag", the modifier color class "blue" and the modifier class "inactive".</p>
<p>As you can see, the "inactive" class should be used along with "tag" and one of the available modifier color classes.</p>
<span class="tag blue inactive">Inactive tag</span><br /><br />
<label for="code-9">Code</label>
<div class="container to-code">
<span class="tag blue inactive">Inactive tag</span>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-summary">
<a name="tables"></a>
<h1>Tables</h1>
<p>This section describes the tables used by the framework. The tables that use the whole available width are described right after.</p>
</div>
<div class="section-content">
<div class="section-row">
<div class="section-cell">
<a name="tables-regular"></a>
<label>Regular table</label>
<table class="table-section">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
<th>Column 4</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag lightgray">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag orange">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag gray">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
</tbody>
</table>
<br />
<label for="code-10">Code</label>
<div class="container to-code">
<table class="table-section">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
<th>Column 4</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag lightgray">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag orange">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag gray">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<a name="tables-full"></a>
<label>Full width table</label>
<p>This table fills the whole available width. If used in place of "section", it will fill the whole iframe width, as you can see in the sample page <a href="list.html">List Sample.</a></p>
<p>For documentation purposes, it was written in place of a "section-cell".</p>
</div>
</div>
<div class="section-row">
<div class="section-listing" style="margin:0">
<div class="section-options">
<ul class="section-tabs">
<li class="active"><a href="#top">Tab 1</a></li>
<li class=""><a href="#top">Tab 2</a></li>
<li class=""><a href="#top">Tab 3</a></li>
</ul>
<div class="section-filter">
<div>
<div><a class="btn filter-left ico-down" href="#top">Filter</a></div>
<div class="filter-freecell"><input class="input-search" type="text" placeholder="Information about this filter" /></div>
</div>
</div>
<div class="section-content">
<div class="section-row">
<table class="table-section">
<thead>
<tr>
<th class="sortable">Column 1</th>
<th class="sortable">Column 2</th>
<th class="sortable">Column 3</th>
<th class="sortable">Column 4</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag lightgray">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag orange">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag gray">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="section-row">
<div class="section-cell">
<label>Code</label>
<div class="container to-code">
<div class="section-listing">
<div class="section-options">
<ul class="section-tabs">
<li class="active"><a href="#top">Tab 1</a></li>
<li class=""><a href="#top">Tab 2</a></li>
<li class=""><a href="#top">Tab 3</a></li>
</ul>
<div class="section-filter">
<div>
<div><a class="btn filter-left ico-down" href="#top">Filter</a></div>
<div class="filter-freecell"><input class="input-search" type="text" placeholder="Information about this filter" /></div>
</div>
</div>
<div class="section-content">
<div class="section-row">
<table class="table-section">
<thead>
<tr>
<th class="sortable">Column 1</th>
<th class="sortable">Column 2</th>
<th class="sortable">Column 3</th>
<th class="sortable">Column 4</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag lightgray">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag orange">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
<tr>
<td><a href="#top">Link</a></td>
<td><span class="tag gray">Tag</span></td>
<td>Regular text</td>
<td><a href="#top" class="btn default">Button</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(
function()
{
createAllSnippets();
}
);
</script>
</body>
</html>