| | |
| | | </Container> |
| | | </CustomDropDown> |
| | | <UploadAction id="uploadFileImg"> |
| | | <ClientEvent name="onFileUploaded">var imgPath = arg.returnValue;
 |
| | | <ClientEvent name="onFileUploaded">var fileId = arg.returnValue;
 |
| | | var data = view.get("#dsMain.data:#");
 |
| | | data.set("imgPath",imgPath);
 |
| | | data.set("imgPath",fileId);
 |
| | | data.set("imgName",arg.file.name);</ClientEvent> |
| | | <Property name="fileResolver">fileUploadManage#imgFile</Property> |
| | | <Property name="maxFileSize">50MB</Property> |