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