mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
@@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Copyright 2014 IBM Corp.
|
||||
Copyright 2014,2016 IBM Corp.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -26,7 +27,7 @@
|
||||
<div class="form-row">
|
||||
<label> </label>
|
||||
<input type="checkbox" id="node-input-cr" style="display: inline-block; width: auto; vertical-align: top;">
|
||||
<label for="node-input-cr" style="width: 70%;">Add [enter] to every message ?</label>
|
||||
<label for="node-input-cr" style="width: 70%;">Add [enter] to every message sent ?</label>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label> </label>
|
||||
@@ -36,9 +37,10 @@
|
||||
<div class="form-row">
|
||||
<label for="node-input-op"> and</label>
|
||||
<select id="node-input-op" style='width:70%'>
|
||||
<option value="string">format reply as a string</option>
|
||||
<option value="buffer">leave reply as a buffer</option>
|
||||
<option value="number">try to convert reply to a number</option>
|
||||
<option value="buffer">leave reply as a buffer</option>
|
||||
<option value="string">format reply as a string</option>
|
||||
<option value="lines">output lines of text</option>
|
||||
<option value="number">try to convert reply to a number</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
|
Reference in New Issue
Block a user