Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 TextInput 中添加带有图像的按钮,如下图所示
请建议我这样做的清晰方法!
所需的方法是创建扩展 FlexTextInput控件的自定义组件。您可以根据标准创建自定义皮肤TextInputSkin并将图标放置在该皮肤中。
TextInput
TextInputSkin
[编辑]
不完全是你想要的。但这可能会帮助你..
http://saturnboy.com/2010/07/supertextinput-building-a-custom-component/