Dietmar Maurer
a7dcbdebb9
set default focus and default button for edit window
...
this patch sets following defaults for the edit window:
defaultFocus: 'field'
sets the focus on the first field it finds in its child items,
works for most edit windows, so that the cursor stands in a
textfield, or on a checkbox
defaultButton: 'submitbutton'
so that when someone presses enter, we submit the form
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-04-25 06:17:22 +02:00
Dietmar Maurer
a1891d7676
PasswordEdit.js: do not allow blank passwords
2017-03-30 08:03:03 +02:00
Dietmar Maurer
4c21393ea7
window/PasswordEdit.js: cleanup
2017-03-30 06:50:27 +02:00
Dietmar Maurer
a33ba257ed
window/Edit.js: implement autoLoad feature
2017-03-29 19:36:13 +02:00
Dietmar Maurer
1b07a95ac8
window/Edit.js: query for inputpanel
...
Because access to item[0] return the config object (not the real object).
2017-03-28 15:12:22 +02:00
Dietmar Maurer
0f35d1ffdb
PasswordEdit.js: use larger labels to avoid line break
2017-03-27 12:32:05 +02:00
Dietmar Maurer
ec62162dae
fix typo, use correct Proxmox namespace
2017-03-27 11:04:46 +02:00
Dietmar Maurer
c9441d5f32
window/PasswordEdit.js: copied from pve-manager
2017-03-27 11:04:46 +02:00
Dietmar Maurer
d71391402c
add ServiceView widget
2017-01-31 15:21:37 +01:00
Dietmar Maurer
53ac9bca54
add render_upid to Proxmox.Utils
2017-01-31 12:18:29 +01:00
Dietmar Maurer
0669450939
add TimeView, TimeEdit and TaskViewer
2017-01-30 13:40:51 +01:00