]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
cbind mixin: also descend in elements with an cbind property
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 Jun 2021 06:42:39 +0000 (08:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 Jun 2021 06:42:44 +0000 (08:42 +0200)
commit5995eddcc48ddb63d235905cd0a948f38c5e9164
tree51eaa17c25f4f26dba4b816309f6f3a2c224528d
parentf5853d4605da663b42f5cd70efb96a8cbac626f3
cbind mixin: also descend in elements with an cbind property

Not only into those with an xtype one, as we can either have a
implicit default xtype (e.g., in tbars for buttons, or set explicitly
via the `defaults` mechanism) or want to apply cbinds to stores or
other objects.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/mixin/CBind.js