You need some Javascript to change the dropdown choices when one of
the radio buttons is clicked.
Does that help?
Perhaps nunb can add his two cents too.
You need some Javascript to change the dropdown choices when one of
the radio buttons is clicked.
Does that help?
Perhaps nunb can add his two cents too.
Thanks. I was just wondering whether there is any built-in form widget option that will allow the input of one field affecting another input field.You need some Javascript to change the dropdown choices when one of
the radio buttons is clicked.
Does that help?
Perhaps nunb can add his two cents too.
Looks like I will need to define my own widget to do that.
post after I dig a little bit deeper.
I am more inclined to keeping the
refresh logic in lisp, as that is more flexible and can handle large
data sets (since the client does not need to download the whole set in
one shot),
although I suspect a pure client side javascript solution
should work well for most cases.
Thanks a lot. I will need some time to digest this as the Weblocks internals are still quite fuzzy to me.