Built files from Bizgaze WebServer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

projectteammembers.settings.js 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. var Bizgaze;
  2. (function (Bizgaze) {
  3. let Apps;
  4. (function (Apps) {
  5. let PM;
  6. (function (PM) {
  7. let Controls;
  8. (function (Controls) {
  9. class ProjectTeamMembers_Settings {
  10. loadControlPropertiesHtml(controlpropList, container) {
  11. return ``;
  12. }
  13. bindPropertySettings(prop) {
  14. var propertySettings = prop.PropertySettings;
  15. return "";
  16. }
  17. savePropertySettings(prop) {
  18. var propertySettings = prop.PropertySettings;
  19. return "";
  20. }
  21. loadSettingHtml() {
  22. return null;
  23. }
  24. bindControlData(controldatajson) {
  25. return null;
  26. }
  27. SaveControlData(controldatajson) {
  28. return controldatajson;
  29. }
  30. static Instance() {
  31. if (this._instance === undefined)
  32. this._instance = new ProjectTeamMembers_Settings();
  33. return this._instance;
  34. }
  35. }
  36. Controls.ProjectTeamMembers_Settings = ProjectTeamMembers_Settings;
  37. })(Controls = PM.Controls || (PM.Controls = {}));
  38. })(PM = Apps.PM || (Apps.PM = {}));
  39. })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
  40. })(Bizgaze || (Bizgaze = {}));