重新启动 Sencha Touch 应用程序

发布于 2024-12-07 15:03:33 字数 137 浏览 1 评论 0原文

我目前正在使用 Sencha Touch 本地化应用程序,所有字符串值(例如标题、标签和表单)都是在启动时生成的,这意味着如果我想切换语言,我需要重新加载整个应用程序。

有没有办法可以在不刷新浏览器的情况下重新启动/重新加载整个应用程序或视图?

I'm currently working with a Sencha Touch localized app, and all of the string values such as titles, labels and forms are generated on launch, meaning that if I want to switch the language I need to reload the whole app.

Is there a way I can restart/reload the whole application or views without refreshing the browser?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

赠我空喜 2024-12-14 15:03:33

尝试使用本机 JavaScript 代码重新加载会话
IE

location.reload();

Try using the native JavaScript code for reloading the session
i-e

location.reload();
耳钉梦 2024-12-14 15:03:33

您始终可以在 Ext.Application 类中触发 launch 事件,这将调用所有应用初始化代码,而无需刷新浏览器

You can always fire a launch event in the Ext.Application class, this will invoke all the app initialization code without refreshing the browser

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文