[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

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

94
oform/xml/XmlPackage.js Normal file

File diff suppressed because one or more lines are too long