mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 02:38:59 +08:00
Add custom fields
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user