mirror of
https://github.com/ONLYOFFICE/sdkjs-forms.git
synced 2026-02-10 18:05:42 +08:00
[form] Export method isFinal
This commit is contained in:
@ -693,6 +693,10 @@
|
|||||||
{
|
{
|
||||||
return this.Format.isFinal();
|
return this.Format.isFinal();
|
||||||
};
|
};
|
||||||
|
OForm.prototype.setFinal = function(isFinal)
|
||||||
|
{
|
||||||
|
return this.Format.setFinal(isFinal);
|
||||||
|
};
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Private area
|
// Private area
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user