Skip to content

Commit eeea3aa

Browse files
committed
yFiles for HTML 2.1.0.6 demos
1 parent 546ef0f commit eeea3aa

File tree

196 files changed

+1406
-1540
lines changed

Some content is hidden

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

196 files changed

+1406
-1540
lines changed

demos/01-tutorial-getting-started/01-graphcomponent/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
<div style="width:20%; height: 100%; float:left;" class="descriptionPanel">
6666
<h3>How to create a basic view.</h3>
6767

68-
<p>This step introduces class <a href="https://docs.yworks.com/yfileshtml/#/api/yfiles.view.GraphComponent">yfiles.view.GraphComponent</a>, which is the
69-
<a href="https://docs.yworks.com/yfileshtml/#/dguide/getting_started-application">
68+
<p>This step introduces class <a href="https://docs.yworks.com/yfileshtml/#/api/yfiles.view.GraphComponent" target="_blank">yfiles.view.GraphComponent</a>, which is the
69+
<a href="https://docs.yworks.com/yfileshtml/#/dguide/getting_started-application" target="_blank">
7070
central UI element for working with graphs</a>. The application
7171
does not provide any interactive features except mouse wheel zooming, which is enabled by default. It is merely
7272
meant as a very basic example of how to display a GraphComponent within a web page.</p>

demos/01-tutorial-getting-started/02-graph-element-creation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>Tutorial Demo 2</h2>
5252

5353
<h3>How to create a graph programmatically.</h3>
5454

55-
<p>This step shows how to <a href="https://docs.yworks.com/yfileshtml/#/dguide/getting_started-creating_graph_elements">create the basic graph elements</a>.</p>
55+
<p>This step shows how to <a href="https://docs.yworks.com/yfileshtml/#/dguide/getting_started-creating_graph_elements" target="_blank">create the basic graph elements</a>.</p>
5656

5757
<p>See the sources for details.</p>
5858
</div>

demos/01-tutorial-getting-started/03-managing-viewport/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>Tutorial Demo 3</h2>
5353

5454
<h3>How to influence the viewport.</h3>
5555

56-
<p>This step shows how to <a href="https://docs.yworks.com/yfileshtml/#/dguide/view_graphcontrol_managing-the-view">work with the viewport</a>.
56+
<p>This step shows how to <a href="https://docs.yworks.com/yfileshtml/#/dguide/view_graphcontrol_managing-the-view" target="_blank">work with the viewport</a>.
5757
It introduces basic viewport handling such as zooming and "fit to content".</p>
5858
<p>The graph consists of four nodes, from which only three belong to the viewport and thus, are visible. Press
5959
"fit to content" to include also the fourth node to the viewport.</p>

demos/01-tutorial-getting-started/04-setting-styles/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>Tutorial Demo 4</h2>
5353

5454
<h3>How to influence visual appearance.</h3>
5555

56-
<p>This step shows how to <a href="https://docs.yworks.com/yfileshtml/#/dguide/getting_started-setting_styles">
56+
<p>This step shows how to <a href="https://docs.yworks.com/yfileshtml/#/dguide/getting_started-setting_styles" target="_blank">
5757
configure the visual appearance of graph elements</a> using styles.</p>
5858

5959
<p>yFiles for HTML offers a set of predefined and configurable item styles for various use-cases. The tutorial <a

demos/01-tutorial-getting-started/05-label-placement/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>Tutorial Demo 5</h2>
5353

5454
<h3>How to influence the placement of labels.</h3>
5555

56-
<p>This step shows how to <a href="https://docs.yworks.com/yfileshtml/#/dguide/getting_started-placing_labels">
56+
<p>This step shows how to <a href="https://docs.yworks.com/yfileshtml/#/dguide/getting_started-placing_labels" target="_blank">
5757
control label placement</a> with the help of so called label model parameters.</p>
5858

5959
<p>See the sources for details.</p>

demos/01-tutorial-getting-started/06-basic-interaction/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ <h2>Tutorial Demo 6</h2>
5353

5454
<h3>How to add basic interaction.</h3>
5555

56-
<p>This step shows the <a href="https://docs.yworks.com/yfileshtml/#/dguide/interaction">default interaction gestures</a>
56+
<p>This step shows the <a href="https://docs.yworks.com/yfileshtml/#/dguide/interaction" target="_blank">default interaction gestures</a>
5757
that are provided by class GraphEditorInputMode.</p>
58-
<p>Interaction is handled by <a href="https://docs.yworks.com/yfileshtml/#/api/yfiles.input.IInputMode">yfiles.input.IInputMode</a>.
59-
<a href="https://docs.yworks.com/yfileshtml/#/api/yfiles.input.GraphEditorInputMode">yfiles.input.GraphEditorInputMode</a> is the main input mode that already provides a large number of user interaction features,
58+
<p>Interaction is handled by <a href="https://docs.yworks.com/yfileshtml/#/api/yfiles.input.IInputMode" target="_blank">yfiles.input.IInputMode</a>.
59+
<a href="https://docs.yworks.com/yfileshtml/#/api/yfiles.input.GraphEditorInputMode" target="_blank">yfiles.input.GraphEditorInputMode</a> is the main input mode that already provides a large number of user interaction features,
6060
such as moving, deleting, creating, and resizing graph elements.</p>
6161
<ul>
6262
<li>Click a single element with the mouse to select it. SHIFT-Click the text to select the element's label. To select multiple elements, either extend an existing selection

demos/01-tutorial-getting-started/07-undo-clipboard-support/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>Tutorial Demo 7</h2>
5353

5454
<h3>How to activate clipboard and undoability.</h3>
5555

56-
<p>This step shows how to use the <a href="https://docs.yworks.com/yfileshtml/#/dguide/interaction-undo">
56+
<p>This step shows how to use the <a href="https://docs.yworks.com/yfileshtml/#/dguide/interaction-undo" target="_blank">
5757
undo and clipboard</a> features.</p>
5858

5959
<p>See the sources for details.</p>

demos/01-tutorial-getting-started/08-grouping/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ <h2>Tutorial Demo 8</h2>
5353

5454
<h3>Enabling and using the grouping feature.</h3>
5555

56-
<p>This step shows how to configure <a href="https://docs.yworks.com/yfileshtml/#/dguide/interaction-grouping">
56+
<p>This step shows how to configure <a href="https://docs.yworks.com/yfileshtml/#/dguide/interaction-grouping" target="_blank">
5757
support for grouped (or hierarchically organized) graphs</a>. Note that collapse/expand functionality is
5858
introduced later in this tutorial.</p>
5959

60-
<p><a href="https://docs.yworks.com/yfileshtml/#/api/yfiles.input.GraphEditorInputMode">yfiles.input.GraphEditorInputMode</a> already provides the following default gestures for grouping/ungrouping:</p>
60+
<p><a href="https://docs.yworks.com/yfileshtml/#/api/yfiles.input.GraphEditorInputMode" target="_blank">yfiles.input.GraphEditorInputMode</a> already provides the following default gestures for grouping/ungrouping:</p>
6161
<ul>
6262
<li>Press CTRL+G to group the currently selected nodes.</li>
6363
<li>Press CTRL+U to ungroup the currently selected nodes. Note that this does not automatically shrink the

demos/01-tutorial-getting-started/09-data-binding/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>Tutorial Demo 10</h2>
5353

5454
<h3>How to bind arbitrary data to elements.</h3>
5555

56-
<p>This step shows how to <a href="https://docs.yworks.com/yfileshtml/#/dguide/customizing_graph-binding_data">
56+
<p>This step shows how to <a href="https://docs.yworks.com/yfileshtml/#/dguide/customizing_graph-binding_data" target="_blank">
5757
bind data to graph elements</a>.</p>
5858

5959
<p>See the sources and node tooltips for details.</p>

demos/01-tutorial-getting-started/10-layout/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ <h1 class="demo-sidebar-header">Description</h1>
5151
<div class="demo-sidebar-content">
5252
<h2>Tutorial Demo 11</h2>
5353

54-
<p>This step shows how to use the <a href="https://docs.yworks.com/yfileshtml/#/dguide/getting_started-layout">
54+
<p>This step shows how to use the <a href="https://docs.yworks.com/yfileshtml/#/dguide/getting_started-layout" target="_blank">
5555
layout algorithms</a> in yFiles for HTML to automatically place the graph elements.</p>
5656
<p>Automatic layout is one of the main features of the yFiles products. The layout library provides
5757
a large set of ready-to-use, highly customizable algorithms for most scenarios. The purpose of
5858
this sample is to demonstrate how to run an arbitrary layout algorithm. For an overview of the available
59-
layout styles, please see <a href="../../../demos/layout/layoutstyles/index.html">Layout Styles Demo</a>.</p>
59+
layout styles, please see <a href="../../../demos/layout/layoutstyles/index.html" target="_blank">Layout Styles Demo</a>.</p>
6060

6161
<ul>
6262
<li>Click the 'Layout' button in the toolbar to run an automatic layout.</li>

0 commit comments

Comments
 (0)