Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi experts,
Are there any way to configure widget and text size or colors of File Upload Widget?
Regards,
Kinichi
Solved! Go to Solution.
No, the best way to do this would be via a custom widget -- you could do this fairly easily, I think, by copying the existing FileUpload widget (/tomcat_folder/webapps/Thingworx/Common/thingworx/widgets/fileupload) and modifying the fileupload.runtime.css to your desire. The you would just need to rename the widget in the appropriate places to something like newfileupload and import it into the platform.
No, the best way to do this would be via a custom widget -- you could do this fairly easily, I think, by copying the existing FileUpload widget (/tomcat_folder/webapps/Thingworx/Common/thingworx/widgets/fileupload) and modifying the fileupload.runtime.css to your desire. The you would just need to rename the widget in the appropriate places to something like newfileupload and import it into the platform.