proxmox-widget-toolkit/form
Dominik Csapak 731df80da0 DateTimeField: implement set{Max, Min}Value
this sets the max/min value for the underlying date and time fields,
and allowing to only change the value respecting both current date
and time fields
e.g.
if the new maxValue is 2020-10-10 12:00
and the current value is 2020-10-09 15:00
do not allow to set the date to 2020-10-10
and vice versa (if the new limit is on the same day, limit the time range)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-04-24 17:02:31 +02:00
..
BondModeSelector.js node network: refactor bond mode array generation 2019-07-10 12:26:54 +02:00
Checkbox.js try to use real config properties 2017-03-29 18:47:19 +02:00
ComboGrid.js open picker for all comboboxes on focus, even if they are editable 2020-04-16 14:39:38 +02:00
DateTimeField.js DateTimeField: implement set{Max, Min}Value 2020-04-24 17:02:31 +02:00
DisplayEdit.js form: add Proxmox.form.field.DisplayEdit 2020-04-16 15:33:18 +02:00
ExpireDate.js form: add Proxmox.form.field.ExpireDate 2020-03-31 18:13:20 +02:00
IntegerField.js try to use real config properties 2017-03-29 18:47:19 +02:00
KVComboBox.js KVComboBox: add setComboItems function 2019-07-11 15:00:14 +02:00
LanguageSelector.js LanguageSelector.js - add language selector 2017-10-04 11:16:22 +02:00
NetworkSelector.js network selector: allow to select IP too 2019-06-27 21:51:02 +02:00
RRDTypeSelector.js add RRDTypeSelector class 2017-08-29 06:25:25 +02:00
TextField.js textfield: validate after allowBlank 2019-06-27 14:21:17 +02:00