Change property 2D WIDGET
Oct 16, 2017
09:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 16, 2017
09:11 AM
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
- Tags:
- javascript
1 REPLY 1
Oct 16, 2017
09:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 16, 2017
09:41 AM
i found the solution 🙂
$scope.app.view['Home'].wdg['toggleButton-3'].visible="false";
![](/skins/images/695EE5AD3E567050FEDD72575855ED93/ptc_skin/images/icon_anonymous_message.png)