Privat erkan kaplan Radiobutton Enable Disable

From NSB App Studio
Revision as of 13:17, 21 April 2013 by Kaplanerkan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

There are three states for a radiobutton, but the command is not .show() or .hide()

to hide a radiobutton use radiobutton.style.display="none"
to show a radiobutton, use radiobutton.style.display="block"
to gray out a radiobutton, use radiobutton.disabled=true
to turn it back on, use radiobutton.disabled=false