Flex - 在ActionScript代码中进行数据绑定
作者:hangge | 2015-02-02 14:53
除了使用[Bindable]标签,还可以使用AS代码来进行数据绑定:
BindingUtils.bindProperty( toObj, "text", fromObj, "text" );
BindingUtils.bindProperty( toObj, "text", fromObj, "text" );
全部评论(0)