This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdefault.htm
575 lines (565 loc) · 38.4 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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Essential Studio for JavaScript 1 | Syncfusion UI Demos</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no" />
<meta name="description" content="Essential JavaScript 1 widgets are based on HTML5 and jQuery. It includes all UI controls like charts, grids, diagram, and more. | Syncfusion UI Demos" />
<meta name="author" content="Syncfusion" />
<link rel="shortcut icon" href="content/images/favicon.ico" />
<!-- Sample Browser related references-->
<link href="content/bootstrap.min.css" rel="stylesheet" />
<link href="content/ejthemes/ej.widgets.core.min.css" rel="stylesheet" />
<link href="content/ejthemes/bootstrap-theme/ej.web.all.min.css" rel="stylesheet" />
<link href="content/ejthemes/responsive-css/ej.responsive.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.5.1.min.js" type="text/javascript"> </script>
<!--<![endif]-->
<!--Localization references-->
<script src="scripts/path.js"></script>
<script src="scripts/jsrender.min.js" type="text/javascript"></script>
<script src="scripts/ej.web.all.min.js" type="text/javascript"></script>
<script src="scripts/properties.js" type="text/javascript"></script>
<!-- Sample Browser related references-->
<script src="scripts/otherProducts.js"></script>
<script src="scripts/default.js" type="text/javascript"></script>
<script src="scripts/sampleslist.js" type="text/javascript"></script>
<!--highlighter references-->
<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>
<script src="scripts/CodeMirror/clike.js" type="text/javascript"></script>
<script src="scripts/CodeMirror/show-hint.js" type="text/javascript"></script>
<script src="scripts/CodeMirror/sql.js" type="text/javascript"></script>
<script src="scripts/CodeMirror/sql-hint.js" type="text/javascript"></script>
<link href="scripts/CodeMirror/codemirror.min.css" rel="stylesheet" />
<link href="scripts/CodeMirror/show-hint.min.css" rel="stylesheet" />
<link href="content/default.css" rel="stylesheet" />
<script src="scripts/knockout.min.js"></script>
<script src="scripts/ej.widget.ko.min.js"></script>
<!--ZeroClipboard Reference-->
<script src="scripts/ZeroClipboard.js"></script>
<link href="content/default-responsive.css" rel="stylesheet" />
</head>
<body class="fixedlayout" style="visibility:hidden">
<div class="htmljssamplebrowser" id="htmljssamplebrowser" style="display: block !important">
<div id="ej2popup" class= "e-ej2popup">
<div class="e-popup-close">
<button id="popupclose" class="float-right ejbutton" 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="https://ej2.syncfusion.com/home/javascript.html?utm_source=ej1&utm_medium=banner&utm_campaign=migrate" class="anchorclass" target="_blank">
<button id="learnmore" class="float-right ejbutton" title="Essential JS 2" type="button">LEARN MORE</button>
</a>
</div>
</td>
</tr>
</table>
</div>
<div class="header activebg-color">
<div class="sbheader">
<div class="title">
<a title="Essential JS 1" href="default.htm" class="anchorclass site-title">
<h1 title="Essential JS 1" class="jslogo e-h1-tag">Essential JS 1</h1>
</a>
</div>
<div class="product-naviation hideIt">
<div class="selectedproduct activefont-color"><span class="desktop_pro"></span>Desktop</div>
<div class="not-selected"><span class="mobile_pro"></span>Mobile</div>
</div>
<div id="Res-prodnav" class="productlogo desktoplogo"></div>
<div style="float: right;">
<div class="ej2option">
<a href="https://ej2.syncfusion.com/home/javascript.html?utm_source=ej1&utm_medium=referral&utm_campaign=migrate" class="anchorclass" target="_blank">
<button id="ej2button" class="float-right ejbutton" title="Essential JS 2" type="button">ESSENTIAL JS 2</button>
</a>
</div>
<div class="ejthemestudio">
<a href="https://js.syncfusion.com/themestudio/" class="anchorclass" target="_blank">
<button id="themestudio" class="float-right ejbutton" title="Essential JS Theme Studio" type="button">JS THEME STUDIO</button>
</a>
</div>
<div class="wrapper-demo">
<a href="https://www.syncfusion.com/downloads/javascript" class="anchorclass" target="_blank">
<button id="buybutton" class="float-right ejbutton downbutton" title="Download" type="button"></button>
</a>
</div>
<div class="themegallery">
<ul id="themebutton" title="Theme Switcher"></ul>
<div id="sbtooltipbox">
<div class="sbtooltip"></div>
</div>
</div>
</div>
</div>
</div>
<div class="content-container-fluid">
<div class="row">
<div class="accordion-panel cols-fixed-sidebar slidinganimation">
<div class="search">
<input type="text" id="auto" class="autotext" /><span class='search-icon'></span>
</div>
<div id="dashboardheader">
<div id="sbdashboard" class="dashboardhead">
<span class="anchor">SHOWCASE SAMPLES</span>
</div>
</div>
<div id="scrollcontainer">
<div>
<div class="accordion" id="accordion2">
</div>
<script id="accordionGroupTmpl" type="text/x-jsrender">
<div class="SB-groupIt downArrow"><span>{{:#view.data}}</span><span class="SB-Arrow"></span></div>
<div class="SB-group {{RemoveWhiteSpace:#view.data}}"></div>
</script>
<script id="accordionTmpl" type="text/x-jsrender">
{{if (publish=="online" && online==true) || publish !="online"}}
<div id="{{>id}}" class="anchorclass mainlevel {{if isResponsive == 'false'}} irresponsive {{/if}}" hashbang="#!/flat/{{>hashbang}}/{{ensureURL:url}}">
<div class="dashboard">
<span class="anchor">{{>name}}</span>
{{if type}} <span class="samplestatus {{>type}}"></span>{{/if}}
</div>
</div>
{{/if}}
</script>
<div class="accordion samplesCollection" id="samplesDiv"></div>
<script type="text/x-jsrender" id="accordionTmplchild">
{{if (publish=="online" && online==true) || publish !="online"}}
<div id="{{>id}}" class="samples">
<div id="{{>id}}_back" class="firstlevelback dashboardhead">
<span class="arrowback"></span><span class="anchor sbheading">ALL CONTROLS</span>
</div>
<div id="{{>id}}_header" class="dashboardhead">
<span class="anchor sbheading">{{:name}}</span>
</div>
{{for samples ~pId=hashbang}}
{{if (childcount>0)}}
<div class="subsample-1 {{if isResponsive == 'false'}} irresponsive {{/if}}">
<div class="SB-groupIt downArrow"><span>{{Upperstring:name}}</span><span class="SB-Arrow"></span></div>
<div id="{{>id}}" width="200px">
{{for samples ~rId=~pId ~sId=url}}
{{if (publish=="online" && online==true) || publish !="online"}}
<div hashbang="#!/flat/{{ensureURL:~rId}}/{{ensureURL:~sId}}/{{ensureURL:url}}" class="subsamples SB-group SB-hashcollection {{if isResponsive == 'false'}} irresponsive {{/if}} secondlevelload anchorclass">
<div id="{{>id}}" class="dashboard" childcount="{{>childcount}}" querystring="{{>querystring}}">
<span class="anchor">{{>name}}</span>
{{if type}} <span class="samplestatus {{>type}}"></span>{{/if}}
</div>
</div>
{{/if}}
{{/for}}
</div>
</div>
{{else}}
<div class="anchorclass SB-hashcollection subsamples samples {{if isResponsive == 'false'}} irresponsive {{/if}}" hashbang="#!/flat/{{ensureURL:~pId}}/{{ensureURL:url}}">
<div id="{{>id}}" class="firstlevelload dashboard" childcount="{{>childcount}}" querystring="{{>querystring}}">
<span class="anchor">{{>name}}</span>
{{if type}} <span class="samplestatus {{>type}}"></span>{{/if}}
</div>
</div>
{{/if}}
{{/for}}
</div>
{{/if}}
</script>
<div id="subsamplesDiv" style="display: none">
</div>
</div>
</div>
</div>
<div class="control-panel scrollit">
<div class="row">
<div class="res_header">
<button id="slideMenu" class="slidemenuicon"></button>
<span class="producttitle">Showcase samples</span>
<div id="sampleheadingtext" style="display:none">
<div class="samplename sbsamplename">
<span id="controlname"></span>
<span id="sbtxt"></span>
<span id="navigation-btn">
<span id="cul_switch"><input type="text" id="culture_switcher"/></span>
<a id="newsamplewindow" class="nav_btn e-flat" title="New window" target="_blank"></a>
<button id="prev_btn" title = "Previous" class="nav_btn e-flat"></button>
<button id="next_btn" title = "Next" class="nav_btn e-flat"></button>
</span>
</div>
</div>
<ul id="res_themebutton" title="Theme switcher"></ul>
</div>
<div class="productpage showpage">
<div class="controlText-section">
<div id="javaScriptTab" class="controlSamples-section">
<ul class="featuredsamples">
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/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 e-tbtn e-active" href="dashboard/healthtracker/default.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=healthtracker">
</a>
</div>
<span class="qrcode"><span class="qrimage qrhealth"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/projecttracker/projecttracker.html" target="_blank">
<div class="imgstyle img8"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Project Tracker</a>
<p>Visualize and edit project schedule, and track project progress.</p>
</div>
<div class="samplebutton">
<a class="anchorclass e-tbtn e-active" href="dashboard/projecttracker/projecttracker.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=projecttracker">
</a>
</div>
<span class="qrcode"><span class="qrimage qrprojecttracker"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/diagrambuilder/default.html" target="_blank">
<div class="imgstyle img6"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Diagram Builder</a>
<p>Create flowcharts, workflows, and diagrams by using Diagram Builder.</p>
</div>
<div class="samplebutton">
<a class="anchorclass e-tbtn e-active" href="dashboard/diagrambuilder/default.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<span class="qrcode"><span class="qrimage qrdiagramBuilder"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/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 e-tbtn e-active" href="dashboard/expenseanalysis/default.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=expenseanalysis">
</a>
</div>
<span class="qrcode"><span class="qrimage qrexpense"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/salesAnalysis/salesAnalysis.html" target="_blank">
<div class="imgstyle img5"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Sales Analysis</a>
<p>Sales analysis app which uses Maps and Range Navigator controls .</p>
</div>
<div class="samplebutton">
<a class="anchorclass e-tbtn e-active" href="dashboard/salesAnalysis/salesAnalysis.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=salesanalysis">
<div><span class="e-icon codeimg"></span></div>
</a>
</div>
<span class="qrcode"><span class="qrimage qrsales"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/stockAnalysis/default.html" target="_blank">
<div class="imgstyle img2"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Stock Analysis</a>
<p>Analyze historical stock price and volume data using charts.</p>
</div>
<div class="samplebutton">
<a class="anchorclass e-tbtn e-active" href="dashboard/stockAnalysis/default.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=stockanalysis">
</a>
</div>
<span class="qrcode"><span class="qrimage qrstock"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/weather/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 e-tbtn e-active" href="dashboard/weather/default.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=weather">
</a>
</div>
<span class="qrcode"><span class="qrimage qrweather"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/airlinereservation/default.html" target="_blank">
<div class="imgstyle img7"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Airline Reservation</a>
<p>Search and book flight tickets along with selecting your seat.</p>
</div>
<div class="samplebutton">
<a class="anchorclass e-tbtn e-active" href="dashboard/airlinereservation/default.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=airlinereservation">
</a>
</div>
<span class="qrcode"><span class="qrimage qrairlineReservation"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/spreadsheettemplate/spreadsheettemplate.html" target="_blank">
<div class="imgstyle img9"></div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Spreadsheet</a>
<p>Excel like Spreadsheet.</p>
</div>
<div class="samplebutton">
<a class="anchorclass e-tbtn e-active" href="dashboard/spreadsheettemplate/spreadsheettemplate.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=spreadsheettemplate">
</a>
</div>
<span class="qrcode"><span class="qrimage qrspreadsheet"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/auditdemo_analytics/auditdemo.html" target="_blank">
<div class="imgstyle img10"> </div>
</a>
</div>
<div class="litext">
<a class="anchorclass aclass">Audit Showcase</a>
<p>This sample shows Audit risk is High or Low.</p>
</div>
<div class="samplebutton">
<a class="anchorclass e-tbtn e-active" href="dashboard/auditdemo_analytics/auditdemo.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=auditdemo_analytics">
</a>
</div>
<span class="qrcode"><span class="qrimage qraudit"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/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 e-tbtn e-active" href="dashboard/hospitalmanagement/default.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=hospitalmanagement">
</a>
</div>
<span class="qrcode"><span class="qrimage qrhospital"></span></span>
</li>
<li class="listsampleimage">
<div class="lisampleimage">
<a href="dashboard/webmail/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 e-tbtn e-active" href="dashboard/webmail/default.html" target="_blank">
<div><span class="e-view-sample">VIEW SAMPLE</span></div>
</a>
</div>
<div class="codebutton">
<a class="anchorclass e-tbtn e-active" target="_blank" href="dashboard/sourcecode.html?id=webmail">
</a>
</div>
<span class="qrcode"><span class="qrimage qrwebmail"></span></span>
</li>
</ul>
</div>
</div>
</div>
<div class="sample_wrapper" style="display: none;">
<div class="cols-iframe" style="display: none;">
<div>
<div id="samplefile" class="sample-container"></div>
</div>
</div>
</div>
<div id="sourceTab" class="cols-source" style="display: none">
<ul></ul>
</div>
<div class="control_ref hidepage">
<span class="ref_header">OTHER RESOURCES</span>
<div class="ref_options">
<a class="ref_buttons" target="_blank" id="ref_document">
Documentation
</a>
<a class="ref_buttons" target="_blank" id="ref_forums">
Forums
</a>
<a class="ref_buttons" target="_blank" id="ref_kb">
Knowledge base
</a>
<a class="ref_buttons" target="_blank" id="ref_support" href="https://www.syncfusion.com/Account/Login?ReturnUrl=%2fsupport%2fdirecttrac">
Support
</a>
</div>
</div>
<div id="sbloadingcontent" class="waiting"></div>
<div id="sbwaitingTemplate" class="sbloadingtemplate" style="display: none">
<span class="sbloadingtext">
Loading...
</span>
<span class="sbloadingimg"></span>
</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="https://www.syncfusion.com" target="_blank">
<div class="syncfusion-image">
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
window.heightval = window.innerHeight - ($(".header").outerHeight() + $("#footer").outerHeight() + $(".search").outerHeight());
$(function () {
//CodeView Tab in new Window
$("#showCaseTab").ejTab();
$("#sourceTab").on("click", '#EditWindow', function () {
if (!ej.isNullOrUndefined(window.sample))
window.open('//jsplayground.syncfusion.com/' + window.sample.liveediturl);
});
//Copy to clipboard behavior
$('#sourceTab').on("mouseover", '.copycode', function () {
var tabObj = $("#sourceTab").data("ejTab");
var selectedtab = tabObj.option("selectedItemIndex");
$("#copytextarea").val(window.htmlEditor[selectedtab].doc.getSelection());
});
});
(function ($) {
/*----------------------IE based userAgent code-------------------------*/
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement("style");
msViewportStyle.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}"));
document.getElementsByTagName("head")[0].appendChild(msViewportStyle);
}
})(jQuery);
</script>
<style>
#showCaseTab > ul {
list-style-type: none;
}
</style>
<div id="waiting_temp" style="display:none">
<div class="block">
<div class="txt">
<p>Switching Culture..</p>
</div>
</div>
</div>
</body>
</html>