开发者

Add Textinput Comonent to Text Area as a Text

开发者 https://www.devze.com 2023-04-03 17:02 出处:网络
Please Anyone Su开发者_Python百科ggest Me.. I have an problem that i want to add textinput or Any Component to TextArea Component...

Please Anyone Su开发者_Python百科ggest Me..

I have an problem that i want to add textinput or Any Component to TextArea Component...

Thanks,


The Flex TextArea component is not a container, so it is unusual to try to add children to it. You probably can do so, but you will have to re-write the TextArea's layout code and positioning to add your new component. You'll find this code in the TextAreaSkin.

0

精彩评论

暂无评论...
验证码 换一张
取 消