Skip to content

Instantly share code, notes, and snippets.

@Lvcios
Created August 8, 2014 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lvcios/1ae4210c6660a593e906 to your computer and use it in GitHub Desktop.
Save Lvcios/1ae4210c6660a593e906 to your computer and use it in GitHub Desktop.
Loader que se crea del lado del servidor el cual se usa en los métodos directos
MaskConfig cfg = new MaskConfig();
cfg.Msg = "Loading group data...";
cfg.El = "Ext.getBody()";
X.Mask.Show(cfg);
Thread.Sleep(1000);
X.Mask.Hide(); 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment