0

I want to show a banner for 5 second and then hide it using setTimeout() in Sencha Touch

Mitul Verma
  • 237
  • 1
  • 15

1 Answers1

1
Ext.Function.defer(function () {
    alert('Anonymous');
}, 5000);
Alex Tartan
  • 6,736
  • 10
  • 34
  • 45
Mitul Verma
  • 237
  • 1
  • 15