Hybrid View
-
16 Sep 2010 2:02 PM #1
[OPEN-1275] Ext.form.CompositeField don't show qtip error when msgTarget='qtip'
[OPEN-1275] Ext.form.CompositeField don't show qtip error when msgTarget='qtip'
Im using compositefield, but I'm getting some problems with validation message. When I set msgTarget : 'qtip', message error is not show it.
Is this a bug?
Code:var form = new Ext.form.FormPanel({ renderTo: 'docbody', title : 'Composite Fields', autoHeight: true, width : 600, bodyStyle: 'padding: 5px', defaults: { anchor: '0' }, items : [{ xtype : 'textfield', name : 'email', fieldLabel: 'Email Address' }, { xtype: 'compositefield', fieldLabel: 'Date Range', msgTarget : 'qtip', anchor : '-20', defaults: { flex: 1 }, items: [{ xtype : 'datefield', name : 'startDate', fieldLabel: 'Start' },{ xtype : 'datefield', name : 'endDate', fieldLabel: 'End' } ] } ] });
-
31 Jul 2011 11:58 PM #2
I am facing similar problem. Is'nt there any solution.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
How got a normal qtip and a error qtip in same time?
By khatuido in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 5 Feb 2008, 5:48 AM -
How to add the qtip to show error messages and tool tips
By marimuthup in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 2 Aug 2007, 9:53 PM


Reply With Quote