在 Sugar CRM 或类似应用程序中切换主题时会发生什么
谁能告诉我,当我在 Sugar CRM 或新 ORKUT 中单击不同颜色/“它们”图标时,会发生什么情况。我正在尝试开发一种类似的应用程序(在 ASP.NET 中),我需要切换到不同的主题。我不想使用 ASP.NET 皮肤。当我们更改 Sugar crm /new orkut 中的皮肤时,似乎没有发生页面回发。更改存储在哪里?我需要为不同的主题维护不同的CSS吗
Can anyone tell me what's happening when i click on a different color / Them icon in sugar CRM or new ORKUT. I am trying to develop a similar kind of application(in ASP.NET) where i need to switch to different themes. I dont want to use the ASP.NET SKINS.It seems that there is no page post backs happening when we change the skins in sugar crm /new orkut. Where the changes are being stored ? Do i need to maintain different css for different themes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来各种类的 CSS 样式是动态变化的。您可以在 Firebug 中通过检查特定元素(例如查看其背景颜色)然后切换主题来验证这一点。您会看到背景颜色(或其他颜色)发生变化。所有主题的数据可能会在初始页面渲染中发送。
It looks like the CSS styles for various classes are dynamically changed. You can verify this in Firebug by inspecting a particular element, looking at for instance its background color, then switching the theme. You'll see the background color (or whatever) change. The data for all themes is likely sent down in the initial page render.