-
6 Feb 2011 3:33 AM #1
a close event is not fired for a tooltip
a close event is not fired for a tooltip
Hi,
I implemented a tooltip, and I want to destroy it when I close it. Unfortunately when I close the toolTip, the close event isn't fired :
Thank you in advance for your answersCode:var toolTip = new Ext.ToolTip({ title: ' '+'<spring:message code="application.auditTrail"/>', id: 'quickTip_'+field.fieldId, target: field.getId(), anchor: 'left', iconCls: 'auditTrail', html: null, autoHide: false, closable: true, height: 200, width: 500, items: { xtype: 'form', layout: 'fit', height: 200, width: 500, items: grid }, layout: 'fit', listeners : { close : function(panel) { console.log('it works'); panel.destroy(); } }
Similar Threads
-
[OPEN-1286] Ext.tree.TreePanel 'starttdrag' event fired with bogus event argument
By Tom23 in forum Ext 3.x: BugsReplies: 1Last Post: 21 Sep 2010, 8:39 AM -
resize event fired and stomping on button click event object
By davem in forum Ext 3.x: Help & DiscussionReplies: 3Last Post: 3 Dec 2009, 2:15 PM -
[FNR] [2.0] Event Close not fired when Closing TabItem
By mtarantini in forum Ext GWT: Bugs (2.x)Replies: 3Last Post: 13 Oct 2009, 6:25 AM -
[2.0.2] TabPanelItem close event is not fired
By Novum in forum Ext 2.x: Help & DiscussionReplies: 5Last Post: 1 Apr 2008, 1:01 AM


Reply With Quote