Search Type: Posts; User: asulhyan

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    402
    I found what I was doing was incorrect. I need to use the store for my lookup. So, keeping track of counters on Key up/down, using min and max records; I was able to move the pointer like a doubly...
  2. Replies
    3
    Views
    402
    thanks but I think you meant


    this.getPicker().getSelectionModel().getSelection()[0]


    But this object does get filled on "select" event; that was part of the problem. Is there a way I can...
  3. Replies
    3
    Views
    402
    What is alternative way in Ext 4 to get the selected item on Keyup / Keydown. I intend to override it so that on Keyup/Keydown the value of the selection get put in the box.

    In Ext 2.*


    var...
  4. Is there a straight way to have a fixed width for individual items ? I see tabWidth can be used for all the items.
  5. Replies
    7
    Views
    7,121
    Here is the solution for Ext 3.3

    Css


    a.x-menu-item-cstm {
    padding: 3px 21px 3px 15px;
    }

    .x-menu-cstm {
  6. Replies
    22
    Views
    5,799
    This appears to be an existing issue with 3.3. The suggested override by ktp though appears to be working, thanks for the work.
Results 1 to 6 of 6