首页 > 网站 > WEB开发 > 正文

5.5.为Tree设置XML数据

2024-04-27 13:51:56
字体:
来源:转载
供稿:网友
5.5.1问题
用一个Tree 组件来表现由外部载入的XML 数据
5.5.2解决方法
以e4x 标准为HTTPService 对象设置类型并且加载指定XML 文件,设置请求结果为Tree的数据提供者,使用像labelField 这样的Tree 叶子结点,通过XML 语法来传递结点属性,确保Tree 将会显示正确的标签
5.5.3讨论
只要Tree 组件的labelField 属性显示正确的属性值,Tree 组件处理XML 数据就是正常的, 例如,label 属性一个label 调用的属性值:
+展开
-XML
<data label="2004">
<result label="Jan-04">
<product label="apple">81156</product>
<product label="orange">58883</product>
<product label="grape">49280</product>
</result>
<result label="Feb-04">
<product label="apple">81156</product>
<product label="orange">58883</product>
<product label="grape">49280</product>
</result>
</data>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表