Skip to content

Commit 7ba4d8b

Browse files
committed
yFiles for HTML 3.0 demos
1 parent 7830f4d commit 7ba4d8b

File tree

4,627 files changed

+200656
-232378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,627 files changed

+200656
-232378
lines changed

demos/README.html

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="utf-8" />
55
<!-- ////////////////////////////////////////////////////////////////////////
66
// @license
7-
// This demo file is part of yFiles for HTML 2.6.
8-
// Copyright (c) 2000-2024 by yWorks GmbH, Vor dem Kreuzberg 28,
7+
// This demo file is part of yFiles for HTML.
8+
// Copyright (c) by yWorks GmbH, Vor dem Kreuzberg 28,
99
// 72070 Tuebingen, Germany. All rights reserved.
1010
//
1111
// yFiles demo files exhibit yFiles for HTML functionalities. Any redistribution
@@ -32,7 +32,7 @@
3232
////////////////////////////////////////////////////////////////////////-->
3333

3434
<title>yFiles for HTML Programming Samples and Tutorials </title>
35-
<link rel="stylesheet" href="../doc/readme-style.css" />
35+
<link rel="stylesheet" href="../doc/resources/readme-style.css" />
3636
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
3737

3838
<style>
@@ -72,15 +72,8 @@
7272
<script>
7373
window.isReadme = true
7474
</script>
75-
<script src="resources/filesystem-warning.js"></script>
7675
</head>
7776
<body>
78-
<div id="no-ie">
79-
<h2>Your browser does not support modern CSS</h2>
80-
<p>This page will be displayed incorrectly. We recommend using a more recent browser.</p>
81-
<p>Note that yFiles for HTML itself does not rely on these features.</p>
82-
</div>
83-
8477
<div id="header" class="hide-toggle-sidebar-button">Demo Applications</div>
8578
<main class="demo-browser-main">
8679
<div class="readme-sidebar demo-browser-sidebar">
@@ -107,7 +100,7 @@ <h2>Your browser does not support modern CSS</h2>
107100
<div class="content-wide">
108101
<div id="general-intro">
109102
<p class="first-paragraph">
110-
The <a href="https://www.yworks.com/products/yfiles-for-html">yFiles for HTML 2.6.0.4</a> demo applications are available in
103+
The <a href="https://www.yworks.com/products/yfiles-for-html">yFiles for HTML 3.0</a> demo applications are available in
111104
both JavaScript and TypeScript.
112105
<span class="js-only"
113106
>Show <a href="../demos-ts/README.html">TypeScript Demos</a>.</span
@@ -215,10 +208,10 @@ <h2>Your browser does not support modern CSS</h2>
215208
</p>
216209
</div>
217210
<div id="tutorial-basic-features-grid"></div>
218-
<div class="tutorial-header hidden" id="tutorial-node-style-implementation-header">
211+
<div class="tutorial-header hidden" id="tutorial-style-implementation-node-header">
219212
Tutorial: Node Style Implementation
220213
</div>
221-
<div id="tutorial-node-style-implementation" class="hidden">
214+
<div id="tutorial-style-implementation-node" class="hidden">
222215
<p>
223216
This tutorial is a step-by-step guide to customizing the visual representation of
224217
nodes. Moreover, it presents a visual representation of nodes that depends on the
@@ -233,11 +226,11 @@ <h2>Your browser does not support modern CSS</h2>
233226
code of the sample projects.
234227
</p>
235228
</div>
236-
<div id="tutorial-node-style-implementation-grid"></div>
237-
<div class="tutorial-header hidden" id="tutorial-label-style-implementation-header">
229+
<div id="tutorial-style-implementation-node-grid"></div>
230+
<div class="tutorial-header hidden" id="tutorial-style-implementation-label-header">
238231
Tutorial: Label Style Implementation
239232
</div>
240-
<div id="tutorial-label-style-implementation" class="hidden">
233+
<div id="tutorial-style-implementation-label" class="hidden">
241234
<p>
242235
This tutorial is a step-by-step guide to customizing the visual representation of
243236
labels. It shows the creation of custom styles for nodes, edges, labels, and ports.
@@ -254,11 +247,11 @@ <h2>Your browser does not support modern CSS</h2>
254247
code of the sample projects.
255248
</p>
256249
</div>
257-
<div id="tutorial-label-style-implementation-grid"></div>
258-
<div class="tutorial-header hidden" id="tutorial-edge-style-implementation-header">
250+
<div id="tutorial-style-implementation-label-grid"></div>
251+
<div class="tutorial-header hidden" id="tutorial-style-implementation-edge-header">
259252
Tutorial: Edge Style Implementation
260253
</div>
261-
<div id="tutorial-edge-style-implementation" class="hidden">
254+
<div id="tutorial-style-implementation-edge" class="hidden">
262255
<p>
263256
This tutorial is a step-by-step guide to customizing the visual representation of
264257
nodes. It shows the creation of custom styles for nodes, edges, labels, and ports.
@@ -275,11 +268,11 @@ <h2>Your browser does not support modern CSS</h2>
275268
code of the sample projects.
276269
</p>
277270
</div>
278-
<div id="tutorial-edge-style-implementation-grid"></div>
279-
<div class="tutorial-header hidden" id="tutorial-port-style-implementation-header">
271+
<div id="tutorial-style-implementation-edge-grid"></div>
272+
<div class="tutorial-header hidden" id="tutorial-style-implementation-port-header">
280273
Tutorial: Port Style Implementation
281274
</div>
282-
<div id="tutorial-port-style-implementation" class="hidden">
275+
<div id="tutorial-style-implementation-port" class="hidden">
283276
<p>
284277
This tutorial is a step-by-step guide to customizing the visual representation of
285278
nodes. It shows the creation of custom styles for nodes, edges, labels, and ports.
@@ -296,7 +289,7 @@ <h2>Your browser does not support modern CSS</h2>
296289
code of the sample projects.
297290
</p>
298291
</div>
299-
<div id="tutorial-port-style-implementation-grid"></div>
292+
<div id="tutorial-style-implementation-port-grid"></div>
300293
<div class="tutorial-header hidden" id="tutorial-graph-builder-header">
301294
Tutorial: Graph Builder
302295
</div>
@@ -356,6 +349,6 @@ <h5 class="accordion-title">
356349
</template>
357350
<script src="resources/readme-demo-data.js"></script>
358351
<script src="resources/readme-demo-support.js" async></script>
359-
<script src="../doc/readme-style.js"></script>
352+
<script src="../doc/resources/readme-style.js"></script>
360353
</body>
361354
</html>

0 commit comments

Comments
 (0)