Using checkbox type in popup dialogue |
8/25/2021 6:53:33 PM |
PHPRunner General questions | |
C
chandoshi authorDevClub member
Has anyone tried to use a checkbox as type in a popup dialogue as indicated in documentation. It does not work for me. return Runner.Dialog( { ', }); |
|
![]() |
HJB 8/25/2021 |
Navigation: Using PHPRunner > Page Designer > "Edit as" settings Formatting options. Lookup wizard Suggesting to make good use of "checkbox list" option (plus horizontal layout, if wished) as seen within |
C
|
chandoshi authorDevClub member 8/26/2021 |
I was hoping to use multiselect with the checkbox. |
![]() |
HJB 8/27/2021 |
Select multiple values to show as individual database entries ... for inspiration ... |
A
|
AlphaBase 8/27/2021 |
You can do it with a radio button. But it only seems to work with the controls[n].getStringValue(). The controls[n].val() doesn't seem to work. I did report this as a bug a long time ago, but never got a response. |