Skip to content

The viewport should contain a LoadMask

  • The App.container.Viewport contains the Ext.LoadMask. The mask is create once when the component is created.
  • Any widget, running a load operation, have to mask the viewport and have to use it.
  • The method getComponent allow to retrieve the viewport from anywhere.
  • The viewport method getMask().show() or hide() allow to play with the mask.