We have a simple page with a toggle, a dynamic list from a service, and a toggle inside the list. The event 'value change' of the toggle inside the list don't work.
Some help?
Hi Rafael - any errors in Chrome console or Firebug tool?
No errors in the console using Firebug and no events for the toggle works.
It is strange that the text "On" is on the right for the toggle inside the list control.
Should work, you can try it here:
We are going to test it again.
We obtain the values from a service and the "value change" event is triggered for every record from JSON. JS alert works fine for the "value change" but no other JS functions. We will test again.
Thank you so much, this works fine. We were doing wrong.
Our problem is that we need to call to a service in the "value change" event for the toggle but only after the list is completely loaded.
Some help?
In my example the list is completely loaded.
Yes !? How this can be done?. We fail to do that,
I create the list on page load (by invoking a service).
There is no way?
Our list is very complex, with one grid, one label, one hidden label and one toggle......and to write it all together without using Appery UI will be a lot of hard work.