node-red-contrib-uibuilder
Version:
Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.
18 lines (14 loc) • 807 B
HTML
<div id="ti-edit-panel">
<div aria-label="Default msg topic. Make unique if using uib-cache." class="form-row">
<label for="node-input-topic"><i class="fa fa-tasks"></i> Topic</label>
<input type="text" id="node-input-topic">
</div>
<div aria-label="Node name (descriptive only)" class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name">
</div>
<div aria-label="If selected, msg.template or the uibuilder blank template will be used as a wrapper for the output HTML" class="form-row">
<label for="node-input-useTemplate">Merge HTML Template?</label>
<input type="checkbox" id="node-input-useTemplate" style="width: auto;vertical-align: top;">
</div>
</div>