This commit is contained in:
STEINNI
2026-03-10 20:46:08 +00:00
13 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesTest1.html",
"nodesFile": "./nodesLib/nodesTest1.html",
"flow": {
"nodes":[
{ "nodeType": "inc",

View File

@@ -1,5 +1,5 @@
{
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesTest1.html",
"nodesFile": "./nodesLib/nodesTest1.html",
"flow": {
"nodes":[
{ "nodeType": "inc",

View File

@@ -1,5 +1,5 @@
{
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodes16ports.html",
"nodesFile": "./nodesLib/nodes16ports.html",
"flow": {
"nodes": [
{

View File

@@ -1,5 +1,5 @@
{
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesTest2.html",
"nodesFile": "./nodesLib/nodesTest2.html",
"flow": {
"nodes":[
{ "nodeType": "process",

View File

@@ -1,5 +1,5 @@
{
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesEIC.html",
"nodesFile": "./nodesLib/nodesEIC.html",
"flow": {
"nodes":[
{ "nodeType": "eicBasic",

View File

@@ -1,5 +1,5 @@
{
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesEIC.html",
"nodesFile": "./nodesLib/nodesEIC.html",
"flow": {
"nodes":[
{ "nodeType": "eicBasic",

View File

@@ -1,5 +1,5 @@
{
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesEIC2.html",
"nodesFile": "./nodesLib/nodesEIC2.html",
"flow": {
"nodes":[
{ "nodeType": "eicBasic",

View File

@@ -76,7 +76,7 @@
</head>
<body>
<bz-graflow class="compunet" flow="/buildoz/graflow_examples/flows/testFlow1.1.json" tension="60" isolated>
<bz-graflow class="compunet" flow="./flows/testFlow1.1.json" tension="60" isolated>
<div class="demooptions"> <!-- just for demo purposes -->
<button data-trigger="onAutoplace1H">Auto-place Horizontal</button>
<button data-trigger="onAutoplace1V">Auto-place Vertical</button>

View File

@@ -76,7 +76,7 @@
</head>
<body>
<bz-graflow class="organi" flow="/buildoz/graflow_examples/flows/testFlow2.json" tension="60" isolated>
<bz-graflow class="organi" flow="./flows/testFlow2.json" tension="60" isolated>
<div class="demooptions">
<button data-trigger="onAutoplace3H">Auto-place Horizontal</button>
<button data-trigger="onAutoplace3V">Auto-place Vertical</button>

View File

@@ -79,7 +79,7 @@
</head>
<body>
<bz-graflow class="icmp" flow="/buildoz/graflow_examples/flows/testFlowICMP2.json" tension="20" align="first" wiretype="ortho" gapx="100" gapy="30">
<bz-graflow class="icmp" flow="./flows/testFlowICMP2.json" tension="20" align="first" wiretype="ortho" gapx="100" gapy="30">
<div class="demooptions"> <!-- just for demo purposes -->
<button data-trigger="onAutoplace4H">Auto-place Horizontal</button>
<button data-trigger="onAutoplace4V">Auto-place Vertical</button>

View File

@@ -94,7 +94,7 @@
<body>
<div class="container" style="padding:0;"">
<bz-graflow class="icmp" flow="/buildoz/graflow_examples/flows/testFlowICMP.json" tension="60">
<bz-graflow class="icmp" flow="./flows/testFlowICMP.json" tension="60">
<div class="demooptions">
<button data-trigger="onAutoplace4H">Auto-place Horizontal</button>
<button data-trigger="onAutoplace4V">Auto-place Vertical</button>

View File

@@ -76,7 +76,7 @@
</head>
<body>
<bz-graflow class="compunet" flow="/buildoz/graflow_examples/flows/testFlow1.json" tension="60" isolated edit="nodesmove,wires,dropnodes" >
<bz-graflow class="compunet" flow="./flows/testFlow1.json" tension="60" isolated edit="nodesmove,wires,dropnodes" >
<div class="demooptions"> <!-- just for demo purposes -->
<button data-trigger="onAutoplace1H">Auto-place Horizontal</button>
<button data-trigger="onAutoplace1V">Auto-place Vertical</button>

View File

@@ -79,7 +79,7 @@
</head>
<body>
<bz-graflow class="compunet" flow="/buildoz/graflow_examples/flows/testFlow16ports.json" tension="60" isolated edit="nodesmove" >
<bz-graflow class="compunet" flow="./flows/testFlow16ports.json" tension="60" isolated edit="nodesmove" >
<div class="demooptions"> <!-- just for demo purposes -->
<button data-trigger="onAutoplace1H">Auto-place Horizontal</button>
<button data-trigger="onAutoplace1V">Auto-place Vertical</button>