How to bind accordion header enabled property to a Boolean value using Actionscript
good morning!
i'm using accordion container (an mxml component made) 5 panels contain forms , form items.
i'm attempting control access accordion container's panels disabling individual headers unless user completes data input in sequential fashion, 1 panel after another.
i tried this:
bindingutils.bindproperty(this.getheaderat(1),"enabled",mybooleanvar,"???");
...where "???" should name of true/false property of boolean variable-but don't know property name is.
i'm trying in actionscript, have same issue when using <mx:binding> tag. first time trying this, maybe there simpler method. guidance appreciated, thanks!
i'm using accordion container (an mxml component made) 5 panels contain forms , form items.
i'm attempting control access accordion container's panels disabling individual headers unless user completes data input in sequential fashion, 1 panel after another.
i tried this:
bindingutils.bindproperty(this.getheaderat(1),"enabled",mybooleanvar,"???");
...where "???" should name of true/false property of boolean variable-but don't know property name is.
i'm trying in actionscript, have same issue when using <mx:binding> tag. first time trying this, maybe there simpler method. guidance appreciated, thanks!
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment