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

Change property 2D WIDGET

fioreg
2-Explorer

Change property 2D WIDGET

How can I change the visible property of a 2d button through Javascript, without using application parameter but by changing the button properties directly?



  I Tried  this code  :


$scope.view.wdg['button-1']['visible']=true;

but don't function.

THNX to all



1 REPLY 1
fioreg
2-Explorer
(To:fioreg)

i found the solution 🙂

$scope.app.view['Home'].wdg['toggleButton-3'].visible="false";

Announcements

Top Tags