Search Type: Posts; User: vtmoren

Search: Search took 0.01 seconds.

  1. Does this extension work in ExtJS 4?
    And does it still need flash?

    -VM
  2. Replies
    2
    Views
    824
    any ideas??????
  3. Replies
    2
    Views
    824
    Adding the sortInfo infomation to the JSON object returned did not fix the issue...

    {"items":[{"item"...}], "sortInfo":{"direction":"ASC", "field":"group.name"}, "success":true, "total":3}}
  4. Replies
    2
    Views
    824
    I have a grid with a paging toolbar and a JSONStore with remoteSort set to true.
    When the headers of the grid are clicked the proper data is sent to the server and the server send back the correct...
  5. Nevermind...
    Added validationDelay: config option to my TextField and it worked with no problem!
  6. Is there a way to add a delay period before the stripping of chars (in this case spaces) occurs (ex: wait until end-user stops typing)?
  7. Replies
    11
    Views
    7,594
    Can this code be applied to filter multiple trees from the one textfield?
  8. In the following line:

    filterText.applyTo(transform);

    transform represents a string variable of the current textfield element.

    Any ideas?

    -VM
  9. I have an existing txet field which I want to add an auto-complete feature to in my jsp:
    <input id="text" name="text" class="classText" type="text" onfocus="Filter.setFilterType('filter');"...
  10. Replies
    1
    Views
    698
    parseInt() method is the answer...
    Def shoulda known this....


    -VM
  11. Replies
    1
    Views
    698
    I have a basicDialog with no initial height and width set.
    I want the dialog to dynamically set its with and height around a div
    inside it, which includes a .jsp. For some reason the resizeTo()...
Results 1 to 11 of 11