jacob rasel Total Post:88 Points:616 Posted by jacob rasel June-14-2013 6:58 AM Sencha Touch Sencha Touch 1 Reply(s) 1641 View(s) Ratings: Rate this: Hi Developers, How to set the loadmask before loading the container in Sencha Touch. Any help appreciated.
Sumit Kesarwani Post:378 Points:2694 Re: set the loadmask before loading the container Posted on 5 years ago Hi Jacob, To set the loadmask before loading the container, there is a property named masked through you can set te loadmask: masked: { xtype: 'loadmask', message: 'Loading....' } If you want to learn more about Loadmask, then you can read my article: http://www.mindstick.com/Articles/0d99cdb3-4a54-42eb-b49c-375a3a22ca4c/?LoadMask%20in%20Sencha%20Touch
Post:378
Points:2694Re: set the loadmask before loading the container
Hi Jacob,
masked: {
xtype: 'loadmask',
message: 'Loading....'
}
If you want to learn more about Loadmask, then you can read my article:
http://www.mindstick.com/Articles/0d99cdb3-4a54-42eb-b49c-375a3a22ca4c/?LoadMask%20in%20Sencha%20Touch