APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

Menu
Version 3.5



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Appearance
Layout
Behavior
Programming




HomeAbout UsProductsSupport


Tooltip describes the purpose of the currently selected item. Place the mouse pointer over any menu item and a tooltip will appear.

Tooltips are specified through the tooltip node attributes in the menu XML Structure. Tooltips can include HTML tags by using square brackets ("[" and "]"). The CSS Style (class ".Ttip") is used for layout customization.

  • XML

    <menu>
      ...
      <item title="Home" tooltip="Go to [b]Home Page[/b]" />
      <item title="About Us" tooltip="Executive biographies, board of directors, 
            [br]community affairs, etc." />
      ...
    </menu>
    

Code Samples:
WebForm1.aspxWebForm1.aspx.csWebForm1.aspx.vbMenu.XML
Skin Style (Horizontal)Skin Images  



  © 2003-2008 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center