Re: [Webwork-user] OnChange on ui:select
Brought to you by:
baldree,
rickardoberg
From: Francisco H. <fhe...@fh...> - 2002-11-06 04:02:17
|
why hasnt anyone shutdown this list? :-) ----- Original Message -----=20 From: Manuel Alzola=20 To: webwork=20 Sent: Tuesday, November 05, 2002 8:56 PM Subject: [Webwork-user] OnChange on ui:select 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 |