1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/editor/js/ui
Nick O'Leary 4689d56955
Allow a node to decide for itself if its button should be enabled or not
This means:

  1. an Inject node that has only been moved can still inject
  2. the Debug node is now marked as changed when its button is clicked
     which, without this fix, then prevented the button from being
     clicked to toggle its state again
2017-04-23 23:20:50 +01:00
..
common Restructure info tab 2017-04-06 23:17:30 +01:00
touch Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
actions.js Overhaul keyboard handling and introduce editor actions 2016-12-04 22:59:43 +00:00
clipboard.js Use queryCommandSupported not queryCommandEnabled to check for copy support 2017-04-21 09:05:03 +01:00
deploy.js Provide notification when new flows deployed in the background 2017-03-17 21:29:03 +00:00
diff.js Include module name in requests for node icons 2017-01-18 13:06:22 +00:00
editor.js Restructure info tab 2017-04-06 23:17:30 +01:00
keyboard.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
library.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
notifications.js Provide notification when new flows deployed in the background 2017-03-17 21:29:03 +00:00
palette-editor.js Create a package.json file in userDir if one doesn't exist 2017-01-27 22:35:17 +00:00
palette.js Restructure info tab 2017-04-06 23:17:30 +01:00
search.js Add RED.utils.getNodeLabel utility function 2017-01-18 15:52:09 +00:00
sidebar.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
state.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
subflow.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
tab-config.js Add RED.utils.getNodeLabel utility function 2017-01-18 15:52:09 +00:00
tab-info.js Merge branch 'pr_1197' into 0.17 2017-04-10 15:25:19 +01:00
tray.js Resync with master 2017-03-01 17:45:09 +00:00
typeSearch.js Include module name in requests for node icons 2017-01-18 13:06:22 +00:00
utils.js Add RED.utils.getNodeLabel utility function 2017-01-18 15:52:09 +00:00
view.js Allow a node to decide for itself if its button should be enabled or not 2017-04-23 23:20:50 +01:00
workspaces.js Add tip to tab description editor 2017-04-16 21:08:32 +01:00