Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi,
I would like to show a popup window with javascript. How can I do that?
$scope.Motor = function () {
$scope.view.wdg['popup-1'].show = 'true'; ???
};
Many Thanks
Janos
Solved! Go to Solution.
I found it
$scope.app.fn.triggerWidgetService('popup-1','showpopup');
Janos
I found it
$scope.app.fn.triggerWidgetService('popup-1','showpopup');
Janos