extjs - Sencha Touch Nestedlist JSON format Example -
i'm new sencha. using sencha touch. make nested listing first of list comes, when click on 1 of link goes listing, when click on second list's link opens image that.
http://dev.sencha.com/deploy/touch/examples/nestedlist/
above example suitable 1 more below application. http://touchstyle.mobi/app/
when i'm doing modification in http://dev.sencha.com/deploy/touch/examples/nestedlist/ gives no error or warning i'm using fedora 11 linux google chrome. can tell me json perfect format nested listing. dynamic. if static nested list better.
if open web inspector in safari you'll see example above, data should formatted like:
{"text":".","children":[{"filename":"widgets","id":".\/widgets","cls":"folder"},{"filename":"gestures","id":".\/gestures","cls":"folder"},{"filename":"data","id":".\/data","cls":"folder"},{"filename":"core","id":".\/core","cls":"folder"},{"filename":"util","id":".\/util","cls":"folder"},{"filename":"layout","id":".\/layout","cls":"folder"},{"filename":"platform","id":".\/platform","cls":"folder"}]}
web inspector or firebug mandatory sencha hacking :)
brad
Comments
Post a Comment