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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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