This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Aug 15, 2012, 7:57 PM
21 Posts

drop down menus

  • Category: Dojo and Client Side JavaScript
  • Platform: Windows
  • Release: 8.5.3
  • Role: Developer
  • Tags: Looking for how to implement dropdown menus
  • Replies: 1
 Hi
 
  Dropdown menus these days should be easy to implement but I'm finding it difficult to find an example I can use.  Can someone point me to an example where hovering over a link will drop down a list of choices? 
 
thanks 
clem 
Aug 15, 2012, 11:02 PM
56 Posts
Re: drop down menus
Hi,
 
nothing is easier than this since we know the Extension Library. Try something like this:
 
<xe:dropDownButton id="dropDownButton1">
            <xe:this.treeNodes>
                <xe:basicContainerNode label="Choice 1">
                    <xe:this.children>
                        <xe:basicLeafNode label="Menu 1-1" submitValue="Menu 11" />
                        <xe:basicLeafNode label="Menu 1-2" submitValue="Menu 12" />
                        <xe:basicLeafNode label="Menu 1-3" submitValue="Menu 13" />
                    </xe:this.children>
                </xe:basicContainerNode>
            </xe:this.treeNodes>
        </xe:dropDownButton>

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal