standard.disable

description

Disables any interactive feature of the element.

syntax

getX(ELEMENT_NAME).disable()

What does getX() mean?

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.