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.

invoiceamount.setting.js 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 InvoiceAmount_Setting {
  10. loadSettingHtml() {
  11. return ``;
  12. }
  13. bindControlData(controldatajson) {
  14. return "";
  15. }
  16. SaveControlData(controldatajson) {
  17. return "";
  18. }
  19. loadControlPropertiesHtml(Container) {
  20. return ``;
  21. }
  22. bindPropertySettings(prop) {
  23. var propertySettings = prop.PropertySettings;
  24. return "";
  25. }
  26. savePropertySettings(prop) {
  27. var propertySettings = prop.PropertySettings;
  28. return "";
  29. }
  30. static Instance() {
  31. if (this._instance === undefined)
  32. this._instance = new InvoiceAmount_Setting();
  33. return this._instance;
  34. }
  35. }
  36. Controls.InvoiceAmount_Setting = InvoiceAmount_Setting;
  37. })(Controls = Transact.Controls || (Transact.Controls = {}));
  38. })(Transact = Apps.Transact || (Apps.Transact = {}));
  39. })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
  40. })(Bizgaze || (Bizgaze = {}));