|
Content Management |
|
Singlefront includes a built-in content management system. This system is meant to allow end users to easily manage content without technical expertise. The content is stored in XML files and database tables to allow integration with other systems. Types of content managed areas in Singlefront:
Steps to add a Custom Message Block to an ASP.NET Page 1: Add the control declaration <%@ Register Src="CustomMessage.ascx" TagName="CustomMessage" TagPrefix="uc1" %>
2: Add an instance of the control. Note that the "messagekey" property corresponds to the referenced content in the Web\Data\Default\Config\MessageConfig.xml file. In the example below, the control will display the Footer Copyright. <uc1:custommessage runat="server" messagekey="FooterCopyrightText"></uc1:custommessage>
Editing Content Pages using Admin
Editing Message Block Content using Admin
See Also: |