Glossary Item Box

Controls: Controls

See Also CmsDeveloperGuide Send comments on this topic.

Panel

Panel which shows or does not show depending on current menu item.

You can set visibility of the panel defined menu item ids in ShowWhenItemGuid and HideWhenItemGuid properties.

Or you can define visibility using IsShowedOnDefaultPage, IsShowedOnErrorPage, IsShowedOnAuthorizationPages, IsShowedOnSiteMap and IsShowedOnSearch properties.

 

You can use the control in any place on site.

 

Usage example:

<%@ Register TagPrefix="cmsco" Namespace="CMSLib.Controls" Assembly="CMSLib" %>

<cmsco:Panel runat="server" ShowWhenItemGuid="77e96f91-2eee-4b0f-80fa-c691484d4d5a, 36e97f91-2edf-1b2f-858fa-c687484d1d5a"
    HideWhenItemGuid="5489b133-1592-47d7-82d2-4835fe1c353c" IsShowedOnDefaultPage="True">
Showed text
</cmsco:Panel>

Controls: Controls

 

 


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