Search Type: Posts; User: caleywoods
Search: Search took 0.09 seconds.
-
5 Dec 2012 2:57 PM
Jump to post Thread: GridPanel rowediting update by caleywoods
- Replies
- 1
- Views
- 243
I have a GridPanel which I've setup to use RowEditing. You can double click a row and it brings up the row editor just fine. I've placed a listener on the Grid for 'edit' that fires when the row is...
-
9 Nov 2012 7:52 AM
Jump to post Thread: Combobox focus() issue by caleywoods
- Replies
- 7
- Views
- 478
In my code when you hit enter it sets focus to the element but it focuses on the drop down arrow and doesn't place the cursor within the combobox.
-
9 Nov 2012 7:29 AM
Jump to post Thread: Combobox focus() issue by caleywoods
- Replies
- 7
- Views
- 478
I'm testing it in Chrome Canary. I'll give Chrome Stable a try.
-
9 Nov 2012 6:43 AM
Jump to post Thread: Combobox focus() issue by caleywoods
- Replies
- 7
- Views
- 478
Here is my current button code:
text : 'Add',
id : 'invoice_add_line_button',
listeners : {
click : {
fn: function( btn, evt ) {
console.log( evt.getKey()... -
9 Nov 2012 6:13 AM
Jump to post Thread: Combobox focus() issue by caleywoods
- Replies
- 7
- Views
- 478
In your code within the click event you're assigning ENTER to the event with value 13. I adjusted it to a comparison and within JSFiddle it works fine. Here is the JSFiddle:...
-
8 Nov 2012 2:16 PM
Jump to post Thread: Combobox focus() issue by caleywoods
- Replies
- 7
- Views
- 478
I have some code in a button handler that sets the focus to a combobox when clicked. When you click the button it correctly places the cursor inside the combobox which is configured to allow typing...
-
11 Oct 2012 6:10 AM
- Replies
- 1
- Views
- 401
I have an ExtJS4 application that I've built for the accounting department internally. On one of the pages I have a few comboboxes that need filled in. I have set the two comboboxes up like this:
... -
10 Sep 2012 6:54 AM
Jump to post Thread: Ext.Ajax.request ASYNC by caleywoods
- Replies
- 5
- Views
- 452
I've refactored the action to accept an array and i'm examining the total on the JS side and the success callback is correctly setting the dirty attrib of each passed invoice based on business logic....
-
6 Sep 2012 7:39 PM
Jump to post Thread: Ext.Ajax.request ASYNC by caleywoods
- Replies
- 5
- Views
- 452
@sissonb: Before I venture into refactoring my ajax action on the server to accept an array, I tried using Ext.data.Model.save() to save that individual record to the store but I'm getting an error...
-
5 Sep 2012 12:43 PM
Jump to post Thread: Ext.Ajax.request ASYNC by caleywoods
- Replies
- 5
- Views
- 452
I'll give that a try. Refactoring the action on the backside to accept an array was on my refactor list but it looks like it will be sooner rather than later.
-
5 Sep 2012 12:00 PM
Jump to post Thread: Ext.Ajax.request ASYNC by caleywoods
- Replies
- 5
- Views
- 452
I have an issue where I'm iterating over an array of selected items from an Ext.grid.Panel using Ext.Array.each(). Inside of Ext.Array.each I am doing an Ext.Ajax.request to determine whether or not...
-
26 Apr 2012 8:33 AM
- Replies
- 1
- Views
- 1,026
I have a textfield that has a keyup listener that runs a function I've defined called validateSearchInput().
Inside this function I'm setting a few variables up using Ext.getCmp('fieldid'); I know... -
18 Apr 2012 7:10 AM
Jump to post Thread: checkboxfield checkedCls bug? by caleywoods
- Replies
- 3
- Views
- 550
Thanks Scott! I wasn't 100% sure this was a bug but I felt like at the very least there was some ambiguity in the docs.
-
17 Apr 2012 11:41 AM
Jump to post Thread: checkboxfield checkedCls bug? by caleywoods
- Replies
- 3
- Views
- 550
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.7
Browser versions tested against:
Chrome 19.0.1084.24 beta-m
DOCTYPE tested against:
Results 1 to 14 of 14
