1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
Nick O'Leary 110f0bf169 Allow node to provide dynamic content to Info tab
Closes #492

The node definition can now include an `info` property. This property can be either a string or a Function. Whenever the info tab is refreshed, such as the node is selected, the value of this property, or the result of the Function, will be appended to the Info tab.
2015-01-17 21:36:16 +00:00
..
2013-09-05 15:02:48 +01:00
2014-09-08 21:01:49 +01:00
2014-10-29 20:26:25 +00:00
2015-01-15 10:28:11 +00:00
2014-08-20 21:58:54 +01:00
2014-10-31 14:28:33 +00:00
2013-09-05 15:02:48 +01:00
2013-09-05 15:02:48 +01:00
2014-05-14 15:38:54 +01:00
2014-08-21 21:48:08 +01:00
2013-09-05 15:02:48 +01:00
2014-04-01 22:53:48 +01:00
2015-01-16 10:25:57 +00:00