Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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