Search Type: Posts; User: rchloupe
Search: Search took 0.01 seconds; generated 36 minute(s) ago.
-
Today 3:28 PM
- Replies
- 0
- Views
- 19
REQUIRED INFORMATION
Ext version tested:
Ext 4.2.1 rev 883 -
10 Apr 2013 10:08 AM
- Replies
- 1
- Views
- 147
Is there a way to set the height and width of the Window using CSS? The values I set on my class just get overridden by element.style attributes. If I attempt to set them using max-height/width or...
-
14 Mar 2012 6:11 PM
Jump to post Thread: Ext.data.Model post processing by rchloupe
- Replies
- 5
- Views
- 733
Well, it does look like the model's fields are loaded in the order they are defined (for now), so I could list the nickName last and it's convert() would get access to the others. However, that...
-
14 Mar 2012 3:54 PM
Jump to post Thread: Ext.data.Model post processing by rchloupe
- Replies
- 5
- Views
- 733
I'm using the store's load method, and the data is getting populated. The issue is that the nickName field is not required, so if not supplied, I need to set some "default" data, ie: firstName -...
-
14 Mar 2012 2:38 PM
Jump to post Thread: Ext.data.Model post processing by rchloupe
- Replies
- 5
- Views
- 733
My issue is that I'm getting firstName, lastName and optionally nickName from the server. After the model is loaded I need to check if nickName is set and if not, set it to "firstName - lastName". ...
-
16 Feb 2012 1:49 PM
Jump to post Thread: How to clear a numberfield by rchloupe
- Replies
- 0
- Views
- 296
How do I clear the value of a numberfield? When I do: field.setValue(''), it display correctly in Chrome (shows my placeHolder text). However, on my phone it shows NaN, due to...
-
16 Feb 2012 7:38 AM
- Replies
- 1
- Views
- 1,074
I'm getting an exception after removing a view and trying to display the next view.
I'm adding my login container using Ext.Viewport.setActiveItem({ xtype: 'login' }) and after a successful login... -
28 Jan 2012 12:17 PM
Jump to post Thread: Globally change config defaluts by rchloupe
- Replies
- 1
- Views
- 423
Specifically I'm trying to figure out how to change Ext.field.Field.labelWidth at a global level, ie: in my app.js file?
Thanks
Ron -
14 Oct 2011 7:23 AM
- Replies
- 5
- Views
- 1,090
I don't see a data attribute defined to supply the inputs to the tpl.
Once you get that working, I wonder if you'll have same issue I'm having. Using a tpl causes the fieldLabel to not display. -
27 May 2011 7:20 AM
Jump to post Thread: Grid maxHeight by rchloupe
- Replies
- 0
- Views
- 327
How do I set a maxHeight on a Grid? I don't want to have a set height in case there are only a few rows to display, but I can't have it expand to 1,000's of rows either.
Thanks -
21 May 2011 5:17 AM
- Replies
- 10
- Views
- 2,870
Adding the anchor layout to all 3 panel's is working perfectly for the resizing!
New issue however, in Chrome 11.0.696.68, if I add autoScroll to the viewport and make the browser scroll, I'm... -
20 May 2011 2:40 PM
- Replies
- 10
- Views
- 2,870
I think my issue was a miss understanding about the layouts on my part.
At this point I'm really just trying to figure two things out.
1. Is there a way recreate the auto layout with other layouts... -
15 May 2011 4:55 AM
- Replies
- 10
- Views
- 2,870
Not at all, any help is more than appreciated, thank you.
I'm mostly frustrated that the layout I want to use 99% of the time "auto" doesn't do resizing. Can anyone give me any hints on how I can... -
14 May 2011 6:25 AM
- Replies
- 10
- Views
- 2,870
You are correct, I mean that if I uncomment the code it stops resizing. We want panels within panels to show multiple sections inside of sections... is there a better way to get headings on a...
-
13 May 2011 1:00 PM
- Replies
- 10
- Views
- 2,870
I have an hbox inside of a viewport, then 3 panels. If I only have 2 panels the hbox is resizing with the browser, but with 3 its not.
Ext.create('Ext.container.Viewport', {
layout: 'fit',... -
12 May 2011 1:34 AM
Jump to post Thread: vbox not working by rchloupe
- Replies
- 7
- Views
- 855
When I change to hbox my content is getting cut off, the third column on the left is not displaying. Is there some documentation you could point me to on all of this?
Ext.onReady(function(){... -
12 May 2011 12:50 AM
Jump to post Thread: vbox not working by rchloupe
- Replies
- 7
- Views
- 855
I guess I have a couple of issues to work through then. The first one being, why doesn't the vbox layout work?
-
11 May 2011 5:50 PM
Jump to post Thread: vbox not working by rchloupe
- Replies
- 7
- Views
- 855
Sorry, forgot to remove the align from the column, but what I'm after is the entire width of the page to be taken. The column layout with two items of .5 is accomplishing that, but it doesn't resize...
-
11 May 2011 5:21 PM
Jump to post Thread: vbox not working by rchloupe
- Replies
- 7
- Views
- 855
I have an issue where a container (and panel...) contents are not resizing when I resize the browser. I know if I don't specify a layout this will be the case, however, when I add a vbox layout, my...
-
30 Apr 2011 12:00 PM
- Replies
- 0
- Views
- 1,312
I believe there’s an issue with the way alias’s get registered in their components as xtypes. For example, I’m try to query a radio button, this.down(‘radio’) and am unsuccessful, however, I’m able...
-
11 Apr 2011 10:41 AM
- Replies
- 0
- Views
- 848
I have a Model that has a field for a radiogroup. When I call the forms updateRecord the model's field for the radiogroup gets set to the "value" of the last radio button in the list (ie:...
-
7 Apr 2011 5:20 AM
- Replies
- 10
- Views
- 1,741
But if I set height, the window wont grow when the text is larger than the area available for it. Height and width are static, which is why I'm using minHeight/maxHeight
-
7 Apr 2011 5:15 AM
- Replies
- 10
- Views
- 1,741
But it doesn't start out as big as its suppose to be. I have to believe the doc is correct and this would be the "minimum" value for this field. So in my example the smallest it should ever be is...
-
7 Apr 2011 5:04 AM
- Replies
- 10
- Views
- 1,741
Then why/how can the window be displayed smaller than I have listed for minHeight? So my window should never be smaller than this value, correct?
Here's the doc:
minHeight : Number
The... -
7 Apr 2011 4:25 AM
- Replies
- 10
- Views
- 1,741
Looks like the maxHeight is not working either.
Results 1 to 25 of 37
