This repository was archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.htm
413 lines (397 loc) · 15.9 KB
/
default.htm
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Essential JS 1 for TypeScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no" />
<meta name="description" content="Essential JS 1 for TypeScript package provides the default type definition file ej.web.all.d.ts to include the support for type-checking while initializing any of the Syncfusion widgets." />
<meta name="author" content="Syncfusion" />
<link rel="canonical" href="https://tsjq.syncfusion.com" />
<link href="content/images/favicon.ico" rel="shortcut icon" />
<!-- Sample Browser related references-->
<link href="content/bootstrap.min.css" rel="stylesheet" />
<link href="content/ejthemes/bootstrap-theme/ej.web.all.min.css" rel="stylesheet" />
<link href="content/default.css" rel="stylesheet" />
<link href="content/ejthemes/ribbon-css/ej.icons.css" rel="stylesheet" />
<!--Dependency files references-->
<!--[if lt IE 9]>
<script src="scripts/jquery-1.11.3.min.js" type="text/javascript" ></script>
<![endif]-->
<!--[if IE 9]><!-->
<script src="scripts/jquery-3.4.1.min.js" type="text/javascript"> </script>
<!--<![endif]-->
<script src="scripts/jsrender.min.js" type="text/javascript"></script>
<script src="scripts/jquery.validate.min.js"></script>
<script src="scripts/common/jsondata.min.js" type="text/javascript"></script>
<script src="scripts/common/xljsondata.min.js" type="text/javascript"></script>
<script src="scripts/jsonkanbandata.js"></script>
<script src="scripts/jsonganttdata.js"></script>
<script src="scripts/jsonscheduledata.js"></script>
<script src="scripts/ej.web.all.min.js" type="text/javascript"></script>
<!-- Sample Browser related references-->
<script src="scripts/Service.config.js"></script>
<script src="scripts/default.js" type="text/javascript"></script>
<script src="scripts/sampleslist.js" type="text/javascript"></script>
<!--highlighter references-->
<link href="scripts/CodeMirror/codemirror.min.css" rel="stylesheet" />
<script src="scripts/CodeMirror/codemirror.js" type="text/javascript"></script>
<script src="scripts/CodeMirror/javascript.js" type="text/javascript"></script>
<script src="scripts/CodeMirror/css.js" type="text/javascript"></script>
<script src="scripts/CodeMirror/xml.js" type="text/javascript"></script>
<script src="scripts/CodeMirror/htmlmixed.js" type="text/javascript"></script>
</head>
<body style="overflow:auto">
<div id="ej2popup" class="e-ej2popup">
<div class="e-popup-close">
<button id="popupclose" type="button"></button>
</div>
<table class="e-popup-table">
<tr>
<td class="e-popup-td">
<div class="e-popup-content">
<table class="e-content-table">
<tr>
<td class="e-content-td1">
<div class="e-popup-first">Take a look at our next generation</div>
</td>
<td class="e-content-td2">
<div class="e-popup-second">JavaScript Library</div>
</td>
</tr>
</table>
</div>
</td>
<td class="e-popup-td">
<div class="e-popup-more">
<a href="http://ej2.syncfusion.com/home/index.html?utm_source=ej1&utm_medium=banner&utm_campaign=migrate" class="anchorclass" target="_blank">
<button id="learnmore" title="Essential JS 2" type="button">LEARN MORE</button>
</a>
</div>
</td>
</tr>
</table>
</div>
<div class="header activebg-color">
<div class="sbheader">
<h1 class="title">
<a title="Essential JS 1 for TypeScript">
<div class="tslogo">
</div>
</a>
</h1>
<div style="float: right;">
<div class="ej2option">
<a href="http://ej2.syncfusion.com/home/index.html?utm_source=ej1&utm_medium=referral&utm_campaign=migrate" class="anchorclass" target="_blank">
<button id="ej2button" title="Essential JS 2" type="button" style="float: left;">ESSENTIAL JS 2</button>
</a>
</div>
<div class="tsthemegallery" style="float: right;">
<ul id="themebutton" title="Theme Switcher"></ul>
<div id="sbtooltipbox">
<div class="sbtooltip"></div>
</div>
</div>
</div>
</div>
</div>
<div>
<div id="toolbarmainsample">
<ul></ul>
</div>
<div id="toolbarsubsample">
<ul></ul>
</div>
<div id="showcasesample" class="controlSamples-section" style="display:none">
<ul class="featuredsamples">
<li class="listsampleimage">
<div class="lisampleimage">
<a href="showcase/healthtracker/default.html" target="_blank">
<div class="imgstyle img1"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Health Tracker</a>
<p>
Visualize food intake and calories burnt using gauges, charts and grids.
</p>
</div>
<div class="samplebutton">
<a class="anchorclass" href="showcase/healthtracker/default.html" target="_blank">
<div><span>VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass" target="_blank" href="showcase/sourcecode.html?id=healthtracker">
</a>
</div>
<span class="qrcode"><span class="qrimage qrhealth"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="showcase/expenseanalysis/default.html" target="_blank">
<div class="imgstyle img4"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Expense Analysis</a>
<p>Categorize and analyze expenses to understand how money was spent.</p>
</div>
<div class="samplebutton">
<a class="anchorclass" href="showcase/expenseanalysis/default.html" target="_blank">
<div><span>VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass" target="_blank" href="showcase/sourcecode.html?id=expenseanalysis">
</a>
</div>
<span class="qrcode"><span class="qrimage qrexpense"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="showcase/weatheranalysis/default.html" target="_blank">
<div class="imgstyle img3"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Weather Analysis</a>
<p>Analyze historical weather data using charts and grids.</p>
</div>
<div class="samplebutton">
<a class="anchorclass" href="showcase/weatheranalysis/default.html" target="_blank">
<div><span>VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass" target="_blank" href="showcase/sourcecode.html?id=weatheranalysis">
</a>
</div>
<span class="qrcode"><span class="qrimage qrweather"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="showcase/hospitalmanagement/default.html" target="_blank">
<div class="imgstyle img12"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Appointment Planner</a>
<p>
Find the doctor availability and books appointment.
</p>
</div>
<div class="samplebutton">
<a class="anchorclass" href="showcase/hospitalmanagement/default.html" target="_blank">
<div><span>VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass" target="_blank" href="showcase/sourcecode.html?id=hospitalmanagement"></a>
</div>
<span class="qrcode"><span class="qrimage qrhospital"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="showcase/outlook/default.html" target="_blank">
<div class="imgstyle img14"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Webmail</a>
<p>
Outlook-like user interface with Office 365 theme.
</p>
</div>
<div class="samplebutton">
<a class="anchorclass" href="showcase/outlook/default.html" target="_blank">
<div><span>VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass" target="_blank" href="showcase/sourcecode.html?id=outlook"></a>
</div>
<span class="qrcode"><span class="qrimage qrwebmail"></span></span>
</li>
</ul>
</div>
<div id="typescript">
<div id="text" class="textbcolor"></div>
<div class="content-container-fluid">
<div class="row">
<div class="cols">
</div>
</div>
</div>
</div>
<div id="sourceText" class="textbcolor" style="display:block">Code Preview</div>
<div id="sourceTab">
<ul>
<li><a href="#htmlsource">HTML</a></li>
<li><a href="#tssource">TS</a></li>
<li><a href="#jssource">JS</a></li>
</ul>
<div id="htmlsource">
<div class="tab_content">
</div>
</div>
<div id="tssource">
<div class="tab_content">
</div>
</div>
<div id="jssource">
<div class="tab_content">
</div>
</div>
</div>
<div id="footer">
<div class="bottom-links">
<div class="left">
<div class="sync-text">
Copyright © 2001-2022 Syncfusion Inc.
</div>
</div>
<div class="right">
<a href="//www.syncfusion.com" target="_blank">
<div class="syncfusion-image"></div>
</a>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(function () {
$("#sourceTab").ejTab({ selectedItemIndex: 0 });
$(".codebutton .anchorclass").ejButton({ contentType: "imageOnly", prefixIcon: "e-icon codeimg", showRoundedCorner: false });
$(".samplebutton .anchorclass").ejButton({ showRoundedCorner: false });
});
</script>
<style>
#text,#sourceText {
font-size: 20px;
padding: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.textbcolor{
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),color-stop(100%,#e0e0e0));
}
.azuredark,.limedark,.gradientazuredark,.saffrondark,.gradientlimedark,.gradientsaffrondark,.high-contrast-01dark,.high-contrast-02dark {
color:white;
}
#typescript {
width: 96%;
margin: 2%;
}
#sourceTab {
margin-left: 2%;
margin-right: 2%;
margin-bottom: 2%;
}
#sourceText {
margin-left: 2%;
margin-right: 2%;
}
.tshead {
display: inline-block;
width: 177px;
margin-top: 15px;
margin-left: 5px;
font-size: 20px;
}
.title {
width: 177px;
height: 33px;
margin-top: 0px;
float: left;
}
.viewsample {
border: 1px solid;
background: #fcfcfc;
border-color: #cecece;
}
.samplebutton {
color: #000 !important;
font-size: 13px;
font-weight: 600;
height: 25px;
line-height: 25px;
margin-top: -43px;
border-color: #cecece;
}
.codebutton > a {
color: #fff;
text-decoration: none;
}
.anchorclass {
cursor: pointer;
}
.tslogo {
background-image: url("content/images/Typescript.png");
background-repeat:no-repeat;
width: 356px;
height: 40px;
float: left;
}
.tsdiv {
margin-top: 7px;
margin-left: 182px;
}
.pcontent {
color: #66c2ff;
font-size: 22px;
letter-spacing: 0.3px;
}
.tsthemegallery {
float: right;
margin-top: -4px;
margin-right: 4px;
width: 58px;
}
@media (max-width: 981px) {
#themebutton .e-icon {
width: 50px;
height: 54px;
}
.e-custom-tstheme {
margin-top: 3px;
float: right;
margin-right: -2px;
}
}
.e-btn.e-btn-normal, .e-tbtn.e-btn-normal{
height:34px;
}
#toolbarmainsample.e-toolbar.e-toolbarspan{
padding-left:0px;
padding-right:0px;
}
#toolbarmainsample.e-toolbar>ul>li{
margin-right:1px;
padding:4px;
}
#toolbarmainsample.e-toolbar>.e-horizontal.e-ul{
margin-top:0px;
margin-button:0px;
}
#toolbarsubsample.e-toolbar>.e-horizontal.e-ul{
margin-top:0px;
margin-button:0px;
}
#toolbarsubsample.e-toolbar>ul>li{
margin-right:1px;
padding:4px;
}
#toolbarsubsample.e-toolbar.e-toolbarspan{
padding-left:0px;
padding-right:0px;
}
.materialActiveBtn{
background:#ff4081 !important;
color:white !important;
}
.office365ActiveBtn{
background:#0078d7 !important;
color:white !important;
}
</style>
</body>
</html>