在 Ext GWT 中设置主题
据我所知,应用程序主题的设置仅在 EntryPoint 类中(在 onModuleLoad() 中)完成。我尝试在其他地方设置,但没有效果。
除了 EntryPoint 之外,有什么方法可以将其设置在其他地方吗?因为我正在加载一些用户首选项,并且加载不会在 EntryPoint 中进行。
提前致谢
From what I read, the setting of the theme for an application is done only in the EntryPoint class (in onModuleLoad()). I tried setting it in other places, but it had no effect.
Is there any way I can set it somewhere else except the EntryPoint? Because I am loading some user preferences and the loading does not take place in the EntryPoint.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如,您可以手动下载页面内容并将其设置为 HtmlContainer。
As example you may download page content manualy and set this in to HtmlContainer.