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.

orderdetails.settings.js 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. let Subscriptions;
  10. (function (Subscriptions) {
  11. class OrderDetails_Setting extends Unibase.Platform.Core.BaseComponent {
  12. loadSettingHtml() {
  13. return ``;
  14. }
  15. bindControlData(controldatajson) {
  16. return "";
  17. }
  18. SaveControlData(controldatajson) {
  19. return "";
  20. }
  21. loadControlPropertiesHtml(Container) {
  22. return "";
  23. }
  24. bindPropertySettings(prop) {
  25. return "";
  26. }
  27. savePropertySettings(prop) {
  28. return "";
  29. }
  30. static Instance() {
  31. if (this.instance === undefined) {
  32. this.instance = new OrderDetails_Setting();
  33. }
  34. return this.instance;
  35. }
  36. }
  37. Subscriptions.OrderDetails_Setting = OrderDetails_Setting;
  38. })(Subscriptions = Controls.Subscriptions || (Controls.Subscriptions = {}));
  39. })(Controls = Transact.Controls || (Transact.Controls = {}));
  40. })(Transact = Apps.Transact || (Apps.Transact = {}));
  41. })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
  42. })(Bizgaze || (Bizgaze = {}));