Skip to content

Commit

Permalink
Add isChecked flag help to ui-list info
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Jan 12, 2020
1 parent 95516c0 commit 46d33cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 25 deletions.
21 changes: 0 additions & 21 deletions node-red-node-ui-list/CHANGELOG.md

This file was deleted.

3 changes: 2 additions & 1 deletion node-red-node-ui-list/locales/en-US/ui_list.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/x-red" data-help-name="ui_list">
<script type="text/html" data-help-name="ui_list">
<p>Node-RED widget node for displaying items list</p>

<h3>Inputs</h3>
Expand All @@ -11,6 +11,7 @@ <h3>Inputs</h3>
<li><b>menu</b> - list of menu items (optional),</li>
<li><b>icon</b> - URL of icon (optional),</li>
<li><b>icon_name</b> - font icon name (optional).</li>
<li><b>isChecked</b> - boolean, set the item checked or on (optional).</li>
</ul>
</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion node-red-node-ui-list/locales/ja/ui_list.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/x-red" data-help-name="ui_list">
<script type="text/html" data-help-name="ui_list">
<p>項目リスト表示Node-RED widgetノード</p>

<h3>入力</h3>
Expand Down
2 changes: 1 addition & 1 deletion node-red-node-ui-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-node-ui-list",
"version": "0.2.4",
"version": "0.2.5",
"description": "Node-RED Dashboard UI widget node for simple list",
"author": "Hiroyasu Nishiyama",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion node-red-node-ui-list/ui_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
-->

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

0 comments on commit 46d33cc

Please sign in to comment.