You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/EasyMenu/aspnet_insideusercontrol.ascx

16 lines
1.3 KiB

<%@ Register TagPrefix="oem" Namespace="OboutInc.EasyMenu_Pro" Assembly="obout_EasyMenu_Pro" %>
<%@ Control Language="C#" AutoEventWireup="true" %>
<!--// The head of the menus //-->
<oem:EasyMenu id="EasymenuMain" runat="server" ShowEvent="Always" StyleFolder="styles/horizontal1"
Position="Horizontal" CSSMenu="ParentMenu" CSSMenuItemContainer="ParentItemContainer" Width="330">
<CSSClassesCollection>
<oem:CSSClasses ObjectType="OboutInc.EasyMenu_Pro.MenuItem" ComponentSubMenuCellOver="ParentItemSubMenuCellOver"
ComponentContentCell="ParentItemContentCell" Component="ParentItem" ComponentSubMenuCell="ParentItemSubMenuCell"
ComponentIconCellOver="ParentItemIconCellOver" ComponentIconCell="ParentItemIconCell"
ComponentOver="ParentItemOver" ComponentContentCellOver="ParentItemContentCellOver"></oem:CSSClasses>
<oem:CSSClasses ObjectType="OboutInc.EasyMenu_Pro.MenuSeparator" ComponentSubMenuCellOver="ParentSeparatorSubMenuCellOver"
ComponentContentCell="ParentSeparatorContentCell" Component="ParentSeparator"
ComponentSubMenuCell="ParentSeparatorSubMenuCell" ComponentIconCellOver="ParentSeparatorIconCellOver"
ComponentIconCell="ParentSeparatorIconCell" ComponentOver="ParentSeparatorOver"
ComponentContentCellOver="ParentSeparatorContentCellOver"></oem:CSSClasses>