Toggle button's NOT PRESSED Binding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Toggle button's NOT PRESSED Binding.
With two toggle button in a grid, applying a NOT PRESSED binding to both toggle buttons within them. if we press one of the buttons, the other should appear unpressed. This particular NOT PRESSED binding is not unpressing the other button in the preview and published output also.
Solved! Go to Solution.
- Labels:
-
Design
-
Examples
-
Troubleshooting
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi ,
Thank you for quick response.
Yes i need only one toggle button to pressed and other buttons to be unpressed, when i press any other toggle buttons.
and i think i got the solution also from one of the post, i have achieved it using java script here:
$scope.view.wdg['Button-1']['pressed']=false;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Vinaykotti,
- Do you have an example Project of the issue, please ?
- If the answer is yes can you share it, please ?
if I understood well, we should have only one button radio pressed at the same time.
- Is it a similar behavior as in the attached Project ?
Best regards,
Samuel
- Tags:
- llo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi ,
Thank you for quick response.
Yes i need only one toggle button to pressed and other buttons to be unpressed, when i press any other toggle buttons.
and i think i got the solution also from one of the post, i have achieved it using java script here:
$scope.view.wdg['Button-1']['pressed']=false;