[CLOSED] Button Menu with TextFields, Mouse events interacting

  1. #1

    [CLOSED] Button Menu with TextFields, Mouse events interacting

    Attached Thumbnails Click image for larger version. 

Name:	PantallazoMenuFiltro.png 
Views:	10 
Size:	24.9 KB 
ID:	4577  
    Last edited by Daniil; Aug 06, 2012 at 12:58 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please set up the following BoxReady listener for the Menu.

    Example
    <Listeners>
        <BoxReady Handler="var me = this;                
                            me.mun(me.el, 'mouseover', me.onMouseOver, me);" />
    </Listeners>
  3. #3
    Thank you.
  4. #4
    Another approach is overriding the canActivateItem menu item.
    http://docs.sencha.com/ext-js/4-1/#!...anActivateItem

    If you will need to use common MenuItems in that Menu, would be better to override this function to keep auto-focusing functionality for the MenuItems.
  5. #5
    Here is a related discussion regarding Ext.NET v2.
    http://forums.ext.net/showthread.php?24717

Similar Threads

  1. Replies: 12
    Last Post: Dec 22, 2011, 10:33 AM
  2. Menu Font Color on Mouse Over
    By paulselva_26 in forum 1.x Help
    Replies: 5
    Last Post: Jan 05, 2011, 6:19 AM
  3. [CLOSED] menu mouse out issue
    By UGRev in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 20, 2010, 3:23 PM
  4. Replies: 3
    Last Post: Feb 02, 2010, 6:32 PM
  5. TreeNode and Mouse Events (OnMouseOver/Hoover)
    By yaser82 in forum 1.x Help
    Replies: 2
    Last Post: Dec 07, 2009, 5:22 PM

Tags for this Thread

Posting Permissions