[oform] Add class XmlPackage

This commit is contained in:
KirillovIlya
2022-12-20 10:43:54 +03:00
parent a4d2fbf6f7
commit 5cc816dc6c
3 changed files with 99 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"oform/Role.js", "oform/Role.js",
"oform/XmlFile.js", "oform/XmlFile.js",
"oform/XmlFormat.js", "oform/XmlFormat.js",
"oform/xml/XmlPackage.js",
"oform/format/Document.js", "oform/format/Document.js",
"oform/format/FieldGroup.js", "oform/format/FieldGroup.js",
"oform/format/FieldMaster.js", "oform/format/FieldMaster.js",

View File

@ -170,6 +170,10 @@
return null; return null;
return this.FieldGroups[index]; return this.FieldGroups[index];
};
CDocument.prototype.fromPkg = function(xmlPkg)
{
}; };
CDocument.prototype.fromXml = function() CDocument.prototype.fromXml = function()
{ {

94
oform/xml/XmlPackage.js Normal file

File diff suppressed because one or more lines are too long