[form] Export method isFinal

This commit is contained in:
Ilya Kirillov
2025-09-30 18:17:27 +03:00
parent a0bfe66f9c
commit 7bbcacc622

View File

@ -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
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////