LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


getCellAt(name, mousePos)

Returns a cell over which mouse cursor is positioned.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the Grid directive
mousePosObjectAn object that holds the page coordinates of mouse position

Return Value

If found, a cell object that represents the target cell, otherwise null.

Remarks

This method is part of IntegralUIGridService.

Version Information

Supported in: v3.0.

See Also