New
Import
Export
1){
alert(G_STRINGS.ID_CLASS_TABLE_DOESNT_EXIST);return false;
//new leimnud.module.app.alert().make({label: '@G::LoadTranslation(ID_CLASS_TABLE_DOESNT_EXIST)' + answer });
//return 0;
}
exportPanel.loader.show();
var oRPC = new leimnud.module.rpc.xmlhttp({
url : 'additionalTablesAjax',
args : 'action=doExport&tables='+checks_selected_ids+'&schema='+checks_selected_schema+"&data="+checks_selected_data
});
exportPanel.clearContent();
exportPanel.loader.show();
oRPC.callback = function(rpc) {
exportPanel.loader.hide();
var scs=rpc.xmlhttp.responseText.extractScript();
exportPanel.addContent(rpc.xmlhttp.responseText);
scs.evalScript();
}.extend(this);
resetChecks();
oRPC.make();
}
function in_arrayx(a, e){
for(j=0; j