hi,
Ext app is awesome but web browser's Back and Forward buttons won't function properly,
how can I disable them in EXt app ?
thanks
hi,
Ext app is awesome but web browser's Back and Forward buttons won't function properly,
how can I disable them in EXt app ?
thanks
Not possible, you can't do this with javascript.
But you can force your application to be opend in an extra window. This has no history to navigate through. That is usefully, if you want to create a total AJAX application.
as long as you have sufficient and obvious navigation controls within your application, the user should not be even trying to use the browser controls...
I'd suggest using Mozilla Prism or WebRunner if possible.