From 98c9e40349328d07e04477db3bb1baf9ae1a0ac4 Mon Sep 17 00:00:00 2001 From: dceejay Date: Tue, 26 May 2015 20:04:12 +0100 Subject: [PATCH] Add small note re escaping test to inject node. --- nodes/core/core/20-inject.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index f51d21dc0..bd3fbbe48 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -159,12 +159,14 @@

The payload defaults to the current time in millisecs since 1970, but can also be set to a String or left blank.

The repeat function allows the payload to be sent on the required schedule.

-

The Fire once at start option actually waits a short interval before firing +

The Fire once at start option actually waits a short interval before firing to give other nodes a chance to instantiate properly.

Note: "Interval between times" and "at a specific time" uses cron. This means that 20 minutes will be at the next hour, 20 minutes past and 40 minutes past - not in 20 minutes time. If you want every 20 minutes from now - use the "interval" option.

+

Note: all string input is escaped. To add a carriage return to a string + you should use a following function.