for example via javascript code i would like to toggle the ON\OFF toggle component something like this:
MyToggleComp.toggled=true;
when i wrote this i assumed the toggle component have this method\property called toggled and the acceptable values are true\false.
so my first question how do i change the value of the toggle comonent and second question where can i find the API documents for all the components methods\properties.
Thanks
Adi