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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Toggle button's NOT PRESSED Binding.

vinaykotti
8-Gravel

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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;

View solution in original post

2 REPLIES 2

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

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;

Top Tags