You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to your...@googlegroups.com
First off: This tool is awesome. I've rarely seen software of this type
with such exceptionally high code quality. Thanks for that!
Back to topic: On suggestion click, I'd like to not hide the input box,
and do some custom foo based on the PK of the suggestion instead.
How can I achieve this? Connecting to the selectChoice signal?
Overriding the method in widget.js bound to that signal? Could someone
maybe show a small code sample?
Thanks a lot!
Jonas
Jonas H.
unread,
Apr 18, 2013, 2:06:55 PM4/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to your...@googlegroups.com
*bump*
James Pic
unread,
Apr 19, 2013, 4:48:18 AM4/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to your...@googlegroups.com
On Fri, Apr 5, 2013 at 7:05 PM, Jonas H. <jo...@lophus.org> wrote:
> First off: This tool is awesome. I've rarely seen software of this type with
> such exceptionally high code quality. Thanks for that!
>
Thanks !
> Back to topic: On suggestion click, I'd like to not hide the input box,
The input box hides when maxValues is reached. If maxValues=1 like in
the case of an FK then the input hides when one choice is selected.
> and
> do some custom foo based on the PK of the suggestion instead.
>
> How can I achieve this? Connecting to the selectChoice signal? Overriding
> the method in widget.js bound to that signal? Could someone maybe show a
> small code sample?
>
If you want to add a behaviour, then you could connect selectChoice or
to the change event of the hidden select: