Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

A subfile grid is one of the most involved widgets in Profound UI. The getObj() function can get a reference to the main DOM element for the grid. However, the grid may be comprised of other related DOM elements, such as the scrollbar or the paging bar. These components are managed by a higher level grid object, a reference to which can be obtained by accessing the "grid" property on the main DOM element for the grid. This higher level object contains a number of supplementary methods that allow you to work with the grid widget.

...