standard.disable
Audio Button Controller DropDown Key MediaRecorder Scale Selector TextInput Timer Tooltip Video Youtube
description
Disables any interactive feature of the element.
syntax
getX(ELEMENT_NAME).disable()
notes
- Note: this does not prevent an element that is part of a Selector element
example(s)
@newKey("audioanswer", "Y", " ")
@ .log("last")
@ .setVar("inputanswer")
@ .callback( getTimer("time limit").stop() )
@,
@getTimer("time limit")
@ .wait()
@,
$getKey("audioanswer").disable()
- Key element remains active until it is disabled in the last line.