~ideamonk/sahana-eden/gsoc

« back to all changes in this revision

Viewing changes to views/_s3ui_list.html

  • Committer: ideamonk
  • Date: 2010-08-16 17:03:24 UTC
  • Revision ID: abhishekmishra@mbp.local-20100816170324-bm9f36i24qihohua
fixed creat_list views, added dirty hacks to handle it, createProxy changed to hook format param properly, need @value to solve value less references 

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        Widget.tools_getHelpers();
16
16
 
17
17
        // setup URL for this widget's DataStore
18
 
        Widget.data_createProxy("{{=jr.here() + '.json'}}");
 
18
        Widget.data_createProxy("{{=jr.here()}}");
19
19
 
20
20
        // make the widget URL aware
21
21
        Widget.base_url = "{{=jr.here()}}";