Posts: 204
Threads: 51
Joined: Mar 2018
Reputation:
3
Location: Bryan, TX
Howdy All!
Is there an easy way to get a value from a control via javascript? That is, I want to do something like:
bool bChecked = ExecuteJavaScript("document.getElementById("myCheck").checked;");
Thanks in advance,
Shane
Posts: 204
Threads: 51
Joined: Mar 2018
Reputation:
3
Location: Bryan, TX
Howdy Chad!
It is on the SERVER side (remember I program in c++)!
The link looks very promising for IW 17!
Well, I need to finish a fix for the latest DevExpress component update and then I need to search for a new jQuery CheckBox / RadioButton component(s) I can wrap to replace the default IWBS4 as they aren't working and I don't have time to figure out where in the zillion overrides they get called / updated properly.
Thanks and have a nice weekend!
Shane
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
I asked Alexandre to chime in. There are ways in 14/15 as well but he is better positioned to suggest the best approach in those.