Search Type: Posts; User: caleywoods

Search: Search took 0.09 seconds.

  1. 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...
  2. 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.
  3. Replies
    7
    Views
    478
    I'm testing it in Chrome Canary. I'll give Chrome Stable a try.
  4. 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()...
  5. 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:...
  6. 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...
  7. 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:
    ...
  8. 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....
  9. 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...
  10. 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.
  11. 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...
  12. 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...
  13. 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.
  14. 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