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´t emit the code in the page. Here is the
piece of code in the page:
<ui:select label="'Country'" name="'country'"
list="@contriesList/countries"
listKey="'code'" listValue="'name'" onchange="sendCommand(this.form,'load')"/> Any idea?
Thanks in advance
Manuel Alzola
|
- Re: [Webwork-user] OnChange on ui:select Manuel Alzola
- Re: [Webwork-user] OnChange on ui:select Scott Farquhar
- Re: [Webwork-user] OnChange on ui:select Francisco Hernandez