Search Type: Posts; User: mhat
Search: Search took 0.01 seconds.
-
31 Jan 2008 2:24 PM
Jump to post Thread: Colmuns + FieldSet by mhat
- 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... -
31 Jan 2008 12:31 PM
Jump to post Thread: Colmuns + FieldSet by mhat
- 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....
-
16 Oct 2007 9:32 AM
Jump to post Thread: mask faulty after tab change by mhat
- 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...
-
16 Oct 2007 9:18 AM
Jump to post Thread: mask faulty after tab change by mhat
- 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...
-
15 Oct 2007 3:37 PM
Jump to post Thread: FR: Masks for Filters by mhat
- Replies
- 1
- Views
- 2,605
never mind, clearly Element.mask/unmask is exactly what I was asking for.
-
15 Oct 2007 1:18 PM
Jump to post Thread: FR: Masks for Filters by mhat
- 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...
-
4 Oct 2007 9:15 PM
Jump to post Thread: one source xml, more than one store by mhat
- Replies
- 2
- Views
- 804
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).
-
4 Oct 2007 9:11 PM
Jump to post Thread: one source xml, more than one store by mhat
- Replies
- 2
- Views
- 804
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' :... -
4 Oct 2007 8:04 PM
Jump to post Thread: one source xml, more than one store by mhat
- Replies
- 2
- Views
- 804
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...
-
3 Jul 2007 2:03 PM
Jump to post Thread: layout, forms, buttons, etc by mhat
- 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
