Add custom fields

This commit is contained in:
Julia Radzhabova
2025-03-05 15:53:30 +03:00
parent 44559cb937
commit 511b23d1ff

View File

@ -165,7 +165,7 @@ define([
else if (type == 'datetime'){
this.api.AddDateField();
} else if (type == 'text') {
this.api.AddTextField();
this.api.AddTextField(options.mask || options.reg);
// var props = new AscCommon.CContentControlPr();
// oPr = new AscCommon.CSdtTextFormPr();
// if (options) {