Page 1 of 1
CGJQCheckBoxList OnKeyPress event

Posted:
01 Oct 2014 23:31
by kattunga
Hi,
CGJQCheckBoxList does not expose standard JQEvents, it's possible to add them?
Actually I need to set an OnKeyPress script to open listbox when some special key is pressed.
Regards
Christian
Re: CGJQCheckBoxList OnKeyPress event

Posted:
02 Oct 2014 09:42
by Jorge Sousa
Hi
Added, thanks.
Re: CGJQCheckBoxList OnKeyPress event

Posted:
02 Oct 2014 11:29
by Jorge Sousa
Oops
Not that easy, when do you want these events to get triggered?
when the list is closed or open?
there are several html elements for this component
Re: CGJQCheckBoxList OnKeyPress event

Posted:
02 Oct 2014 13:42
by kattunga
Actually I only want to use a keypress event when list is closed for open it with a custom key.
Couldn't this be implented like in TIWCGJQComboBoxEx? To maintain consistent functionality.
Re: CGJQCheckBoxList OnKeyPress event

Posted:
02 Oct 2014 14:23
by Alexander Bulei
Hi kattunga,
Implemented in next build.
BTW: when the element is focused, you can use SPACE or ENTER to open.
Best Regards.