Dear Surveyjs Expert,
please help me, is there in matrix have "upload" fiture? show in my attachment.
Hello,
First of all you need to add file as an available cell type. This can be achieved via the following code:
file
JavaScriptSurvey.matrixDropdownColumnTypes.file = { properties: ["showPreview", "imageHeight", "imageWidth"] };
Survey.matrixDropdownColumnTypes.file = { properties: ["showPreview", "imageHeight", "imageWidth"] };
Then you should choose corresponding column type.
I've created a live sample for you - https://plnkr.co/edit/vjhjuDrZo5XFVsyqlfRc?p=preview
Thanks, Serge SurveyJS Team
thank you very much for your helping.
On Wed, Jun 27, 2018 at 2:12 PM, Serge T [surveyjs Support]
Hello,
First of all you need to add
file
as an available cell type. This can be achieved via the following code:Survey.matrixDropdownColumnTypes.file = { properties: ["showPreview", "imageHeight", "imageWidth"] };
Then you should choose corresponding column type.
I've created a live sample for you - https://plnkr.co/edit/vjhjuDrZo5XFVsyqlfRc?p=preview
Thanks, Serge
SurveyJS Team
thank you very much for your helping.
On Wed, Jun 27, 2018 at 2:12 PM, Serge T [surveyjs Support]