Solved
Show Popup in Java
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
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
I found it
$scope.app.fn.triggerWidgetService('popup-1','showpopup');
Janos
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.