mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-12-25 11:07:36 +00:00
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>
|
||
|---|---|---|
| button | ||
| data | ||
| debian | ||
| form | ||
| grid | ||
| mixin | ||
| node | ||
| panel | ||
| window | ||
| Makefile | ||
| Toolkit.js | ||
| Utils.js | ||