在 Sugar CRM 或类似应用程序中切换主题时会发生什么

发布于 2024-08-11 01:33:44 字数 189 浏览 7 评论 0原文

谁能告诉我,当我在 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 技术交流群。

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

发布评论

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

评论(1

疾风者 2024-08-18 01:33:44

看起来各种类的 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.

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