Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

confirmexpense.settings.js 1.1KB

123456789101112131415161718192021222324252627
  1. var Bizgaze;
  2. (function (Bizgaze) {
  3. let Apps;
  4. (function (Apps) {
  5. let Transact;
  6. (function (Transact) {
  7. let Controls;
  8. (function (Controls) {
  9. class ConfirmExpense_Settings {
  10. loadSettingHtml(container) { }
  11. bindControlData(controldatajson) { }
  12. SaveControlData(controldatajson) { }
  13. loadControlPropertiesHtml(controlpropList, container) { }
  14. bindPropertySettings(prop) { }
  15. savePropertySettings(prop) { }
  16. static Instance() {
  17. if (this.instance === undefined) {
  18. this.instance = new ConfirmExpense_Settings();
  19. }
  20. return this.instance;
  21. }
  22. }
  23. Controls.ConfirmExpense_Settings = ConfirmExpense_Settings;
  24. })(Controls = Transact.Controls || (Transact.Controls = {}));
  25. })(Transact = Apps.Transact || (Apps.Transact = {}));
  26. })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
  27. })(Bizgaze || (Bizgaze = {}));