mirror of
https://github.com/ONLYOFFICE/sdkjs-forms.git
synced 2026-03-31 10:23:35 +08:00
[oform] Add class XmlPackage
This commit is contained in:
@ -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",
|
||||||
|
|||||||
@ -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
94
oform/xml/XmlPackage.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user