On 10/22/18, 8:06 AM, "Carlos Rovira" <[email protected]> wrote:
Hi,
UIBase.model is not Bindable is this metadata missed and could be added?
It has metadata in JS, but not for SWF. It should be ok to add it to the SWF
code.
A model use to be Bindable in all cases since is used in MXML with binding.
MXML models (fx:Model) is different from UIBase.model.
As a curiosity, I see that UIBase.model is COMPILE::SWF and don't see JS
version, but is there in JS, how is this possible?
Any time a class doesn't define an API, it is possible that the API is defined
in a base class. Which it is in this case. It is in HTMLElementWrapper.
-Alex