rexpert_properties.js 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. // Method for Gethering SubReport-Data
  2. rex_gsGetSubReportData = "once"; // once or each
  3. // Method for Sharing Parameter
  4. rex_gsRptParamShare = "share"; // share or each
  5. // Method for Matching Parameter
  6. rex_gsRptParamMatch = "name"; // index or name
  7. // DataSet CSV Separator Information
  8. rex_gsCsvSeparatorDataset = "|@|";
  9. rex_gsCsvSeparatorColumn = "|*|";
  10. rex_gsCsvSeparatorRow = "";
  11. // Rexpert Web Viewer Windows Size
  12. rex_gsPreViewFeatures = "center=yes,scrollbars=no,status=no,toolbar=no,resizable=0,location=no,menu=no,width=825,height=600";
  13. rex_gsPreViewFeaturesModal = "center:yes;resizable:no;scroll:no;status:no;dialogWidth:825px;dialogHeight:600px";
  14. // Rexpert Server Context Root
  15. rex_gsRexServiceRootURL = rex_gfGetLocationHost() + "/RexServer_0/";
  16. // Rexpert Web Viewer
  17. //rex_gsPreViewURL = rex_gsRexServiceRootURL + "RexPreView.jsp";
  18. rex_gsPreViewURL = rex_gsRexServiceRootURL + "RexPreView.jsp";
  19. // rex-files(Rexpert Design Files) Location
  20. rex_gsReportURL = rex_gsRexServiceRootURL + "rexfiles/";
  21. // Rexpert Server Broker
  22. rex_gsRptServiceURL = rex_gsRexServiceRootURL + "RexService.jsp";
  23. //rex_gsRptServiceURL = "http://localhost/RexService.php";
  24. //rex_gsRptServiceURL = "http://172.19.5.8:8080/RexServer/RexService.jsp";
  25. // DB Conntection Information
  26. rex_gsUserService = "";
  27. // Crypto, Crytpo algorithm and parameter
  28. rex_crypto_check = false;
  29. rex_crypto_plugin = ""
  30. //rex_crypto_plugin = "inisafeweb60.krx"
  31. //rex_crypto_plugin = "rex_inisafeweb.js"
  32. //rex_crypto_plugin = "rex_xecureweb.js"
  33. //rex_crypto_plugin_param = "certificationpath=http://localhost:8080/inisafe/certification.jsp;algorithm=SEED"
  34. //rex_crypto_plugin_param = "certificationpath=" + rex_gfGetLocationHost() + "/RexServer/samples/initech/certification.jsp;algorithm=SEED"
  35. rex_crypto_plugin_param = "";
  36. rex_crypto_encode = true;
  37. rex_crypto_decode = false;
  38. //rex_crypto_encode_flush_count = 0; // if 0 then none else per count
  39. rex_crypto_encode_flush_count = 10; // if 0 then none else per count
  40. rex_crypto_encode_flush_separator = "|!|";
  41. // CSV encoding=euc-kr
  42. rex_csv_encoding = "";
  43. //rex_csv_encoding = "encoding=euc-kr";
  44. //rex_csv_encoding = "encoding=utf-8";
  45. // Viewer information
  46. rex_viewer_type = "ANSI"; // ANSI or UNICODE, default=ANSI
  47. //rex_viewer_type = "UNICODE"; // ANSI or UNICODE, default=ANSI
  48. rex_viewer_version = "2,5,1,130"; // version, comma separator
  49. rex_viewer_install = "EACH"; // EACH or ONCE or NONE, default=EACH
  50. //rex_viewer_install = "NONE"; // EACH or ONCE or NONE, default=EACH
  51. // Language Information
  52. rex_gsLanguage = "ko"; // ko: Korean, en: English