Does anyone know how to remove an item from a Checkbox ?
appendItem --> OK
removeItem --> ?
Best regards.
How remove item from a Checkbox ?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: How remove item from a Checkbox ?
It looks like a function to remove items is missing.
Why do you want to remove items during runtime?
Best Regards
Leopold Knipp
Senior Support Specialist
Why do you want to remove items during runtime?
Best Regards
Leopold Knipp
Senior Support Specialist
- luis.bustamante
- Posts:30
- Joined: Thu Jan 24, 2019 8:11 am
Re: How remove item from a Checkbox ?
I want to use a list of checkboxes like a list of elements, in some cases is better use to select.
Now I fill a list o chechboxes, to remove an item I re-fill a list.
But a list o checkboxes don't have a scrollbar when overflow.
Thanks for the answer.
Now I fill a list o chechboxes, to remove an item I re-fill a list.
But a list o checkboxes don't have a scrollbar when overflow.
Thanks for the answer.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: How remove item from a Checkbox ?
If you want to have a dynamic list of options with check boxes you can use a table.
For a boolean value a checkbox can be displayed.
Best Regards
Leopold Knipp
Senior Support Specialist
For a boolean value a checkbox can be displayed.
Best Regards
Leopold Knipp
Senior Support Specialist
- uxout
- Posts:82
- Joined: Wed Jul 20, 2016 12:07 pm
Re: How remove item from a Checkbox ?
I have the same requirement, is it possible to add this feature or is it too complex?
Regards,
Regards,
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: How remove item from a Checkbox ?
I do not know how complex it is to add this feature.
If you have several options in your panel, e.g. showing 2,3 or 4 checkboxes it is maybe easier to create 3 panel references and add/remove them by using addSymbol()/removeSymbol() instead of appending and removing checkbox items.
Best Regards
Leopold Knipp
Senior Support Specialist
If you have several options in your panel, e.g. showing 2,3 or 4 checkboxes it is maybe easier to create 3 panel references and add/remove them by using addSymbol()/removeSymbol() instead of appending and removing checkbox items.
Best Regards
Leopold Knipp
Senior Support Specialist