Glossary Item Box

Modules: Page

Site templates: Site templatesDefault page template

See Also CmsDeveloperGuide Send comments on this topic.

How to insert on site editable text zone

You can insert everywhere on your site a separate text block related to the menu item of a Page type and edit this text block through the CMS administrative interface.
 

For that you should set MenuItemGuid attribute of the Page tag into required menu item key:

<%@ Register TagPrefix="cmsp" Namespace="CMSLib.Modules.Page" Assembly="CMSLib" %>

...

<cmsp:Page ID="Page1" runat="server" MenuItemGuid="651d9451-e5ea-43fe-a56a-1e3243b36b75" />

Modules: Page

Site templates: Site templatesDefault page template

 

 


© 2005-2007 Astron Digital Ltd. All Rights Reserved.