FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
iClient-JavaScript/examples/component/examples-wechat.html at v12.0.0 · SuperMap/iClient-JavaScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SuperMap
/
iClient-JavaScript
Public
Notifications
You must be signed in to change notification settings
Fork
288
Star
908
Code
Issues
5
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
iClient-JavaScript
/
examples
/
component
/
examples-wechat.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
87 lines (86 loc) · 2.86 KB
Breadcrumbs
iClient-JavaScript
/
examples
/
component
/
examples-wechat.html
Copy path
File metadata and controls
87 lines (86 loc) · 2.86 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<!--********************************************************************
* Copyright© 2000 - 2025 SuperMap Software Co.Ltd. All rights reserved.
*********************************************************************-->
<!DOCTYPE html
>
<
html
>
<
head
>
<
meta
charset
="
utf-8
"
/>
<
meta
http-equiv
="
X-UA-Compatible
"
content
="
IE=edge
"
/>
<
title
data-i18n
="
resources.title_examplesComponent
"
>
</
title
>
<
link
rel
="
shortcut icon
"
type
="
image/x-icon
"
href
="
../img/favicon.ico
"
/>
<
meta
content
="
width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no
"
name
="
viewport
"
/>
<
script
type
="
text/javascript
"
include
="
jquery,bootstrap,template,admin-lte,jquery.scrollto,i18n,lazyload,theme
"
src
="
../js/include-web.js
"
>
</
script
>
<
link
rel
="
stylesheet
"
href
="
../css/common.css
"
/>
<
link
rel
="
stylesheet
"
href
="
../css/header.css
"
/>
<
link
rel
="
stylesheet
"
href
="
../css/sideBar.css
"
/>
<
link
rel
="
stylesheet
"
href
="
../css/examples.css
"
/>
<
script
type
="
text/javascript
"
src
="
../js/utils.js
"
>
</
script
>
<
style
>
/* 删除头部和侧边栏 */
header
{
display
:
none;
}
aside
{
display
:
none;
}
.
content-wrapper
{
margin
:
0
px
;
}
.
examples-container
{
margin-top
:
0
px
;
}
#
charts-list
{
padding
:
5
px
;
}
.
category
,
.
box
.
box-default
,
.
box-body
{
padding
:
0
;
}
.
box-header
{
padding
:
2
px
;
}
.
col-xs-6
{
padding
:
0
5
px
2
px
;
}
.
category-title
{
font-size
:
18
px
;
}
.
box-header
>
.
fa
,
.
box-header
>
.
glyphicon
,
.
box-header
>
.
ion
,
.
box-header
.
box-title
{
font-size
:
15
px
;
margin-left
:
-15
px
;
}
</
style
>
</
head
>
<
body
class
="
hold-transition skin-blue sidebar-mini
"
data-spy
="
scroll
"
data-target
="
#scrollSpy
"
>
<!-- ./wrapper -->
<
div
class
="
wrapper
"
>
</
div
>
<
script
>
$
(
'.wrapper'
)
.
load
(
'../template/example.html'
,
function
(
)
{
var
navigation
=
{
nav
:
{
title
:
'2025'
,
path
:
'../../web/'
,
isLocal
:
window
.
isLocal
}
}
;
utils
.
loadTemplate
(
'.icl-header'
,
'../template/header.html'
,
navigation
)
;
$body
=
$
(
'body'
)
;
$body
.
append
(
"<script type='text/javascript' src='./config.js'><\/script>"
)
;
$body
.
append
(
"<script type='text/javascript' src='../js/localization.js'><\/script>"
)
;
$body
.
append
(
"<script type='text/javascript' src='../js/common.js'><\/script>"
)
;
$body
.
append
(
"<script type='text/javascript' src='../js/sidebar.js'><\/script>"
)
;
$body
.
append
(
"<script type='text/javascript' src='../js/example.js'><\/script>"
)
;
$body
.
append
(
"<script type='text/javascript' src='../js/wechat.js'><\/script>"
)
;
}
)
;
</
script
>
<!-- ./wrapper end-->
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL