toolbar: drop down menu

  1. #1

    toolbar: drop down menu

    Hi,
    I load a html page inside a panel using Iframe. On my main panel I have toolbar menu which has sub-menu. When I click on the mune button, the list goes behind the html page and items aren't visible.

    Does anyone know why? Is there any solution?

    I wish you all a very happy Christmas and a Happy New Year.

    Thanks,
    Kamal
  2. #2

    RE: toolbar: drop down menu



    Hi,

    There are a few workarounds:
    - place toolbar at the bottom
    - don't use a iframe in this scenario (when you absolutely need a menu in the toolbar)
    - place the toolbar on top of a panel inside the iframe
    - use the ux.ManagedIframePanel extension from Ext (recommended)
    - search with Firebug the dom element of the menu and try override its css style, setting a higher z-index

    Martijn


  3. #3

    RE: toolbar: drop down menu

    Hi Martijn,
    Thanks for your response.

    How can I use ux.ManagedIframePanel?

    Thanks,
    Kamal
  4. #4

    RE: toolbar: drop down menu

    Hi,

    Try searching Google or the ExtJS forums for a description and a api reference for this component. (if you are new to using Ext extensions you might want to follow a simpler approach)

    Martijn

Similar Threads

  1. about toolbar menu
    By Egale in forum 1.x Help
    Replies: 7
    Last Post: Jul 12, 2011, 1:42 PM
  2. [CLOSED] menu item drag and drop
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Apr 18, 2011, 7:03 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

Posting Permissions