Flex 3 - 动态列DataGrid、ItemRenderer、TextInput,如何设置属性“text”?
案例如下(Flex 3):
我有一个
- 具有动态列数的 DataGrid;
- 每个单元格作为一个 ItemRender;
- 每个ItemRenderer作为一个TextInput;
如果列数保持相等,则项目渲染中 textInput 的属性文本将为
.
但我有一个动态数量的columnName!
因此我无法访问 text="{data."different columName"}"
!
有什么帮助吗?
此致
Here is the case (Flex 3):
I have a,
- DataGrid with dynamic number of columns;
- Each cell as a ItemRender;
- Each ItemRenderer as a TextInput;
If the number of columns stayed equal then the property text of the textInput in the item render, would be <mx:textInput id="ti" text="{data.ColumName}"/>
.
But i have a dynamic number of columnName!
Therefore i can´t acess text="{data."diferent columName"}"
!
Any help??
Best Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了访问不同列名称的正确方法,以便访问数据提供程序!
Itemrender mxml:
I've found the correct way to access the diferent columns names, in order to acess the dataprovider!
The Itemrender mxml: