Search Type: Posts; User: mhat

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    694
    Nevermind, I solved this myself. Here's a simple example:



    Ext.onReady(function(){
    var viewport = new Ext.Viewport({
    layout: 'border',
    items: [
    new...
  2. Replies
    1
    Views
    694
    Hi, I'm looking for an example of how to have two columns each with one or more field sets. I've gone though various iterations of how this might work but nothing seems to render especially well....
  3. Replies
    1
    Views
    973
    I've worked around the issue. There was a on('valid') callback that seems to have been called before either of the tab-change events. The callback in question was where the mask() call was. Looks...
  4. Replies
    1
    Views
    973
    I have a dialog with two tabs. In the first tab there is a Grid and the second a Form. If I place a mask over the first grid, switch to the second tab, then switch back to the first tab the mask...
  5. Replies
    1
    Views
    2,605
    never mind, clearly Element.mask/unmask is exactly what I was asking for.
  6. Replies
    1
    Views
    2,605
    I'd put this feature request in the Feature Request forum but that apparently is not available to normal users. Moving on. I would be great if we had something more general than LoadMask. I...
  7. Ahh, I didn't look close enough, MemoryProxy calls reader.readRecord rather than reader.read as HttpProxy does. That seems to resolve the problems. Of course I'm curious if there is a better way (TM).
  8. Looking at how HttpProxy works, I updated the code along the lines of what is below. It still doesn't work but it seems "closer".

    ...
    var that = this;
    Ext.Ajax.request({
    'url' :...
  9. I'm looking for a way to share an single XML response between two Stores. The long and short of it is that I'm trying to reduce the number of distinct HTTP requests. One easy way to do this would be...
  10. Replies
    2
    Views
    1,379
    I thought I'd start experimenting with ext by doing something fairly trivial: Taking the combo box component, allowing the user to select form a list of pre-defined values or type in their own and...
Results 1 to 10 of 10