开发者

How to set HTML list as mx:DataGrid data provider?

So I have Html like this http://trac.edgewall.org/wiki/RecentChanges (I want to create some Flash Track reader which will be opens开发者_运维百科ource)

I need to list in my DataGrid Index of all viki pages in form like

     +-----------+--------+
     |page name  |page url|   
     +-----------+--------+
     | name      | url    |
     +-----------+--------+


Usually you'd need some API to call instead of getting html page itself. Eclipse trac plugins are using http://trac-hacks.org/wiki/XmlRpcPlugin. Here's simple example how you'd do it on flex side:

http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/

http://code.google.com/p/as3-rpclib/wiki/Resources

Cheers

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜