LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


moveFocusFromItem(item, direction)

(Inherited from IntegralUIBaseList)

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

Parameters

ParamTypeDetails
itemObjectThe item to be cloned
directionStringDirection to move the focus to

Return Value

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

Remarks

The following values are acceptable for the direction parameter:

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

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

Version Information

Supported in: v1.2.