| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737 |
- //
- // System.Web.UI.WebControls.Menu.cs
- //
- // Authors:
- // Lluis Sanchez Gual ([email protected])
- // Igor Zelmanovich ([email protected])
- //
- // (C) 2004-2010 Novell, Inc (http://www.novell.com)
- //
- //
- // Permission is hereby granted, free of charge, to any person obtaining
- // a copy of this software and associated documentation files (the
- // "Software"), to deal in the Software without restriction, including
- // without limitation the rights to use, copy, modify, merge, publish,
- // distribute, sublicense, and/or sell copies of the Software, and to
- // permit persons to whom the Software is furnished to do so, subject to
- // the following conditions:
- //
- // The above copyright notice and this permission notice shall be
- // included in all copies or substantial portions of the Software.
- //
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- //
- #if NET_2_0
- using System;
- using System.Collections;
- using System.Text;
- using System.ComponentModel;
- using System.Web.UI;
- using System.Web.UI.HtmlControls;
- using System.Web.Handlers;
- using System.Collections.Specialized;
- using System.IO;
- using System.Drawing;
- using System.Collections.Generic;
- namespace System.Web.UI.WebControls
- {
- [DefaultEvent ("MenuItemClick")]
- [ControlValueProperty ("SelectedValue")]
- [Designer ("System.Web.UI.Design.WebControls.MenuDesigner, " + Consts.AssemblySystem_Design, "System.ComponentModel.Design.IDesigner")]
- [SupportsEventValidation]
- public class Menu : HierarchicalDataBoundControl, IPostBackEventHandler, INamingContainer
- {
- IMenuRenderer renderer;
-
- MenuItemStyle dynamicMenuItemStyle;
- SubMenuStyle dynamicMenuStyle;
- MenuItemStyle dynamicSelectedStyle;
- MenuItemStyle staticMenuItemStyle;
- SubMenuStyle staticMenuStyle;
- MenuItemStyle staticSelectedStyle;
- Style staticHoverStyle;
- Style dynamicHoverStyle;
- MenuItemStyleCollection levelMenuItemStyles;
- MenuItemStyleCollection levelSelectedStyles;
- SubMenuStyleCollection levelSubMenuStyles;
- ITemplate staticItemTemplate;
- ITemplate dynamicItemTemplate;
-
- MenuItemCollection items;
- MenuItemBindingCollection dataBindings;
- MenuItem selectedItem;
- string selectedItemPath;
- Hashtable bindings;
- Hashtable _menuItemControls;
- bool _requiresChildControlsDataBinding;
- SiteMapNode _currSiteMapNode;
- List<Style> levelSelectedLinkStyles;
- List<Style> levelMenuItemLinkStyles;
- Style popOutBoxStyle;
- Style controlLinkStyle;
- Style dynamicMenuItemLinkStyle;
- Style staticMenuItemLinkStyle;
- Style dynamicSelectedLinkStyle;
- Style staticSelectedLinkStyle;
- Style dynamicHoverLinkStyle;
- Style staticHoverLinkStyle;
- #if NET_4_0
- bool? renderList;
- bool includeStyleBlock = true;
- MenuRenderingMode renderingMode = MenuRenderingMode.Default;
- #endif
- static readonly object MenuItemClickEvent = new object();
- static readonly object MenuItemDataBoundEvent = new object();
-
- public static readonly string MenuItemClickCommandName = "Click";
-
- public event MenuEventHandler MenuItemClick {
- add { Events.AddHandler (MenuItemClickEvent, value); }
- remove { Events.RemoveHandler (MenuItemClickEvent, value); }
- }
-
- public event MenuEventHandler MenuItemDataBound {
- add { Events.AddHandler (MenuItemDataBoundEvent, value); }
- remove { Events.RemoveHandler (MenuItemDataBoundEvent, value); }
- }
-
- protected virtual void OnMenuItemClick (MenuEventArgs e)
- {
- if (Events != null) {
- MenuEventHandler eh = (MenuEventHandler) Events [MenuItemClickEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnMenuItemDataBound (MenuEventArgs e)
- {
- if (Events != null) {
- MenuEventHandler eh = (MenuEventHandler) Events [MenuItemDataBoundEvent];
- if (eh != null) eh (this, e);
- }
- }
- IMenuRenderer Renderer {
- get {
- if (renderer == null)
- renderer = CreateRenderer (null);
-
- return renderer;
- }
- }
- #if NET_4_0
- bool RenderList {
- get {
- if (renderList == null) {
- switch (RenderingMode) {
- case MenuRenderingMode.List:
- renderList = true;
- break;
- case MenuRenderingMode.Table:
- renderList = false;
- break;
- default:
- if (RenderingCompatibilityLessThan40)
- renderList = false;
- else
- renderList = true;
- break;
- }
- }
- return renderList.Value;
- }
- }
-
- [DefaultValue (true)]
- [Description ("Determines whether or not to render the inline style block (only used in standards compliance mode)")]
- public bool IncludeStyleBlock {
- get { return includeStyleBlock; }
- set { includeStyleBlock = value; }
- }
- [DefaultValue (MenuRenderingMode.Default)]
- public MenuRenderingMode RenderingMode {
- get { return renderingMode; }
- set {
- if (value < MenuRenderingMode.Default || value > MenuRenderingMode.List)
- throw new ArgumentOutOfRangeException ("value");
- renderingMode = value;
- renderer = CreateRenderer (renderer);
- }
- }
- #endif
- [DefaultValueAttribute (null)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [EditorAttribute ("System.Web.UI.Design.WebControls.MenuBindingsEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- [MergablePropertyAttribute (false)]
- public MenuItemBindingCollection DataBindings {
- get {
- if (dataBindings == null) {
- dataBindings = new MenuItemBindingCollection ();
- if (IsTrackingViewState)
- ((IStateManager)dataBindings).TrackViewState();
- }
- return dataBindings;
- }
- }
- [DefaultValue (500)]
- [ThemeableAttribute (false)]
- public int DisappearAfter {
- get {
- object o = ViewState ["DisappearAfter"];
- if (o != null) return (int)o;
- return 500;
- }
- set {
- ViewState["DisappearAfter"] = value;
- }
- }
- [ThemeableAttribute (true)]
- [DefaultValue ("")]
- [UrlProperty]
- [Editor ("System.Web.UI.Design.ImageUrlEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public string DynamicBottomSeparatorImageUrl {
- get {
- object o = ViewState ["dbsiu"];
- if (o != null)
- return (string)o;
- return String.Empty;
- }
- set {
- ViewState["dbsiu"] = value;
- }
- }
- [DefaultValueAttribute ("")]
- public string DynamicItemFormatString {
- get {
- object o = ViewState ["DynamicItemFormatString"];
- if (o != null) return (string)o;
- return "";
- }
- set {
- ViewState["DynamicItemFormatString"] = value;
- }
- }
- [DefaultValue ("")]
- [UrlProperty]
- [WebCategory ("Appearance")]
- [Editor ("System.Web.UI.Design.ImageUrlEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public string DynamicTopSeparatorImageUrl {
- get {
- object o = ViewState ["dtsiu"];
- if (o != null) return (string)o;
- return "";
- }
- set {
- ViewState["dtsiu"] = value;
- }
- }
- [DefaultValue ("")]
- [UrlProperty]
- [WebCategory ("Appearance")]
- [Editor ("System.Web.UI.Design.ImageUrlEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public string StaticBottomSeparatorImageUrl {
- get {
- object o = ViewState ["sbsiu"];
- if (o != null) return (string)o;
- return "";
- }
- set {
- ViewState["sbsiu"] = value;
- }
- }
- [DefaultValue ("")]
- [UrlProperty]
- [WebCategory ("Appearance")]
- [Editor ("System.Web.UI.Design.ImageUrlEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public string StaticTopSeparatorImageUrl {
- get {
- object o = ViewState ["stsiu"];
- if (o != null) return (string)o;
- return "";
- }
- set {
- ViewState["stsiu"] = value;
- }
- }
- [DefaultValue (Orientation.Vertical)]
- public Orientation Orientation {
- get {
- object o = ViewState ["Orientation"];
- if (o != null) return (Orientation) o;
- return Orientation.Vertical;
- }
- set {
- ViewState["Orientation"] = value;
- }
- }
- [DefaultValue (1)]
- [ThemeableAttribute (true)]
- public int StaticDisplayLevels {
- get {
- object o = ViewState ["StaticDisplayLevels"];
- if (o != null) return (int)o;
- return 1;
- }
- set {
- if (value < 1) throw new ArgumentOutOfRangeException ();
- ViewState["StaticDisplayLevels"] = value;
- }
- }
- [DefaultValueAttribute ("")]
- public string StaticItemFormatString {
- get {
- object o = ViewState ["StaticItemFormatString"];
- if (o != null) return (string)o;
- return "";
- }
- set {
- ViewState["StaticItemFormatString"] = value;
- }
- }
- [DefaultValue (typeof (Unit), "16px")]
- [ThemeableAttribute (true)]
- public Unit StaticSubMenuIndent {
- get {
- object o = ViewState ["StaticSubMenuIndent"];
- if (o != null)
- return (Unit)o;
- // LAMESPEC: on 4.0 it returns Unit.Empty and on 3.5 16px
- #if NET_4_0
- return Unit.Empty;
- #else
- return new Unit (16);
- #endif
- }
- set {
- ViewState["StaticSubMenuIndent"] = value;
- }
- }
- [ThemeableAttribute (true)]
- [DefaultValue (3)]
- public int MaximumDynamicDisplayLevels {
- get {
- object o = ViewState ["MaximumDynamicDisplayLevels"];
- if (o != null) return (int)o;
- return 3;
- }
- set {
- if (value < 0) throw new ArgumentOutOfRangeException ();
- ViewState["MaximumDynamicDisplayLevels"] = value;
- }
- }
- [DefaultValue (0)]
- public int DynamicVerticalOffset {
- get {
- object o = ViewState ["DynamicVerticalOffset"];
- if (o != null) return (int)o;
- return 0;
- }
- set {
- ViewState["DynamicVerticalOffset"] = value;
- }
- }
- [DefaultValue (0)]
- public int DynamicHorizontalOffset {
- get {
- object o = ViewState ["DynamicHorizontalOffset"];
- if (o != null) return (int)o;
- return 0;
- }
- set {
- ViewState["DynamicHorizontalOffset"] = value;
- }
- }
- [DefaultValue (true)]
- public bool DynamicEnableDefaultPopOutImage {
- get {
- object o = ViewState ["dedpoi"];
- if (o != null) return (bool)o;
- return true;
- }
- set {
- ViewState["dedpoi"] = value;
- }
- }
- [DefaultValue (true)]
- public bool StaticEnableDefaultPopOutImage {
- get {
- object o = ViewState ["sedpoi"];
- if (o != null) return (bool)o;
- return true;
- }
- set {
- ViewState["sedpoi"] = value;
- }
- }
- [DefaultValueAttribute (null)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Editor ("System.Web.UI.Design.MenuItemCollectionEditor," + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- [MergablePropertyAttribute (false)]
- public MenuItemCollection Items {
- get {
- if (items == null) {
- items = new MenuItemCollection (this);
- if (IsTrackingViewState)
- ((IStateManager)items).TrackViewState();
- }
- return items;
- }
- }
- [DefaultValue ('/')]
- public char PathSeparator {
- get {
- object o = ViewState ["PathSeparator"];
- if(o != null) return (char)o;
- return '/';
- }
- set {
- ViewState ["PathSeparator"] = value;
- }
- }
- [DefaultValue (false)]
- public bool ItemWrap {
- get {
- object o = ViewState ["ItemWrap"];
- if(o != null) return (bool)o;
- return false;
- }
- set {
- ViewState ["ItemWrap"] = value;
- }
- }
- internal Style PopOutBoxStyle {
- get {
- if (popOutBoxStyle == null) {
- popOutBoxStyle = new Style ();
- popOutBoxStyle.BackColor = Color.White;
- }
- return popOutBoxStyle;
- }
- }
- internal Style ControlLinkStyle {
- get {
- if (controlLinkStyle == null) {
- controlLinkStyle = new Style ();
- controlLinkStyle.AlwaysRenderTextDecoration = true;
- }
- return controlLinkStyle;
- }
- }
- internal Style DynamicMenuItemLinkStyle {
- get {
- if (dynamicMenuItemLinkStyle == null) {
- dynamicMenuItemLinkStyle = new Style ();
- }
- return dynamicMenuItemLinkStyle;
- }
- }
- internal Style StaticMenuItemLinkStyle {
- get {
- if (staticMenuItemLinkStyle == null) {
- staticMenuItemLinkStyle = new Style ();
- }
- return staticMenuItemLinkStyle;
- }
- }
- internal Style DynamicSelectedLinkStyle {
- get {
- if (dynamicSelectedLinkStyle == null) {
- dynamicSelectedLinkStyle = new Style ();
- }
- return dynamicSelectedLinkStyle;
- }
- }
- internal Style StaticSelectedLinkStyle {
- get {
- if (staticSelectedLinkStyle == null) {
- staticSelectedLinkStyle = new Style ();
- }
- return staticSelectedLinkStyle;
- }
- }
- internal Style DynamicHoverLinkStyle {
- get {
- if (dynamicHoverLinkStyle == null) {
- dynamicHoverLinkStyle = new Style ();
- }
- return dynamicHoverLinkStyle;
- }
- }
- internal Style StaticHoverLinkStyle {
- get {
- if (staticHoverLinkStyle == null) {
- staticHoverLinkStyle = new Style ();
- }
- return staticHoverLinkStyle;
- }
- }
- internal MenuItemStyle StaticMenuItemStyleInternal {
- get { return staticMenuItemStyle; }
- }
- internal SubMenuStyle StaticMenuStyleInternal {
- get { return staticMenuStyle; }
- }
- internal MenuItemStyle DynamicMenuItemStyleInternal {
- get { return dynamicMenuItemStyle; }
- }
- internal SubMenuStyle DynamicMenuStyleInternal {
- get { return dynamicMenuStyle; }
- }
- internal MenuItemStyleCollection LevelMenuItemStylesInternal {
- get { return levelMenuItemStyles; }
- }
- internal List<Style> LevelMenuItemLinkStyles {
- get { return levelMenuItemLinkStyles; }
- }
- internal SubMenuStyleCollection LevelSubMenuStylesInternal {
- get { return levelSubMenuStyles; }
- }
- internal MenuItemStyle StaticSelectedStyleInternal {
- get { return staticSelectedStyle; }
- }
- internal MenuItemStyle DynamicSelectedStyleInternal {
- get { return dynamicSelectedStyle; }
- }
- internal MenuItemStyleCollection LevelSelectedStylesInternal {
- get { return levelSelectedStyles; }
- }
- internal List<Style> LevelSelectedLinkStyles {
- get { return levelSelectedLinkStyles; }
- }
- internal Style StaticHoverStyleInternal {
- get { return staticHoverStyle; }
- }
- internal Style DynamicHoverStyleInternal {
- get { return dynamicHoverStyle; }
- }
-
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DefaultValue (null)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public MenuItemStyle DynamicMenuItemStyle {
- get {
- if (dynamicMenuItemStyle == null) {
- dynamicMenuItemStyle = new MenuItemStyle ();
- if (IsTrackingViewState)
- dynamicMenuItemStyle.TrackViewState();
- }
- return dynamicMenuItemStyle;
- }
- }
-
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DefaultValue (null)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public MenuItemStyle DynamicSelectedStyle {
- get {
- if (dynamicSelectedStyle == null) {
- dynamicSelectedStyle = new MenuItemStyle ();
- if (IsTrackingViewState)
- dynamicSelectedStyle.TrackViewState();
- }
- return dynamicSelectedStyle;
- }
- }
-
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DefaultValue (null)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public SubMenuStyle DynamicMenuStyle {
- get {
- if (dynamicMenuStyle == null) {
- dynamicMenuStyle = new SubMenuStyle ();
- if (IsTrackingViewState)
- dynamicMenuStyle.TrackViewState();
- }
- return dynamicMenuStyle;
- }
- }
-
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DefaultValue (null)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public MenuItemStyle StaticMenuItemStyle {
- get {
- if (staticMenuItemStyle == null) {
- staticMenuItemStyle = new MenuItemStyle ();
- if (IsTrackingViewState)
- staticMenuItemStyle.TrackViewState();
- }
- return staticMenuItemStyle;
- }
- }
-
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DefaultValue (null)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public MenuItemStyle StaticSelectedStyle {
- get {
- if (staticSelectedStyle == null) {
- staticSelectedStyle = new MenuItemStyle ();
- if (IsTrackingViewState)
- staticSelectedStyle.TrackViewState();
- }
- return staticSelectedStyle;
- }
- }
-
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DefaultValue (null)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public SubMenuStyle StaticMenuStyle {
- get {
- if (staticMenuStyle == null) {
- staticMenuStyle = new SubMenuStyle ();
- if (IsTrackingViewState)
- staticMenuStyle.TrackViewState();
- }
- return staticMenuStyle;
- }
- }
- [DefaultValue (null)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Editor ("System.Web.UI.Design.WebControls.MenuItemStyleCollectionEditor," + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public MenuItemStyleCollection LevelMenuItemStyles {
- get {
- if (levelMenuItemStyles == null) {
- levelMenuItemStyles = new MenuItemStyleCollection ();
- if (IsTrackingViewState)
- ((IStateManager)levelMenuItemStyles).TrackViewState();
- }
- return levelMenuItemStyles;
- }
- }
- [DefaultValue (null)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Editor ("System.Web.UI.Design.WebControls.MenuItemStyleCollectionEditor," + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public MenuItemStyleCollection LevelSelectedStyles {
- get {
- if (levelSelectedStyles == null) {
- levelSelectedStyles = new MenuItemStyleCollection ();
- if (IsTrackingViewState)
- ((IStateManager)levelSelectedStyles).TrackViewState();
- }
- return levelSelectedStyles;
- }
- }
- [DefaultValue (null)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Editor ("System.Web.UI.Design.WebControls.SubMenuStyleCollectionEditor," + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public SubMenuStyleCollection LevelSubMenuStyles {
- get {
- if (levelSubMenuStyles == null) {
- levelSubMenuStyles = new SubMenuStyleCollection ();
- if (IsTrackingViewState)
- ((IStateManager)levelSubMenuStyles).TrackViewState();
- }
- return levelSubMenuStyles;
- }
- }
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DefaultValue (null)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public Style DynamicHoverStyle {
- get {
- if (dynamicHoverStyle == null) {
- dynamicHoverStyle = new Style ();
- if (IsTrackingViewState)
- dynamicHoverStyle.TrackViewState();
- }
- return dynamicHoverStyle;
- }
- }
-
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DefaultValue (null)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public Style StaticHoverStyle {
- get {
- if (staticHoverStyle == null) {
- staticHoverStyle = new Style ();
- if (IsTrackingViewState)
- staticHoverStyle.TrackViewState();
- }
- return staticHoverStyle;
- }
- }
-
- [DefaultValue ("")]
- [UrlProperty]
- [Editor ("System.Web.UI.Design.ImageUrlEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public string ScrollDownImageUrl {
- get {
- object o = ViewState ["sdiu"];
- if (o != null) return (string)o;
- return "";
- }
- set {
- ViewState["sdiu"] = value;
- }
- }
- [DefaultValue ("")]
- [UrlProperty]
- [Editor ("System.Web.UI.Design.ImageUrlEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public string ScrollUpImageUrl {
- get {
- object o = ViewState ["suiu"];
- if (o != null) return (string)o;
- return "";
- }
- set {
- ViewState["suiu"] = value;
- }
- }
- [Localizable (true)]
- public string ScrollDownText {
- get {
- object o = ViewState ["ScrollDownText"];
- if (o != null) return (string) o;
- return Locale.GetText ("Scroll down");
- }
- set {
- ViewState["ScrollDownText"] = value;
- }
- }
- [Localizable (true)]
- public string ScrollUpText {
- get {
- object o = ViewState ["ScrollUpText"];
- if (o != null) return (string) o;
- return Locale.GetText ("Scroll up");
- }
- set {
- ViewState["ScrollUpText"] = value;
- }
- }
- public string DynamicPopOutImageTextFormatString
- {
- get
- {
- object o = ViewState ["dpoitf"];
- if (o != null) return (string) o;
- return Locale.GetText ("Expand {0}");
- }
- set
- {
- ViewState ["dpoitf"] = value;
- }
- }
-
- [DefaultValue ("")]
- [UrlProperty]
- [Editor ("System.Web.UI.Design.ImageUrlEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public string DynamicPopOutImageUrl {
- get {
- object o = ViewState ["dpoiu"];
- if (o != null) return (string)o;
- return "";
- }
- set {
- ViewState["dpoiu"] = value;
- }
- }
- public string StaticPopOutImageTextFormatString
- {
- get
- {
- object o = ViewState ["spoitf"];
- if (o != null) return (string) o;
- return Locale.GetText ("Expand {0}");
- }
- set
- {
- ViewState ["spoitf"] = value;
- }
- }
- [DefaultValue ("")]
- [UrlProperty]
- [Editor ("System.Web.UI.Design.ImageUrlEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public string StaticPopOutImageUrl {
- get {
- object o = ViewState ["spoiu"];
- if (o != null) return (string)o;
- return "";
- }
- set {
- ViewState["spoiu"] = value;
- }
- }
- [DefaultValue ("")]
- public string Target {
- get {
- object o = ViewState ["Target"];
- if (o != null) return (string) o;
- return "";
- }
- set {
- ViewState["Target"] = value;
- }
- }
- [DefaultValue (null)]
- [TemplateContainer (typeof(MenuItemTemplateContainer), BindingDirection.OneWay)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Browsable (false)]
- public ITemplate StaticItemTemplate {
- get { return staticItemTemplate; }
- set { staticItemTemplate = value; }
- }
-
- [DefaultValue (null)]
- [TemplateContainer (typeof(MenuItemTemplateContainer), BindingDirection.OneWay)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Browsable (false)]
- public ITemplate DynamicItemTemplate {
- get { return dynamicItemTemplate; }
- set { dynamicItemTemplate = value; }
- }
-
- [Browsable (false)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- public MenuItem SelectedItem {
- get {
- if (selectedItem == null && selectedItemPath != null) {
- selectedItem = FindItemByPos (selectedItemPath);
- }
-
- return selectedItem;
- }
- }
- [Browsable (false)]
- [DefaultValue ("")]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- public string SelectedValue {
- get { return selectedItem != null ? selectedItem.Value : ""; }
- }
- [Localizable (true)]
- public string SkipLinkText
- {
- get {
- object o = ViewState ["SkipLinkText"];
- if (o != null)
- return (string) o;
- return "Skip Navigation Links";
- }
- set {
- ViewState ["SkipLinkText"] = value;
- }
- }
-
- IMenuRenderer CreateRenderer (IMenuRenderer current)
- {
- #if NET_4_0
- Type newType = null;
-
- switch (RenderingMode) {
- case MenuRenderingMode.Default:
- if (RenderingCompatibilityLessThan40)
- newType = typeof (MenuTableRenderer);
- else
- newType = typeof (MenuListRenderer);
- break;
-
- case MenuRenderingMode.Table:
- newType = typeof (MenuTableRenderer);
- break;
- case MenuRenderingMode.List:
- newType = typeof (MenuListRenderer);
- break;
- }
- if (newType == null)
- return null;
- if (current == null || current.GetType () != newType)
- return Activator.CreateInstance (newType, this) as IMenuRenderer;
- #else
- if (current == null)
- return new MenuTableRenderer (this);
- #endif
- return current;
- }
-
- internal void SetSelectedItem (MenuItem item)
- {
- if (selectedItem == item) return;
- selectedItem = item;
- selectedItemPath = item.Path;
- }
-
- public MenuItem FindItem (string valuePath)
- {
- if (valuePath == null) throw new ArgumentNullException ("valuePath");
- string[] path = valuePath.Split (PathSeparator);
- int n = 0;
- MenuItemCollection col = Items;
- bool foundBranch = true;
- while (col.Count > 0 && foundBranch) {
- foundBranch = false;
- foreach (MenuItem item in col) {
- if (item.Value == path [n]) {
- if (++n == path.Length) return item;
- col = item.ChildItems;
- foundBranch = true;
- break;
- }
- }
- }
- return null;
- }
-
- string GetBindingKey (string dataMember, int depth)
- {
- return dataMember + " " + depth;
- }
-
- internal MenuItemBinding FindBindingForItem (string type, int depth)
- {
- if (bindings == null) return null;
- MenuItemBinding bin = (MenuItemBinding) bindings [GetBindingKey (type, depth)];
- if (bin != null) return bin;
-
- bin = (MenuItemBinding) bindings [GetBindingKey (type, -1)];
- if (bin != null) return bin;
-
- bin = (MenuItemBinding) bindings [GetBindingKey ("", depth)];
- if (bin != null) return bin;
-
- bin = (MenuItemBinding) bindings [GetBindingKey ("", -1)];
- return bin;
- }
-
- protected internal override void PerformDataBinding ()
- {
- base.PerformDataBinding ();
- // Do not attempt to bind data if there is no
- // data source set.
- if (!IsBoundUsingDataSourceID && (DataSource == null)) {
- EnsureChildControlsDataBound ();
- return;
- }
- InitializeDataBindings ();
- HierarchicalDataSourceView data = GetData ("");
- if (data == null) {
- throw new InvalidOperationException ("No view returned by data source control.");
- }
- Items.Clear ();
- IHierarchicalEnumerable e = data.Select ();
- FillBoundChildrenRecursive (e, Items);
- CreateChildControlsForItems ();
- ChildControlsCreated = true;
- EnsureChildControlsDataBound ();
- }
- void FillBoundChildrenRecursive (IHierarchicalEnumerable hEnumerable, MenuItemCollection itemCollection)
- {
- if (hEnumerable == null)
- return;
- foreach (object obj in hEnumerable) {
- IHierarchyData hdata = hEnumerable.GetHierarchyData (obj);
- MenuItem item = new MenuItem ();
- itemCollection.Add (item);
- item.Bind (hdata);
- SiteMapNode siteMapNode = hdata as SiteMapNode;
- if (siteMapNode != null) {
- if (_currSiteMapNode == null)
- _currSiteMapNode = siteMapNode.Provider.CurrentNode;
- if (siteMapNode == _currSiteMapNode)
- item.Selected = true;
- }
-
- OnMenuItemDataBound (new MenuEventArgs (item));
- if (hdata == null || !hdata.HasChildren)
- continue;
- IHierarchicalEnumerable e = hdata.GetChildren ();
- FillBoundChildrenRecursive (e, item.ChildItems);
- }
- }
-
- protected void SetItemDataBound (MenuItem node, bool dataBound)
- {
- node.SetDataBound (dataBound);
- }
-
- protected void SetItemDataPath (MenuItem node, string dataPath)
- {
- node.SetDataPath (dataPath);
- }
-
- protected void SetItemDataItem (MenuItem node, object dataItem)
- {
- node.SetDataItem (dataItem);
- }
-
- protected internal virtual void RaisePostBackEvent (string eventArgument)
- {
- ValidateEvent (UniqueID, eventArgument);
- if (!IsEnabled)
- return;
- EnsureChildControls();
- MenuItem item = FindItemByPos (eventArgument);
- if (item == null) return;
- item.Selected = true;
- OnMenuItemClick (new MenuEventArgs (item));
- }
- void IPostBackEventHandler.RaisePostBackEvent (string eventArgument)
- {
- RaisePostBackEvent (eventArgument);
- }
-
- MenuItem FindItemByPos (string path)
- {
- string[] indexes = path.Split ('_');
- MenuItem item = null;
-
- foreach (string index in indexes) {
- int i = int.Parse (index);
- if (item == null) {
- if (i >= Items.Count) return null;
- item = Items [i];
- } else {
- if (i >= item.ChildItems.Count) return null;
- item = item.ChildItems [i];
- }
- }
- return item;
- }
-
- protected override HtmlTextWriterTag TagKey {
- get { return Renderer.Tag; }
- }
-
- protected override void TrackViewState()
- {
- EnsureDataBound ();
-
- base.TrackViewState();
- if (dataBindings != null) {
- ((IStateManager)dataBindings).TrackViewState ();
- }
- if (items != null) {
- ((IStateManager)items).TrackViewState();
- }
- if (dynamicMenuItemStyle != null)
- dynamicMenuItemStyle.TrackViewState ();
- if (dynamicMenuStyle != null)
- dynamicMenuStyle.TrackViewState ();
- if (levelMenuItemStyles != null && levelMenuItemStyles.Count > 0)
- ((IStateManager)levelMenuItemStyles).TrackViewState();
- if (levelSelectedStyles != null && levelMenuItemStyles.Count > 0)
- ((IStateManager)levelSelectedStyles).TrackViewState();
- if (levelSubMenuStyles != null && levelSubMenuStyles.Count > 0)
- ((IStateManager)levelSubMenuStyles).TrackViewState();
- if (dynamicSelectedStyle != null)
- dynamicSelectedStyle.TrackViewState();
- if (staticMenuItemStyle != null)
- staticMenuItemStyle.TrackViewState ();
- if (staticMenuStyle != null)
- staticMenuStyle.TrackViewState ();
- if (staticSelectedStyle != null)
- staticSelectedStyle.TrackViewState();
- if (staticHoverStyle != null)
- staticHoverStyle.TrackViewState();
- if (dynamicHoverStyle != null)
- dynamicHoverStyle.TrackViewState();
- }
- protected override object SaveViewState()
- {
- object[] states = new object [14];
- states[0] = base.SaveViewState ();
- states[1] = dataBindings == null ? null : ((IStateManager)dataBindings).SaveViewState();
- states[2] = items == null ? null : ((IStateManager)items).SaveViewState();
- states[3] = dynamicMenuItemStyle == null ? null : dynamicMenuItemStyle.SaveViewState();
- states[4] = dynamicMenuStyle == null ? null : dynamicMenuStyle.SaveViewState();
- states[5] = levelMenuItemStyles == null ? null : ((IStateManager)levelMenuItemStyles).SaveViewState();
- states[6] = levelSelectedStyles == null ? null : ((IStateManager)levelSelectedStyles).SaveViewState();
- states[7] = dynamicSelectedStyle == null ? null : dynamicSelectedStyle.SaveViewState();
- states[8] = (staticMenuItemStyle == null ? null : staticMenuItemStyle.SaveViewState());
- states[9] = staticMenuStyle == null ? null : staticMenuStyle.SaveViewState();
- states[10] = staticSelectedStyle == null ? null : staticSelectedStyle.SaveViewState();
- states[11] = staticHoverStyle == null ? null : staticHoverStyle.SaveViewState();
- states[12] = dynamicHoverStyle == null ? null : dynamicHoverStyle.SaveViewState();
- states[13] = levelSubMenuStyles == null ? null : ((IStateManager)levelSubMenuStyles).SaveViewState();
- for (int i = states.Length - 1; i >= 0; i--) {
- if (states [i] != null)
- return states;
- }
- return null;
- }
- protected override void LoadViewState (object savedState)
- {
- if (savedState == null)
- return;
- object [] states = (object []) savedState;
- base.LoadViewState (states[0]);
-
- if (states[1] != null)
- ((IStateManager)DataBindings).LoadViewState(states[1]);
- if (states[2] != null)
- ((IStateManager)Items).LoadViewState(states[2]);
- if (states[3] != null)
- DynamicMenuItemStyle.LoadViewState (states[3]);
- if (states[4] != null)
- DynamicMenuStyle.LoadViewState (states[4]);
- if (states[5] != null)
- ((IStateManager)LevelMenuItemStyles).LoadViewState(states[5]);
- if (states[6] != null)
- ((IStateManager)LevelSelectedStyles).LoadViewState(states[6]);
- if (states[7] != null)
- DynamicSelectedStyle.LoadViewState (states[7]);
- if (states[8] != null)
- StaticMenuItemStyle.LoadViewState (states[8]);
- if (states[9] != null)
- StaticMenuStyle.LoadViewState (states[9]);
- if (states[10] != null)
- StaticSelectedStyle.LoadViewState (states[10]);
- if (states[11] != null)
- StaticHoverStyle.LoadViewState (states[11]);
- if (states[12] != null)
- DynamicHoverStyle.LoadViewState (states[12]);
- if (states[13] != null)
- ((IStateManager)LevelSubMenuStyles).LoadViewState(states[13]);
- }
-
- protected internal override void OnInit (EventArgs e)
- {
- Page.RegisterRequiresControlState (this);
- base.OnInit (e);
- }
-
- protected internal override void LoadControlState (object ob)
- {
- if (ob == null) return;
- object[] state = (object[]) ob;
- base.LoadControlState (state[0]);
- selectedItemPath = state[1] as string;
- }
-
- protected internal override object SaveControlState ()
- {
- object bstate = base.SaveControlState ();
- object mstate = selectedItemPath;
-
- if (bstate != null || mstate != null)
- return new object[] { bstate, mstate };
- else
- return null;
- }
-
- protected internal override void CreateChildControls ()
- {
- if (!IsBoundUsingDataSourceID && (DataSource == null)) {
- CreateChildControlsForItems ();
- }
- else {
- EnsureDataBound ();
- }
- }
- void CreateChildControlsForItems () {
- Controls.Clear ();
- // Check for HasChildViewState to avoid unnecessary calls to ClearChildViewState.
- if (HasChildViewState)
- ClearChildViewState ();
- _menuItemControls = new Hashtable ();
- CreateChildControlsForItems (Items);
- _requiresChildControlsDataBinding = true;
- }
- void CreateChildControlsForItems (MenuItemCollection items )
- {
- IMenuRenderer renderer = Renderer;
- foreach (MenuItem item in items) {
- bool isDynamicItem = renderer.IsDynamicItem (this, item);
- if (isDynamicItem && dynamicItemTemplate != null) {
- MenuItemTemplateContainer cter = new MenuItemTemplateContainer (item.Index, item);
- dynamicItemTemplate.InstantiateIn (cter);
- _menuItemControls [item] = cter;
- Controls.Add (cter);
- }
- else if (!isDynamicItem && staticItemTemplate != null) {
- MenuItemTemplateContainer cter = new MenuItemTemplateContainer (item.Index, item);
- staticItemTemplate.InstantiateIn (cter);
- _menuItemControls [item] = cter;
- Controls.Add (cter);
- }
- if (item.HasChildData)
- CreateChildControlsForItems (item.ChildItems);
- }
- }
- protected override void EnsureDataBound ()
- {
- base.EnsureDataBound ();
-
- EnsureChildControlsDataBound ();
- }
- void EnsureChildControlsDataBound () {
- if (!_requiresChildControlsDataBinding)
- return;
- DataBindChildren ();
- _requiresChildControlsDataBinding = false;
- }
- [MonoTODO ("Not implemented")]
- protected override IDictionary GetDesignModeState ()
- {
- throw new NotImplementedException ();
- }
- [MonoTODO ("Not implemented")]
- protected override void SetDesignModeState (IDictionary data)
- {
- throw new NotImplementedException ();
- }
-
- public override ControlCollection Controls {
- get { return base.Controls; }
- }
-
- public sealed override void DataBind ()
- {
- base.DataBind ();
- }
-
- protected override bool OnBubbleEvent (object source, EventArgs args)
- {
- if (!(args is CommandEventArgs))
- return false;
- MenuEventArgs menuArgs = args as MenuEventArgs;
- if (menuArgs != null && string.Equals (menuArgs.CommandName, MenuItemClickCommandName))
- OnMenuItemClick (menuArgs);
- return true;
- }
- protected override void OnDataBinding (EventArgs e)
- {
- EnsureChildControls ();
- base.OnDataBinding (e);
- }
-
- protected internal override void OnPreRender (EventArgs e)
- {
- base.OnPreRender (e);
- string cmenu = ClientID + "_data";
- StringBuilder script = new StringBuilder ();
- Page page = Page;
- HtmlHead header;
- ClientScriptManager csm;
- if (page != null) {
- header = page.Header;
- csm = page.ClientScript;
- } else {
- header = null;
- csm = null;
- }
-
- Renderer.PreRender (page, header, csm, cmenu, script);
- if (csm != null) {
- csm.RegisterWebFormClientScript ();
- csm.RegisterStartupScript (typeof(Menu), ClientID, script.ToString (), true);
- }
- }
- void InitializeDataBindings () {
- if (dataBindings != null && dataBindings.Count > 0) {
- bindings = new Hashtable ();
- foreach (MenuItemBinding bin in dataBindings) {
- string key = GetBindingKey (bin.DataMember, bin.Depth);
- bindings [key] = bin;
- }
- }
- else
- bindings = null;
- }
-
- protected internal override void Render (HtmlTextWriter writer)
- {
- if (Items.Count > 0)
- base.Render (writer);
- }
-
- protected override void AddAttributesToRender (HtmlTextWriter writer)
- {
- Renderer.AddAttributesToRender (writer);
- base.AddAttributesToRender (writer);
- }
-
- public override void RenderBeginTag (HtmlTextWriter writer)
- {
- string skipLinkText = SkipLinkText;
- if (!String.IsNullOrEmpty (skipLinkText))
- Renderer.RenderBeginTag (writer, skipLinkText);
- base.RenderBeginTag (writer);
- }
-
- public override void RenderEndTag (HtmlTextWriter writer)
- {
- base.RenderEndTag (writer);
- Renderer.RenderEndTag (writer);
-
- string skipLinkText = SkipLinkText;
- if (!String.IsNullOrEmpty (skipLinkText)) {
- writer.AddAttribute (HtmlTextWriterAttribute.Id, ClientID + "_SkipLink");
- writer.RenderBeginTag (HtmlTextWriterTag.A);
- writer.RenderEndTag ();
- }
- }
-
- protected internal override void RenderContents (HtmlTextWriter writer)
- {
- Renderer.RenderContents (writer);
- }
- internal void RenderDynamicMenu (HtmlTextWriter writer, MenuItemCollection items)
- {
- for (int n = 0; n < items.Count; n++) {
- if (DisplayChildren (items [n])) {
- RenderDynamicMenu (writer, items [n]);
- RenderDynamicMenu (writer, items [n].ChildItems);
- }
- }
- }
-
- MenuRenderHtmlTemplate _dynamicTemplate;
- MenuRenderHtmlTemplate GetDynamicMenuTemplate (MenuItem item)
- {
- if (_dynamicTemplate != null)
- return _dynamicTemplate;
- _dynamicTemplate = new MenuRenderHtmlTemplate ();
- HtmlTextWriter writer = _dynamicTemplate.GetMenuTemplateWriter ();
- if (Page.Header != null) {
- writer.AddAttribute (HtmlTextWriterAttribute.Class, MenuRenderHtmlTemplate.GetMarker (0));
- }
- else {
- writer.AddAttribute (HtmlTextWriterAttribute.Style, MenuRenderHtmlTemplate.GetMarker (0));
- }
- writer.AddStyleAttribute ("visibility", "hidden");
- writer.AddStyleAttribute ("position", "absolute");
- writer.AddStyleAttribute ("z-index", "1");
- writer.AddStyleAttribute ("left", "0px");
- writer.AddStyleAttribute ("top", "0px");
- writer.AddAttribute ("id", MenuRenderHtmlTemplate.GetMarker (1));
- writer.RenderBeginTag (HtmlTextWriterTag.Div);
- // Up button
- writer.AddAttribute ("id", MenuRenderHtmlTemplate.GetMarker (2));
- writer.AddStyleAttribute ("display", "block");
- writer.AddStyleAttribute ("text-align", "center");
- writer.AddAttribute ("onmouseover", string.Concat ("Menu_OverScrollBtn ('", ClientID, "','", MenuRenderHtmlTemplate.GetMarker (3), "','u')"));
- writer.AddAttribute ("onmouseout", string.Concat ("Menu_OutScrollBtn ('", ClientID, "','", MenuRenderHtmlTemplate.GetMarker (4), "','u')"));
- writer.RenderBeginTag (HtmlTextWriterTag.Div);
-
- writer.AddAttribute ("src", MenuRenderHtmlTemplate.GetMarker (5)); //src
- writer.AddAttribute ("alt", MenuRenderHtmlTemplate.GetMarker (6)); //ScrollUpText
- writer.RenderBeginTag (HtmlTextWriterTag.Img);
- writer.RenderEndTag (); // IMG
-
- writer.RenderEndTag (); // DIV scroll button
-
- writer.AddAttribute ("id", MenuRenderHtmlTemplate.GetMarker (7));
- writer.RenderBeginTag (HtmlTextWriterTag.Div);
- writer.AddAttribute ("id", MenuRenderHtmlTemplate.GetMarker (8));
- writer.RenderBeginTag (HtmlTextWriterTag.Div);
-
- // call of RenderMenu
- writer.Write (MenuRenderHtmlTemplate.GetMarker (9));
-
- writer.RenderEndTag (); // DIV Content
- writer.RenderEndTag (); // DIV Scroll container
- // Down button
- writer.AddAttribute ("id", MenuRenderHtmlTemplate.GetMarker (0));
- writer.AddStyleAttribute ("display", "block");
- writer.AddStyleAttribute ("text-align", "center");
- writer.AddAttribute ("onmouseover", string.Concat ("Menu_OverScrollBtn ('", ClientID, "','", MenuRenderHtmlTemplate.GetMarker (1), "','d')"));
- writer.AddAttribute ("onmouseout", string.Concat ("Menu_OutScrollBtn ('", ClientID, "','", MenuRenderHtmlTemplate.GetMarker (2), "','d')"));
- writer.RenderBeginTag (HtmlTextWriterTag.Div);
-
- writer.AddAttribute ("src", MenuRenderHtmlTemplate.GetMarker (3)); //src
- writer.AddAttribute ("alt", MenuRenderHtmlTemplate.GetMarker (4)); //ScrollDownText
- writer.RenderBeginTag (HtmlTextWriterTag.Img);
- writer.RenderEndTag (); // IMG
-
- writer.RenderEndTag (); // DIV scroll button
-
- writer.RenderEndTag (); // DIV menu
- _dynamicTemplate.Parse ();
- return _dynamicTemplate;
- }
- void RenderDynamicMenu (HtmlTextWriter writer, MenuItem item)
- {
- _dynamicTemplate = GetDynamicMenuTemplate (item);
- string idPrefix = ClientID + "_" + item.Path;
- string [] param = new string [9];
- param [0] = GetCssMenuStyle (true, item.Depth + 1);
- param [1] = idPrefix + "s";
- param [2] = idPrefix + "cu";
- param [3] = item.Path;
- param [4] = item.Path;
- param [5] = ScrollUpImageUrl != "" ? ScrollUpImageUrl : Page.ClientScript.GetWebResourceUrl (typeof (Menu), "arrow_up.gif");
- param [6] = ScrollUpText;
- param [7] = idPrefix + "cb";
- param [8] = idPrefix + "cc";
- _dynamicTemplate.RenderTemplate (writer, param, 0, param.Length);
- RenderMenu (writer, item.ChildItems, true, true, item.Depth + 1, false);
- string [] param2 = new string [5];
- param2 [0] = idPrefix + "cd";
- param2 [1] = item.Path;
- param2 [2] = item.Path;
- param2 [3] = ScrollDownImageUrl != "" ? ScrollDownImageUrl : Page.ClientScript.GetWebResourceUrl (typeof (Menu), "arrow_down.gif");
- param2 [4] = ScrollDownText;
- _dynamicTemplate.RenderTemplate (writer, param2, param.Length + 1, param2.Length);
- }
- string GetCssMenuStyle (bool dynamic, int menuLevel)
- {
- if (Page.Header != null) {
- // styles are registered
- StringBuilder sb = new StringBuilder ();
- if (!dynamic && staticMenuStyle != null) {
- sb.Append (staticMenuStyle.CssClass);
- sb.Append (' ');
- sb.Append (staticMenuStyle.RegisteredCssClass);
- }
- if (dynamic && dynamicMenuStyle != null) {
- sb.Append (PopOutBoxStyle.RegisteredCssClass);
- sb.Append (' ');
- sb.Append (dynamicMenuStyle.CssClass);
- sb.Append (' ');
- sb.Append (dynamicMenuStyle.RegisteredCssClass);
- }
- if (levelSubMenuStyles != null && levelSubMenuStyles.Count > menuLevel) {
- sb.Append (levelSubMenuStyles [menuLevel].CssClass);
- sb.Append (' ');
- sb.Append (levelSubMenuStyles [menuLevel].RegisteredCssClass);
- }
- return sb.ToString ();
- }
- else {
- // styles are not registered
- SubMenuStyle style = new SubMenuStyle ();
- if (!dynamic && staticMenuStyle != null) {
- style.CopyFrom (staticMenuStyle);
- }
- if (dynamic && dynamicMenuStyle != null) {
- style.CopyFrom (PopOutBoxStyle);
- style.CopyFrom (dynamicMenuStyle);
- }
- if (levelSubMenuStyles != null && levelSubMenuStyles.Count > menuLevel) {
- style.CopyFrom (levelSubMenuStyles [menuLevel]);
- }
- return style.GetStyleAttributes (null).Value;
- }
- }
- internal void RenderMenu (HtmlTextWriter writer, MenuItemCollection items, bool vertical, bool dynamic, int menuLevel, bool notLast)
- {
- IMenuRenderer renderer = Renderer;
-
- renderer.RenderMenuBeginTag (writer, dynamic, menuLevel);
- renderer.RenderMenuBody (writer, items, vertical, dynamic, notLast);
- renderer.RenderMenuEndTag (writer, dynamic, menuLevel);
- }
- internal bool DisplayChildren (MenuItem item)
- {
- return (item.Depth + 1 < StaticDisplayLevels + MaximumDynamicDisplayLevels) && item.ChildItems.Count > 0;
- }
-
- internal void RenderItem (HtmlTextWriter writer, MenuItem item, int position)
- {
- // notLast should be true if item or any of its ancestors is not a
- // last child.
- bool notLast = false;
- MenuItem parent;
- MenuItem child = item;
- while (null != (parent = child.Parent)) {
- if (child.Index != parent.ChildItems.Count - 1) {
- notLast = true;
- break;
- }
- child = parent;
- }
- Renderer.RenderMenuItem (writer, item, notLast, position == 0);
- }
- internal void RenderItemContent (HtmlTextWriter writer, MenuItem item, bool isDynamicItem)
- {
- if (_menuItemControls!=null && _menuItemControls [item] != null)
- ((Control) _menuItemControls [item]).Render (writer);
- Renderer.RenderItemContent (writer, item, isDynamicItem);
- }
-
- internal Unit GetItemSpacing (MenuItem item, bool dynamic)
- {
- Unit itemSpacing = Unit.Empty;
-
- if (item.Selected) {
- if (levelSelectedStyles != null && item.Depth < levelSelectedStyles.Count) {
- itemSpacing = levelSelectedStyles [item.Depth].ItemSpacing;
- if (itemSpacing != Unit.Empty) return itemSpacing;
- }
- if (dynamic && dynamicSelectedStyle != null)
- itemSpacing = dynamicSelectedStyle.ItemSpacing;
- else if (!dynamic && staticSelectedStyle != null)
- itemSpacing = staticSelectedStyle.ItemSpacing;
- if (itemSpacing != Unit.Empty)
- return itemSpacing;
- }
-
- if (levelMenuItemStyles != null && item.Depth < levelMenuItemStyles.Count) {
- itemSpacing = levelMenuItemStyles [item.Depth].ItemSpacing;
- if (itemSpacing != Unit.Empty) return itemSpacing;
- }
- if (dynamic && dynamicMenuItemStyle != null)
- return dynamicMenuItemStyle.ItemSpacing;
- else if (!dynamic && staticMenuItemStyle != null)
- return staticMenuItemStyle.ItemSpacing;
- else
- return Unit.Empty;
- }
- class MenuTemplateWriter : TextWriter
- {
- char [] _buffer;
- int _ptr = 0;
-
- public MenuTemplateWriter (char [] buffer)
- {
- _buffer = buffer;
- }
- public override Encoding Encoding
- {
- get { return Encoding.Unicode; }
- }
- public override void Write (char value)
- {
- if (_ptr == _buffer.Length)
- EnsureCapacity ();
-
- _buffer [_ptr++] = value;
- }
- public override void Write (string value)
- {
- if (value == null)
- return;
- if (_ptr + value.Length >= _buffer.Length)
- EnsureCapacity ();
- for (int i = 0; i < value.Length; i++)
- _buffer [_ptr++] = value [i];
- }
- void EnsureCapacity ()
- {
- char [] tmpBuffer = new char [_buffer.Length * 2];
- Array.Copy (_buffer, tmpBuffer, _buffer.Length);
- _buffer = tmpBuffer;
- }
- }
- class MenuRenderHtmlTemplate
- {
- public const string Marker = "\u093a\u093b\u0971";
- char [] _templateHtml;
- MenuTemplateWriter _templateWriter;
- ArrayList idxs = new ArrayList (32);
- public MenuRenderHtmlTemplate ()
- {
- _templateHtml = new char [1024];
- _templateWriter = new MenuTemplateWriter (_templateHtml);
- }
- public static string GetMarker (int num)
- {
- char charNum = (char) ((int) '\u0971' + num);
- return string.Concat (Marker, charNum);
- }
- public HtmlTextWriter GetMenuTemplateWriter()
- {
- return new HtmlTextWriter (_templateWriter);
- }
- public void Parse ()
- {
- int mpos = 0;
- for (int i = 0; i < _templateHtml.Length; i++) {
- if (_templateHtml [i] == '\0') {
- idxs.Add (i);
- break;
- }
- if (_templateHtml [i] != Marker [mpos]) {
- mpos = 0;
- continue;
- }
- mpos++;
- if (mpos == Marker.Length) {
- mpos = 0;
- idxs.Add (i - Marker.Length + 1);
- }
- }
- }
- public void RenderTemplate (HtmlTextWriter writer, string [] dynamicParts, int start, int count)
- {
- if (idxs.Count == 0)
- return;
- int partStart = 0;
- int partEnd = (start == 0) ? -Marker.Length - 1 : (int) idxs [start - 1];
- int di = 0;
- int i = start;
- int total = start + count;
- for (; i < total; i++) {
- partStart = partEnd + Marker.Length + 1;
- partEnd = (int) idxs [i];
-
- // write static part
- writer.Write (_templateHtml, partStart, partEnd - partStart);
- // write synamic part
- di = (int) _templateHtml [partEnd + Marker.Length] - 0x971;
- writer.Write (dynamicParts [di]);
- }
- partStart = partEnd + Marker.Length + 1;
- partEnd = (int) idxs [i];
- writer.Write (_templateHtml, partStart, partEnd - partStart);
- }
-
- }
- }
- }
- #endif
|