Below is I use the incoming parameters in AddContentControlDatePicker way.
> controlCommon = "AddContentControlDatePicker";
prCommon.controlPara[0].Date = prCommon.controlPara[0].DateStr
? new Date(prCommon.controlPara[0].DateStr)
: new Date()
prCommon.controlPara[0].DateFormat = "YYYY-MMM-DD"
commonPr = prCommon.controlPara;
window.Asc.plugin.executeMethod(controlCommon, commonPr);
First, when I pass the DateFormat parameter, the corresponding control configuration has not played a relative thought.
Ii. If I want to modify the corresponding time language configuration, it seems that the corresponding parameters are not provided. Could you please provide them normally?
Also when I was in AddContentControlCheckBox using this method, corresponding to the selected parameters like. I think I have written the parameters correctly. If possible, I hope you can solve this problem as soon as possible.