[CLOSED] Toolbar as a navigation menu

  1. #1

    [CLOSED] Toolbar as a navigation menu

    Hello,

    I am using a toolbar in my ext.net pages as my main navigation menu.
    The click handler of each button navigates the user

    document.location.href = ......
    What I am missing in that solution are things like pressing ctrl in order to open the page in a new tab.

    Is there any way to treat these buttons as hyperlinks, or is there a better way to implement a navigation menu?
    Last edited by Daniil; Jan 22, 2013 at 4:03 AM. Reason: [CLOSED]
  2. #2
    Hi @blueworld,

    You should use window.open().

    Also it is worth to read this post.
    http://stackoverflow.com/a/8944735/1758525

Similar Threads

  1. about toolbar menu
    By Egale in forum 1.x Help
    Replies: 7
    Last Post: Jul 12, 2011, 1:42 PM
  2. Replies: 1
    Last Post: Jun 11, 2011, 8:37 PM
  3. Access url from a Toolbar Menu
    By danilo in forum 1.x Help
    Replies: 3
    Last Post: Nov 10, 2010, 7:48 AM
  4. Menu + Toolbar
    By Dominik in forum 1.x Help
    Replies: 8
    Last Post: Apr 15, 2010, 4:35 AM
  5. toolbar: drop down menu
    By Kamal in forum 1.x Help
    Replies: 3
    Last Post: Dec 22, 2009, 5:13 AM

Posting Permissions