DNN容器 [英] DNN Containers

查看:75
本文介绍了DNN容器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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?

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

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.

干杯。

推荐答案

容器允许您独立于页面外观或特定模块向任何模块添加样式和标记。

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

布局如下:


  1. Default.aspx

  2. 皮肤(.ascx控件,是
    门户默认值或在
    上选择的给定选项卡)-上面有面板

  3. 容器(.ascx控件,它可以让您放置一些
    编辑按钮,并在任何模块周围都有可配置的包装器)

  4. 模块(.ascx控件,通常来自/ DesktopModules)

  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)

我希望这会有所帮助,
-Eric

I hope this helps, -Eric

这篇关于DNN容器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆