Search Type: Posts; User: droesler
Search: Search took 0.02 seconds.
-
27 Nov 2012 4:08 AM
- Replies
- 2
- Views
- 227
The flex part is working as expected, but how do I get the values in each of the containers of the items property to align to the horizontal center of those containers?
-
25 Nov 2012 11:38 PM
- Replies
- 2
- Views
- 227
I saw some discussion about this and it was CLOSED, but I'm having issues with this converting an ext 3.x app to 4.x.
Below is the code for the north region in a Viewport layout. Everything works... -
14 Mar 2010 12:32 PM
Jump to post Thread: Grid Resize Problem by droesler
- Replies
- 0
- Views
- 418
I have a border layout within a view port.
The west region has a list of items for users to select from. When an item is selected, the west region is collapsed, a tab is added to the center panel... -
26 Feb 2010 11:45 AM
- Replies
- 0
- Views
- 462
I'm using extjs 3.1 and I have a TriggerField defined as follows
var myField = new Ext.form.TriggerField(
{
fieldLabel : 'My Field',
name : 'myField',
... -
17 Aug 2009 11:34 PM
- Replies
- 6
- Views
- 1,143
I took the code for Form 3 from the samples and dropped it into the tab my form was going in. I needed to resize the browser twice for the form to resize to the size of the browser. Is this...
-
17 Aug 2009 9:44 PM
- Replies
- 6
- Views
- 1,143
Thanks Animal. I'll find a different way to layout the fields at the top of the form. I was having trouble laying the fields out the way they are in the column layout. I resorted to that without...
-
17 Aug 2009 9:41 PM
- Replies
- 6
- Views
- 1,143
I was under the assumption that a column needed to define the items that went into the column. I'll re-review how to define this.
Thanks
Dennis -
17 Aug 2009 9:27 PM
- Replies
- 6
- Views
- 1,143
Hi,
I have the following form that gets added to a tab in a tab panel in the center region of a viewport.
If the browser is resized the form doesn't resize with it. Also, when the data store... -
6 Aug 2009 12:46 PM
- Replies
- 0
- Views
- 759
I have the following...
var globalVar;
var myTreeLoader = new Ext.ux.tree.XmlTreeLoader( {
dataUrl: 'urlToData.pl',
baseParams: {param: ''}
} -
29 Jul 2009 7:07 PM
- Replies
- 0
- Views
- 519
Does stateful functionality work with a GridPanel when the view is a BufferView?
I have two grids, both stateful with one using a BufferView. The one using a BufferView doesn't remember column... -
23 Jul 2009 7:38 PM
- Replies
- 3
- Views
- 903
Yes, I did see the example.
-
23 Jul 2009 3:30 PM
- Replies
- 3
- Views
- 903
This is the html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;... -
13 May 2008 4:21 PM
- Replies
- 2
- Views
- 785
This seems to be a scoping issue. If I move the TreePanel and Window creation into the createXmlTree function, add the tree object to the Window and then do a Window show it does what I expected.
-
13 May 2008 11:00 AM
- Replies
- 2
- Views
- 785
When this code is executed a this.root has no properties error is thrown from ext-all.js.
If I uncomment tree.render(el) and comment out the Window functionality it renders OK. How can I get the... -
12 May 2008 9:57 PM
- Replies
- 4
- Views
- 3,127
Yes. Previously I was doing a formPanel hide/show depending on the column model I was using. After making the changes Doug noted I didn't need to make any changes to the formPanel hide/show, but...
-
12 May 2008 3:47 PM
- Replies
- 4
- Views
- 3,127
Thanks Doug. I suspected I was using the wrong layout at the Window level, but I didn't/don't yet have a complete mental model of the different layouts.
I had tried to put the formPanel and... -
12 May 2008 10:17 AM
- Replies
- 4
- Views
- 3,127
I have a Window that contains a Panel, which contains a FormPanel and a GridPanel. The only way I can get the GridPanel to scroll is having autoScroll set for the Panel.
The reason for the Window... -
29 Apr 2008 12:56 PM
- Replies
- 5
- Views
- 1,740
That's more or less the case. At first I was using a grouping store, but this loaded too many items (~3500 rows). I switched to using a combo box to select which group of data to display. Some...
-
29 Apr 2008 12:14 AM
- Replies
- 5
- Views
- 1,740
Is there a way to mask a grid during a column sort operation?
I thought I could show a mask on a 'headermousedown' event and hide it on the 'headerclick' event, but this doesn't work.
Thanks
... -
12 Apr 2008 9:28 AM
- Replies
- 126
- Views
- 102,274
Here is my take on creating a TreePanel from and XML document. I used animal's example as a starting point. What I wanted was the text of the XML element that had no children elements to be a leaf...
-
3 Apr 2008 2:36 PM
- Replies
- 8
- Views
- 1,601
In both beta 4 and 5 the headers and row data do not align very well. The data in columns are not consistent in that some are left aligned and some seem to be centered. The column model I'm using...
Results 1 to 21 of 21
