show tip on panel tools icon

  • hi,

    i created a panel with tools like search, close , etc, but I can't simply have tip
    for those icons by adding qtip: 'string' as doc says.
    new Ext.Panel({
    ...
    tools:[
    {
    id: 'search',
    qtip: 'search the analysis',
    hidden:false,
    on: { click: function(e, target, panel){

    }}
    }
    ,..
    ]

    })

    alternatively, i may use mosueover for those icon for showing tip, how can I do the mouseover tip for the panel's tool icons ?


  • Per the doc, handler is a required config entry for tool.


  • Try initializing QuickTips at the start (after Ext has been loaded):

    Ext.QuickTips.init();







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about show tip on panel tools icon , Please add it free.