Flex 中可调整大小的组件
我在 Flex 中使用这个可调整大小的组件,具有“手柄”来拖动它们并调整它们的大小。
但是附加功能不存在删除所选组件。
我尝试过,但不知道如何删除选定的组件?
谁能帮助我吗?
I am using this resizable components in flex having "handles" to drag and resize them.
But additional feature of deleting the selected components is not present.
I tried but didn't know how to delete the selected components ?
Can anyone help me ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 removeChild() 方法,或者如果您正在处理 Spark 组件,则 removeElement()方法。从概念上讲是这样的:
You can remove a component from it's parent using the removeChild() method, or if you're dealing with a spark component the removeElement() method. Conceptually like this: