~unifield-team/unifield-web/us-2156

« back to all changes in this revision

Viewing changes to openobject/static/javascript/openobject/openobject.dom.js

  • Committer: jf
  • Date: 2016-11-09 09:53:49 UTC
  • mfrom: (4807.5.13 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20161109095349-u8x1q3ygjhh8678s
US-1364 [IMP] Standard Export: generate file on server side to speed up process and remove limit of 2000 records

lp:~fabien-morin/unifield-web/fm-us-1364

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
            }
75
75
        }, options);
76
76
 
77
 
        options.width = get_width(options.width || "700px");
 
77
        options.width = get_width(options.width || "750px");
78
78
        options.min_width = get_width(options.min_width || 0);
79
79
        options.max_width = get_width(options.max_width || "100%");
80
80
        options.height = get_height(options.height || "500px");