forked from Fr8org/Fr8Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DockyardSandbox.html
43 lines (35 loc) · 1.74 KB
/
DockyardSandbox.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="/Content/css/additionalcss/bootstrap30/css/bootstrap3.0.css" rel="stylesheet" />
<link href="/Content/css/backendcss/default.css" rel="stylesheet" />
<link href="/Content/css/additionalcss/select2/select2.css" rel="stylesheet" />
<link href="/Content/css/additionalcss/bootstrap30/css/bootstrap-datetimepicker.css" rel="stylesheet" />
<link href="/Content/css/additionalcss/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
<script src="/Content/js/jquery.js" type="text/javascript"></script>
<script src="/Content/js/select2.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="/Content/css/NegotiationWidgets.css" />
<script src="/Content/js/Kwasant/NegotiationWidgets.js" type="text/javascript"></script>
<script src="/Content/js/Kwasant/Popup.js"></script>
</head>
<body>
<!--@*Demo Only*@-->
<div class="col-md-12 col-sm-12"><pre><h2>FILE PICKER DEMO</h2></pre></div>
<div class="col-md-12 col-sm-12">
<file-picker field='field'></file-picker>
</div>
<div class="col-md-12 col-sm-12"><pre><h2>RADIO BUTTON GROUP DEMO</h2></pre></div>
<div class="col-md-12 col-sm-12">
<radio-button-group field='radioDemoField'></radio-button-group>
</div>
<div class="col-md-12 col-sm-12"><pre><h2>DROP DOWN LIST BOX DEMO</h2></pre></div>
<div class="col-md-12 col-sm-12">
<drop-down-list-box field='dropdownDemoField'></drop-down-list-box>
</div>
<div class="col-md-12 col-sm-12">
<configuration-field field='routingControlGroup'></configuration-field>
</div>
<!--@*END OF DEMO CODE*@-->
</body>
</html>