Resolved! Service Portal: How to call onClick() in Widgets
Hi All, How to call onClick() function in Widgets? Below is my html code in widget: < input type="file" id="uploadFile"> <button type="button" ng-click=foo()> Upload </button> Below is my client script code in the widget: function foo() { var f=docum...
