LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


moveFocusFromCell(cell, direction)

(Inherited from IntegralUIBaseGrid)

Moves the input focus from specified cell to another cell depending on direction.

Parameters

ParamTypeDetails
cellObjectThe cell to be cloned
directionStringDirection to move the focus to

Return Value

If successful, an cell object that has the input focus, otherwise null.

Remarks

The following values are acceptable for the direction parameter:

  • 'down' - moves the focus to one cell down
  • 'end' - moves the focus to the last cell
  • 'home' - moves the focus to the first cell
  • 'left' - moves the focus to one cell left
  • 'pagedown' - moves one view down
  • 'pageup' - moves one view up
  • 'right' - moves the focus to one cell right
  • 'up' - moves the focus to one cell up

You can use this method to navigate through cells from code.

Version Information

Supported in: v1.2.