mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-24 13:34:20 +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> |
||
---|---|---|
.. | ||
CBind.js |