DotNetNuke Wiki


Manifest: DashboardControl Component

Modified on 2013/05/08 11:21 PM by jsheely Categorized as Uncategorized
The DotNetNuke Dashboard details information about the Web Server, Database Server, Host, Portals, Modules and Skins. It is a good source of information about the current installation and its details. The DashboardControl component allows for new controls to be added to the system Dashboard to provide extentend features for information.

Elements and attributes»

<component type="DashboardControl">
  <dashboardControl>
    <key> </key>
    <src> </src>
    <localResources/>
    <controllerClass/>
    <isEnabled/>
    <viewOrder/>
  </dashboardControl>
</component>

Each element maps to a field on the table Dashboard_Controls on the DB.

Sample»

The following sample would register the server dashboard included in the DNN Core

<dashboardControl>
  <key>Server</key>
  <src>DesktopModules/Admin/Dashboard/Modules/Server.ascx</src>
  <localResources>DesktopModules/Admin/Dashboard/App_LocalResources/SharedResources.ascx</localResources>
  <controllerClass>DotNetNuke.Modules.Dashboard.Components.Server.ServerController</controllerClass>
  <isEnabled>true</isEnabled>
  <viewOrder>1</viewOrder>
</dashboardControl>

References»

Attend A Webinar
Start  Professional Edition Trial
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

Sponsors

DotNetNuke Corporation

DotNetNuke (DNN) provides a suite of solutions that make designing, building and managing feature-rich sites and communities fast, easy and cost-effective. The DotNetNuke Platform CMS is the foundation for more than one million websites worldwide. DNN Social, our newest solution, enables businesses to create immersive, interactive communities. Thousands of organizations like True Value Hardware, Bose, Cornell University, Glacier Water, Dannon, Delphi, USAA, NASCAR, Northern Health and the City of Denver have leveraged DNN to deploy highly engaging business- critical websites. Our rapid growth in product sales and deployments resulted in DotNetNuke Corp. being named one of the fastest growing private companies in America by Inc. Magazine in 2011 and 2012.