mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
fix: SEO-1 (#29)
This commit is contained in:
@@ -32,7 +32,7 @@ Use variations to create different types of buttons
|
||||
|
||||
The Button can be enabled and disabled using the Enabled input:
|
||||
|
||||
@include "../shared-props/inputs/_enabled.md"
|
||||
@include "../../shared-props/inputs/_enabled.md"
|
||||
|
||||
The Button node has a set of label properties that can be set:
|
||||
|
||||
@@ -83,13 +83,13 @@ The main output for the button is the Click <span className="ndl-signal">signal<
|
||||
|
||||
It also features a set of more in depth <span className="ndl-signal">signals</span>:
|
||||
|
||||
@include "../shared-props/outputs/_control-events.md"
|
||||
@include "../../shared-props/outputs/_control-events.md"
|
||||
|
||||
### States
|
||||
|
||||
Apart from triggering <span className="ndl-signal">signals</span> the Button node also notifies of its state through <span className="ndl-data">data</span> outputs:
|
||||
|
||||
@include "../shared-props/outputs/_control-states.md"
|
||||
@include "../../shared-props/outputs/_control-states.md"
|
||||
|
||||
### Visual
|
||||
|
||||
@@ -101,8 +101,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
||||
|
||||
<div className="hidden-props-for-editor">
|
||||
|
||||
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||
@include "../../shared-props/inputs/_visual-input-properties.md"
|
||||
|
||||
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||
@include "../../shared-props/outputs/_visual-output-properties.md"
|
||||
|
||||
</div>
|
||||
@@ -51,7 +51,7 @@ It can be enabled and disabled using the <span className="ndl-data">Enabled</spa
|
||||
|
||||
<div className="ndl-table-35-65">
|
||||
|
||||
@include "../shared-props/inputs/_enabled.md"
|
||||
@include "../../shared-props/inputs/_enabled.md"
|
||||
|
||||
</div>
|
||||
|
||||
@@ -124,7 +124,7 @@ It also features a set of <span className="ndl-signal">signals</span>:
|
||||
|
||||
<div className="ndl-table-35-65">
|
||||
|
||||
@include "../shared-props/outputs/_control-events.md"
|
||||
@include "../../shared-props/outputs/_control-events.md"
|
||||
|
||||
</div>
|
||||
|
||||
@@ -134,7 +134,7 @@ Apart from triggering <span className="ndl-signal">signals</span> the Checkbox n
|
||||
|
||||
<div className="ndl-table-35-65">
|
||||
|
||||
@include "../shared-props/outputs/_control-states.md"
|
||||
@include "../../shared-props/outputs/_control-states.md"
|
||||
|
||||
</div>
|
||||
|
||||
@@ -148,8 +148,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
||||
|
||||
<div className="hidden-props-for-editor">
|
||||
|
||||
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||
@include "../../shared-props/inputs/_visual-input-properties.md"
|
||||
|
||||
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||
@include "../../shared-props/outputs/_visual-output-properties.md"
|
||||
|
||||
</div>
|
||||
@@ -64,7 +64,7 @@ The mapping can be achieved through `Value: function (object) { return object.id
|
||||
|
||||
User interaction can be enabled and disabled:
|
||||
|
||||
@include "../shared-props/inputs/_enabled.md"
|
||||
@include "../../shared-props/inputs/_enabled.md"
|
||||
|
||||
### Visual
|
||||
|
||||
@@ -97,13 +97,13 @@ The main output is the following:
|
||||
|
||||
It also features a set of more in depth <span className="ndl-signal">signals</span>:
|
||||
|
||||
@include "../shared-props/outputs/_control-events.md"
|
||||
@include "../../shared-props/outputs/_control-events.md"
|
||||
|
||||
### States
|
||||
|
||||
Apart from triggering <span className="ndl-signal">signals</span> the Dropdown node also notifies of its state through <span className="ndl-data">data</span> outputs:
|
||||
|
||||
@include "../shared-props/outputs/_control-states.md"
|
||||
@include "../../shared-props/outputs/_control-states.md"
|
||||
|
||||
### Visual
|
||||
|
||||
@@ -115,8 +115,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
||||
|
||||
<div className="hidden-props-for-editor">
|
||||
|
||||
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||
@include "../../shared-props/inputs/_visual-input-properties.md"
|
||||
|
||||
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||
@include "../../shared-props/outputs/_visual-output-properties.md"
|
||||
|
||||
</div>
|
||||
@@ -34,7 +34,7 @@ The output of the <span className="ndl-node">Radio Button Group</span> node is t
|
||||
|
||||
It can be enabled and disabled using the <span className="ndl-data">Enabled</span> input:
|
||||
|
||||
@include "../shared-props/inputs/_enabled.md"
|
||||
@include "../../shared-props/inputs/_enabled.md"
|
||||
|
||||
### Visual
|
||||
|
||||
@@ -71,8 +71,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
||||
|
||||
<div className="hidden-props-for-editor">
|
||||
|
||||
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||
@include "../../shared-props/inputs/_visual-input-properties.md"
|
||||
|
||||
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||
@include "../../shared-props/outputs/_visual-output-properties.md"
|
||||
|
||||
</div>
|
||||
@@ -45,7 +45,7 @@ The main input of the Radio Button node is the <span className="ndl-data">Value<
|
||||
|
||||
It can be enabled and disabled using the <span className="ndl-data">Enabled</span> input:
|
||||
|
||||
@include "../shared-props/inputs/_enabled.md"
|
||||
@include "../../shared-props/inputs/_enabled.md"
|
||||
|
||||
The Checkbox node has a set of label properties that can be set:
|
||||
|
||||
@@ -94,13 +94,13 @@ The main output of the Radio Button node is the <span className="ndl-data">Check
|
||||
|
||||
It also features a set of <span className="ndl-signal">signals</span>:
|
||||
|
||||
@include "../shared-props/outputs/_control-events.md"
|
||||
@include "../../shared-props/outputs/_control-events.md"
|
||||
|
||||
### States
|
||||
|
||||
Apart from triggering <span className="ndl-signal">signals</span> the Checkbox node also notifies of its state through <span className="ndl-data">data</span> outputs:
|
||||
|
||||
@include "../shared-props/outputs/_control-states.md"
|
||||
@include "../../shared-props/outputs/_control-states.md"
|
||||
|
||||
This node supports the following [Visual Output Properties](/nodes/shared-props/outputs/visual-output-properties/):
|
||||
|
||||
@@ -110,8 +110,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
||||
|
||||
<div className="hidden-props-for-editor">
|
||||
|
||||
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||
@include "../../shared-props/inputs/_visual-input-properties.md"
|
||||
|
||||
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||
@include "../../shared-props/outputs/_visual-output-properties.md"
|
||||
|
||||
</div>
|
||||
@@ -37,7 +37,7 @@ The <span className="ndl-node">Slider</span> node allows you to set a <span clas
|
||||
|
||||
It can be enabled and disabled using the <span className="ndl-data">Enabled</span> input:
|
||||
|
||||
@include "../shared-props/inputs/_enabled.md"
|
||||
@include "../../shared-props/inputs/_enabled.md"
|
||||
|
||||
### Thumb and track
|
||||
|
||||
@@ -64,13 +64,13 @@ This node supports the following [Visual Input Properties](/nodes/shared-props/i
|
||||
| <span className="ndl-data">Value</span> | The current selected numeric value of the range control. |
|
||||
| <span className="ndl-data">Value Percent</span> | The current selected numeric value of the range control adjusted to be between `0` and `100`, so the value of the range control in `%`. |
|
||||
|
||||
@include "../shared-props/outputs/_control-events.md"
|
||||
@include "../../shared-props/outputs/_control-events.md"
|
||||
|
||||
### States
|
||||
|
||||
The Slider
|
||||
|
||||
@include "../shared-props/outputs/_control-states.md"
|
||||
@include "../../shared-props/outputs/_control-states.md"
|
||||
|
||||
### Visual
|
||||
|
||||
@@ -82,8 +82,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
||||
|
||||
<div className="hidden-props-for-editor">
|
||||
|
||||
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||
@include "../../shared-props/inputs/_visual-input-properties.md"
|
||||
|
||||
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||
@include "../../shared-props/outputs/_visual-output-properties.md"
|
||||
|
||||
</div>
|
||||
@@ -81,13 +81,13 @@ This node supports the following [Visual Input Properties](/nodes/shared-props/i
|
||||
|
||||
It also features the standard set of UI control <span className="ndl-signal">signals</span>:
|
||||
|
||||
@include "../shared-props/outputs/_control-events.md"
|
||||
@include "../../shared-props/outputs/_control-events.md"
|
||||
|
||||
### States
|
||||
|
||||
Apart from triggering <span className="ndl-signal">signals</span> the Checkbox node also notifies of its state through <span className="ndl-data">data</span> outputs:
|
||||
|
||||
@include "../shared-props/outputs/_control-states.md"
|
||||
@include "../../shared-props/outputs/_control-states.md"
|
||||
|
||||
### Visual
|
||||
|
||||
@@ -99,8 +99,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
||||
|
||||
<div className="hidden-props-for-editor">
|
||||
|
||||
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||
@include "../../shared-props/inputs/_visual-input-properties.md"
|
||||
|
||||
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||
@include "../../shared-props/outputs/_visual-output-properties.md"
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user