Re: dojo onchange event

2007-07-09 Thread Benjamin Slavin
On 7/9/07, raha <[EMAIL PROTECTED]> wrote: > I have a dojo checkbox. I made it dynamically. > ... > Is there any body to help me? There probably is, but not here (this list is for development of Django (not Dojo)). You might want to try http://dojotoolkit.org/forum - Ben

dojo onchange event

2007-07-09 Thread raha
Hi. I have a dojo checkbox. I made it dynamically. But on change event didn't work correctly. my code is : check=(ctrl['value']==true ? "checked=''" : ""); def=""+ctrl.text+""; I have a dojo floating pane and I finally do this: this.panel.setContent(def); and I call my onchange function with