IDE: app.selectWindow

The component is a bridge between various interface elements and implements the ‘Select table records’ functionality. It represents a window allowing to select a Grid element (Grid is passed as a parameter).

The main setting property:

dataPanel {object} - is the panel showing the list of elements. It should be inherited from 'Ext.grid.Panel' or include Grid as an element.

Implements the itemSelected event, which returns the record of the selected table string.