Extjs LoadMask

LoadMask Mixed el Object config  )
Create a new LoadMask
Parameters:
  • el : Mixed
    The element or DOM node, or its id
  • config : Object
    The config object
Returns:
  • void
		var mask = new Ext.LoadMask("emlment", {
				msg : "commit",
				removeMask : false
			});
		mask.show();


你可能感兴趣的:(Extjs LoadMask)