Flash:ComboBox 和 List 填充 XML 数据,然后创建链接
我希望生成一个带有 xml 列表的 ComboBox,然后从这些项目创建链接。 其次,我想要同样的,但有一个列表和第二个 xml 属性。
ComboBox - 列表是“名称”属性。
http://hpn-marketing.com/drmc/内容/index.php/specialty/flashxml/
列表 - 列表是“name”属性。
hpn-marketing.com/drmc/content/index.php/Physician/flashxml/
链接示例:
<specialty specialties_id="1" name="Pediatrics"/>
将生成链接: /content/index.php/Physician/specialty/1
<physician physician_id="1" permalink="" name="Fugate, James K. Jr, MD"...
将生成链接: /content/index.php/Physician/single/1
提前致谢。
亚当
I am looking to generate a ComboBox with a list from xml, and then create links from those items. Secondly, I would like to to the same, but with a list and a second xml property.
ComboBox - with the list being the "name" property.
http://hpn-marketing.com/drmc/content/index.php/specialty/flashxml/
List - with the list being the "name" property.
hpn-marketing.com/drmc/content/index.php/physician/flashxml/
Linking example:
<specialty specialties_id="1" name="Pediatrics"/>
Would generate the link:
/content/index.php/physician/specialty/1
<physician physician_id="1" permalink="" name="Fugate, James K. Jr, MD"...
Would generate the link:
/content/index.php/physician/single/1
Thanks in advance.
Adam
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该会让你走上正轨:
This should get you on the right track: