Documentation
Posted: Wed Dec 11, 2019 5:53 pm
Hello,
Where can I find some extensive documentation on the javascript functions and widgets within the Visual Designer.
Example....
I was looking for how to retrieve the state of a radio button and value when I found an example on the forums pertaining to something else entirely...
if (getObj("PrtRb1").checked) wsmode=getObj("PrtRb1").radioValue;
Where can I find documentation on things like the .checked or .radioValue, etc,etc...?
This example just happened to be the functions I was looking for.
However, It would be much quicker if there was some documentation on the functions I can use
Thank you much
Where can I find some extensive documentation on the javascript functions and widgets within the Visual Designer.
Example....
I was looking for how to retrieve the state of a radio button and value when I found an example on the forums pertaining to something else entirely...
if (getObj("PrtRb1").checked) wsmode=getObj("PrtRb1").radioValue;
Where can I find documentation on things like the .checked or .radioValue, etc,etc...?
This example just happened to be the functions I was looking for.
However, It would be much quicker if there was some documentation on the functions I can use
Thank you much