cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Show Popup in Java

Janos1987
11-Garnet

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

1 ACCEPTED SOLUTION

Accepted Solutions

I found it

 

$scope.app.fn.triggerWidgetService('popup-1','showpopup');

 

Janos

View solution in original post

1 REPLY 1

I found it

 

$scope.app.fn.triggerWidgetService('popup-1','showpopup');

 

Janos

Top Tags