Skip to content

Commit 46d33cc

Browse files
author
Dave Conway-Jones
committed
Add isChecked flag help to ui-list info
1 parent 95516c0 commit 46d33cc

File tree

5 files changed

+5
-25
lines changed

5 files changed

+5
-25
lines changed

node-red-node-ui-list/CHANGELOG.md

-21
This file was deleted.

node-red-node-ui-list/locales/en-US/ui_list.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script type="text/x-red" data-help-name="ui_list">
1+
<script type="text/html" data-help-name="ui_list">
22
<p>Node-RED widget node for displaying items list</p>
33

44
<h3>Inputs</h3>
@@ -11,6 +11,7 @@ <h3>Inputs</h3>
1111
<li><b>menu</b> - list of menu items (optional),</li>
1212
<li><b>icon</b> - URL of icon (optional),</li>
1313
<li><b>icon_name</b> - font icon name (optional).</li>
14+
<li><b>isChecked</b> - boolean, set the item checked or on (optional).</li>
1415
</ul>
1516
</dd>
1617
</dl>

node-red-node-ui-list/locales/ja/ui_list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script type="text/x-red" data-help-name="ui_list">
1+
<script type="text/html" data-help-name="ui_list">
22
<p>項目リスト表示Node-RED widgetノード</p>
33

44
<h3>入力</h3>

node-red-node-ui-list/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-ui-list",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Node-RED Dashboard UI widget node for simple list",
55
"author": "Hiroyasu Nishiyama",
66
"contributors": [

node-red-node-ui-list/ui_list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
-->
1616

17-
<script type="text/x-red" data-template-name="ui_list"> <!-- type MUST start with ui_ -->
17+
<script type="text/html" data-template-name="ui_list"> <!-- type MUST start with ui_ -->
1818
<!-- common input elements for dashboard widget -->
1919
<div class="form-row" id="template-row-group">
2020
<label for="node-input-group"><i class="fa fa-table"></i> <span data-i18n="ui_list.label.group"></span></label>

0 commit comments

Comments
 (0)