Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Lamprecht
3c15824972 toolkit: fix #1307: don\'t use language dependent separator
by default, extjs submits the language dependent decimal separator,
e.g., ',' (comma) for german and '.' (dot) for english.

We always want the dot.

commit 5c660b6d1302a5fbb3dcf477cf8b5adc9f798530 from pve-manager

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-01-11 14:45:48 +01:00
Thomas Lamprecht
9503d4570e toolkit: remove unneeded applyEmptyText
The parent method does this already in ExtJS 6

commit d19ffc1bb078e42a042c5c73797d713aa9cf9bcc from pve-manager

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-01-11 14:45:48 +01:00
Dominik Csapak
a2d8b9a99a add textarea/enter workaround
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-10-17 09:08:28 +02:00
Dietmar Maurer
a55813d6d7 do not override getSubmitValue, add note about strange semantics 2017-03-30 06:30:14 +02:00
Dietmar Maurer
36704a2fcc add VType for password confirmation 2017-03-29 18:02:23 +02:00
Dietmar Maurer
1d9804a953 add missing setSubmitValue() for text fields 2017-03-29 17:46:57 +02:00
Dietmar Maurer
bb64de6e76 add Toolkit.js
Copied from pve-manager
2017-01-31 17:32:18 +01:00