LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


keyUp(e)

Occurs when key is released while the item has focus.

Event Data

ParamTypeDetails
eObjectAn event object which contains the item

Remarks

The object carried with this event contains the following fields:

  • cancel - determines whether event is cancelled or not. By default this field is set to false.
  • event - a reference to standard keyboard event object
  • item - item that has the input focus

For cancellation, set the cancel field from event data to true.

Version Information

Supported in: v1.2.

See Also