Threaded View
-
6 Mar 2007 2:58 PM #1
(Bug?) EditorGrid and Ext.form.CheckBox on a Dialog
(Bug?) EditorGrid and Ext.form.CheckBox on a Dialog
When used in an EditorGrid (based upon the example "edit-grid.js"), Ext.form.Checkbox doesn't seem to work when rendered upon a dialog (BasicDialog or LayoutDialog).
I put some alerts down in Ext.form.Checkbox:
etValue, getValue.
what actually happens, is that the editor immediately flips out of edit-mode as soon as one dbl-clicks the field (too fast to see, but visible when using alert() since processing stops)
on one double-click of a checkbox, console.log log shows:
>setValue()
>setValue()
>getValue()
>setValue()
>setValue()
Similar Threads
-
How to fill form in Dialog with values from JSON?
By Arikon in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 8 Jun 2012, 1:37 AM -
Form Checkbox event
By Charles in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 8 Mar 2007, 8:59 PM -
Basic Dialog Form plus submit example?
By rob30UK in forum Ext 1.x: Help & DiscussionReplies: 26Last Post: 13 Jan 2007, 9:11 AM -
Basic Dialog and form submit
By JC in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 21 Nov 2006, 12:44 AM


Reply With Quote