Go to file
Dominik Csapak f32aa3df74 ComboGrid: correctly set/mark multiSelect fields
in fields with 'multiSelect: true', we get an array as value instead
of a string, but a check of !![] results in true (since an array
is an object), so we have to explicitely check for arraylength
in 'setValue' (for correctly showing the trigger) and in the
load handler (to not set an empty field wrongfully to invalid)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2019-11-25 18:42:04 +01:00
button tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
css add pmx-hint css class 2019-10-09 09:10:33 +02:00
data tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
debian bump version to 2.0-9 2019-11-20 20:28:16 +01:00
form ComboGrid: correctly set/mark multiSelect fields 2019-11-25 18:42:04 +01:00
grid save index on keydown and check on keyup 2018-05-02 15:53:35 +02:00
images ComboGrid: add trigger to delete from ComboGrid 2019-08-13 15:37:26 +02:00
mixin tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
node tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
panel tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
window tree-wide trailing whitespace cleanup 2019-09-30 08:00:34 +02:00
defines.mk add css and image directory to packaging 2019-08-13 15:37:26 +02:00
Makefile add css and image directory to packaging 2019-08-13 15:37:26 +02:00
Toolkit.js override Ext.Components 'validIdRe' to include '@' 2019-07-11 14:37:24 +02:00
Utils.js add reboot for containers into task description table 2019-11-14 12:10:56 +01:00