node-red/editor/js
tilleul 19e45389e1 Updated regex so custom width using calc() work (#1487)
So far, for typedInput "<input type=text>" fields, only custom styles like "width:100%" or "width:75px" worked. Proposed change allows to use calc() as well like in "width:calc(100% - 120px)"
2017-11-30 13:38:03 +00:00
..
text Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
ui Updated regex so custom width using calc() work (#1487) 2017-11-30 13:38:03 +00:00
comms.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
events.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
history.js Track node moves separately to node config changes 2017-04-23 23:20:36 +01:00
i18n.js Retry auto-install of modules that fail 2017-07-08 17:30:17 +01:00
keymap.json Add basic user settings panel 2017-05-03 11:38:16 +01:00
main.js Modify messages to refer to language files (#1361) 2017-08-07 10:00:28 +01:00
nodes.js Ensure tabs get their definition object properly attached 2017-07-26 07:46:22 -07:00
red.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
settings.js Ensure auth-tokens are removed when no user is specified in settings 2017-01-21 23:49:20 +00:00
user.js Modify messages to refer to language files (#1361) 2017-08-07 10:00:28 +01:00
validators.js Numeric validator that accepts blank should accept undefined 2017-01-25 16:11:56 +00:00