[Webwork-user] OnChange on ui:select
Brought to you by:
baldree,
rickardoberg
From: Manuel A. <ma...@wa...> - 2002-11-05 21:19:36
|
Hello. I have a problem with the <ui:select> tag. I need to execute some = javascript code when selection changes. I have figured out that the = attribute onchange is a placeholder for the function. The page compiles = without errors but doesn=B4t emit the code in the page. Here is the = piece of code in the page: <ui:select label=3D"'Country'" name=3D"'country'" = list=3D"@contriesList/countries"=20 listKey=3D"'code'" listValue=3D"'name'"=20 onchange=3D"sendCommand(this.form,'load')"/> Any idea? Thanks in advance Manuel Alzola |