Go to file
Thomas Lamprecht c6f1ab1bd7 mixin/CBind: allow binding sub elements
allow to access sub elements of configuration items for binding.

E.g., if the following configuration is present:

foo: {
    bar: true
}

one could do:

xtype: 'displayfield',
cbind {
    value: '{foo.bar}'
}
[...]

This mirrors the abillity of ExtJS's 'bind', which can do this also.
Simple implementation mirroring the surrounding code.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-02-09 10:13:34 +01:00
button fix var assignments 2018-01-11 14:48:13 +01:00
data remove updatequeue 2017-11-29 12:04:31 +01:00
debian bump version to 1.0-10 2018-01-25 10:23:20 +01:00
form ComboGrid: open picker also when focusing an editable field 2018-01-11 14:48:13 +01:00
grid ObjectGrid: add_text_row: allow setting vtype for editor 2017-12-07 12:00:27 +01:00
mixin mixin/CBind: allow binding sub elements 2018-02-09 10:13:34 +01:00
node change the hard coded text against the translated text 2018-01-25 11:03:44 +01:00
panel check earlier if the logview is destroyed 2018-01-11 14:48:13 +01:00
window pass given defaults in Edit window 2018-01-11 14:48:13 +01:00
Makefile buildsys: prevent parallel deb builds 2018-02-09 10:13:34 +01:00
Toolkit.js toolkit: remove PVE specific VType 2018-01-17 12:21:04 +01:00
Utils.js reintroduce api2request checks for toolkit 2018-01-15 14:51:24 +01:00