Hello,
I am looking for help to add a checkbox to a list. Could someone please guide me? Thanks in advance
CHECKBOX LIST
-
René Houba
- Posts: 220
- Joined: Thu Nov 26, 2015 7:03 am
CHECKBOX LIST
Hi Albert,
Please use:
Define_Com Class(#PRIM_LIST.CheckBox)
Below a little example source of a web page: If you start the example, it will check which entries have been selected: Kind regards,
René
Please use:
Define_Com Class(#PRIM_LIST.CheckBox)
Below a little example source of a web page: If you start the example, it will check which entries have been selected: Kind regards,
René
Re: CHECKBOX LIST
Hello René ,
thank you very much for your response, but I want to incorporate a checkbox into the list generated by the SQL filter. I'm convinced that there must be a way to achieve this.
I've already added a field named 'STD-CHKBX' to the list , and now I want to place a checkbox inside it.
thank you very much for your response, but I want to incorporate a checkbox into the list generated by the SQL filter. I'm convinced that there must be a way to achieve this.
I've already added a field named 'STD-CHKBX' to the list , and now I want to place a checkbox inside it.
- Attachments
-
- checkbox2.PNG (30.04 KiB) Viewed 61479 times
-
- checkbox1.PNG (174.78 KiB) Viewed 61479 times
-
René Houba
- Posts: 220
- Joined: Thu Nov 26, 2015 7:03 am
CHECKBOX LIST
Hi Albert,
I'm not 100% sure, but I don't think its possible to do that in that list (perhaps someone else knows?)....
The reason is that this list in handled by:
Which is related to some JavaScript that we deliver, and this should NEVER be changed:
I'm not 100% sure, but I don't think its possible to do that in that list (perhaps someone else knows?)....
The reason is that this list in handled by:
Which is related to some JavaScript that we deliver, and this should NEVER be changed:
Re: CHECKBOX LIST
Hello René Houba
Thank you for your assistance. Yes, you are right, it's not possible. I tried modifying the JavaScript, but I couldn't manage to add the checkbox to this list. Thank you for your help
Thank you for your assistance. Yes, you are right, it's not possible. I tried modifying the JavaScript, but I couldn't manage to add the checkbox to this list. Thank you for your help