~ideamonk/sahana-eden/gsoc

« back to all changes in this revision

Viewing changes to views/_s3ui_list_create.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'}}");
19
 
 
 
18
        Widget.data_createProxy("{{=jr.here()}}");
20
19
        // make the widget URL aware
21
20
        Widget.base_url = "{{=jr.here()}}";
22
21
        Widget.update_url = "{{=URL3(r=request) + '/' + jr.prefix + '/' + jr.name}}";