client/js/full-json.js
changeset 444 19f0b7803aed
parent 443 4c7ab16e5845
child 516 7d1d44b53af5
equal deleted inserted replaced
443:4c7ab16e5845 444:19f0b7803aed
     9         _renkan.renderer.redrawActive = false;
     9         _renkan.renderer.redrawActive = false;
    10         _proj.set({
    10         _proj.set({
    11             loadingStatus : true
    11             loadingStatus : true
    12         });
    12         });
    13         Rkns.$.getJSON(_opts.url, function(_data) {
    13         Rkns.$.getJSON(_opts.url, function(_data) {
    14             _proj.set(_data, {
    14             _renkan.dataloader.load(_data);
    15                 validate : true
       
    16             });
       
    17             _proj.set({
    15             _proj.set({
    18                 loadingStatus : false
    16                 loadingStatus : false
    19             });
    17             });
    20             _proj.set({
    18             _proj.set({
    21                 saveStatus : 0
    19                 saveStatus : 0