module Ext_LoadMask:A modal, floating Component which may be shown abo ...sig..end
A modal, floating Component which may be shown above a specified Component while loading data. When shown, the configured owning Component will be covered with a modality mask, and the LoadMask's msg will be displayed centered, accompanied by a spinner image.
If the store config option is specified, the masking will be automatically shown and then hidden synchronized with the Store's loading process.
Because this is a floating Component, its z-index will be managed by the global ZIndexManager object, and upon show, it will place itsef at the top of the hierarchy.
Example usage:
// Basic mask:
var myMask = new Ext.LoadMask(myPanel, {msg:"Please wait..."});
myMask.show();
class type t =object..end
class type configs =object..end
class type events =object..end
class type statics =object..end
val of_configs : configs Js.t -> t Js.tof_configs c casts a config object c to an instance of class tval to_configs : t Js.t -> configs Js.tto_configs o casts instance o of class t to a config object