• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc
Show / Hide Table of Contents

Contentpane Theme Object Introduction

DNN Version: 09.02.00
10/02/2024 • 1 minute to read
Contributors  Timo-Breumelhof
10/02/2024  • 1 minute to read  • Contributors  Timo-Breumelhof

Injects a placeholder where u user with Page Edit Rights can insert DNN Modules(s).

Current Version: 01.00.00

Note

You can give your panes any name (ID) you want, as long as it's a valid .NET ID

Note

You have to include at least one Pane with the ID "ContentPane".

Include in Theme

ASCX

  
<div id=”ContentPane” runat=”server” />

HTML Token

[CONTENTPANE]

HTML Object Token

<object id="PaneName" codetype="dotnetnuke/server" codebase="CONTENTPANE">
Attribute Description Default Posssible Values DNN Version
ID The content pane key identifier to be displayed in the user interface and stored in the database.
Remark; "dnn_" will be added in front of the id you set. You should not use this ID to style your pane (the id is not the same in an HTML/ASCX skin and this might change in the future), use the CSS class to style content panes.
Valid ID Name 01.00.00
Theme ObjectsAbout ThemesCreating Themes
Back to top by the community, for the community... #DNNCMS