DNN 容器

发布于 2024-07-25 14:51:34 字数 163 浏览 6 评论 0原文

这可能是一个普遍问题,但我似乎无法弄清楚。 DNN 中的容器是什么? 皮肤本质上是整个门户的布局加上配色方案。 那么容器是桌面模块的皮肤吗?

抱歉,如果这个问题是新手。 我对 DNN 还没有信心,正在阅读 doco。 然而我很快就需要这个答案。

干杯。

This might be a general question, but I can't seem to figure it out. What are containers in DNN? Skins are essentially a layout plus a colour scheme for the whole portal. So are containers the skin for desktopmodules?

Sorry if this question is novice. I am not confident in DNN yet, and am reading the doco. However i need this answer quite quickly.

Cheers.

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

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

发布评论

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

评论(2

在梵高的星空下 2024-08-01 14:51:34

容器允许您将样式和标记添加到任何模块,独立于页面皮肤或特定模块。

布局如下所示:

  1. Default.aspx
  2. Skin(.ascx 控件,可以是
    门户默认或选择
    给定选项卡) - 其上有面板
  3. 容器(.ascx 控件,这可以允许您定位一些编辑
    按钮并在任何模块周围有一个可配置的包装器)
  4. 模块(.ascx 控件,通常来自 /DesktopModules)

我希望这有帮助,
-埃里克

Containers allow you to add style and markup to any module independently of the page skin or the particular module.

The layout goes like this:

  1. Default.aspx
  2. Skin (.ascx control, either the
    Portal default or selected on the
    given tab) - this has panels on it
  3. Container (.ascx control, this can allow you position some edit
    buttons and have a configurable wrapper around any module)
  4. Module (.ascx control, usually coming from /DesktopModules)

I hope this helps,
-Eric

小梨窩很甜 2024-08-01 14:51:34

是的,容器就像单个模块的皮肤。 对整个页面使用一种皮肤,对模块使用多种皮肤(容器皮肤),您可以更快地创建预期的外观。

一般来说,这是一个带有几个占位符的简单 html 片段。

Yes, container is like a skin for single module. Using one skin for entire page, and several skins (container skins) for modules you can quicker create expected appearance.

In general this is a simple html snippet with several placeholders.

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