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

Community Tip - You can change your system assigned username to something more personal in your community settings. 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

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

Announcements
Top Tags