Search Type: Posts; User: OutpostMM
Search: Search took 0.04 seconds.
-
1 Nov 2011 3:42 PM
- Replies
- 0
- Views
- 369
Hello,
I'm trying to find a quick way to set a default event handler for all components of a certain type that I create. For example, I want to set a default event handler for the "change" event... -
12 Jul 2011 9:01 PM
Jump to post Thread: Horizontal component scroller by OutpostMM
- Replies
- 0
- Views
- 897
I'm thinking about making a component if necessary and thought I would check here first to see if something similar exists, I haven't been able to find anything through searching.
I'm using ExtJS... -
10 Sep 2010 4:15 PM
- Replies
- 0
- Views
- 1,914
This is a modification of the row editor example here:
http://dev.sencha.com/deploy/dev/examples/grid/row-editor.html
The example there lets you edit all of the fields in the grid. My... -
10 Sep 2010 11:42 AM
Jump to post Thread: Opera template problem by OutpostMM
- Replies
- 3
- Views
- 536
It may have been something like that, although the page is using HTML4 strict instead of XHTML. I worked around it by splitting up the HTML tags, e.g.:
this.responseTpl = new... -
3 Sep 2010 3:01 PM
Jump to post Thread: Opera template problem by OutpostMM
- Replies
- 3
- Views
- 536
I think I found the problem, but I have no clue what this means.
Using Opera Dragonfly, I opened the source for the Javascript file that contains the code to add the misbehaving panel. This is... -
3 Sep 2010 2:46 PM
Jump to post Thread: Opera template problem by OutpostMM
- Replies
- 3
- Views
- 536
Hello,
I've got a custom component which includes a template to render the data. If I use the default template I have defined in the class, then everything works fine. If I define a slightly... -
17 May 2010 2:22 PM
- Replies
- 1
- Views
- 438
This has been fixed. The problem was caused by the presence of a field called "length", which in IE was conflicting with the form.elements.length property. Another nice little "gotcha" for IE...
-
14 May 2010 12:04 PM
Jump to post Thread: Icon button display correctly by OutpostMM
- Replies
- 3
- Views
- 687
It looks like the image has a background-image specified in CSS. If you remove the background image from the CSS class you shouldn't see the tiling underneath. You may need to create a new class...
-
14 May 2010 11:05 AM
- Replies
- 1
- Views
- 523
It definitely sounds feasible. It might be as easy as updating the minHeight on resize every time the new height is greater than minHeight.
-
14 May 2010 10:44 AM
- Replies
- 1
- Views
- 438
Hello,
I've been looking into this problem for a while and I'm stumped, so I figured I would ask for help.
I've got a pretty large application (~700kb minified), and there's this one form where... -
17 Apr 2010 2:41 PM
- Replies
- 5
- Views
- 2,101
I've been having this problem also, my application is based around a group tab panel and everything was working fine with ExtJS 3.0. When I upgraded to 3.2 the dynamic adding stopped working, with...
-
17 Mar 2010 10:41 AM
Jump to post Thread: Ext Sightings by OutpostMM
- Replies
- 190
- Views
- 150,945
The company I work for, TraCorp, produces custom online training courses. We've had our own learning management system (LMS) for several years, but about 2 years ago with customer funding we were...
-
30 Oct 2009 11:35 AM
- Replies
- 2
- Views
- 2,120
No I haven't had a chance to download 2.3 yet, I'll try to do that this afternoon and see what happens.
-
30 Oct 2009 9:03 AM
- Replies
- 2
- Views
- 2,120
Test Case:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Menu Item Bug</title>
<link rel="stylesheet"... -
29 Oct 2009 2:46 PM
- Replies
- 3
- Views
- 1,333
Maybe this should be a bug report instead:
Using Ext.destroy on a menu item does not remove the item from the menu. It does, however, remove the click handler. -
29 Oct 2009 2:30 PM
- Replies
- 3
- Views
- 1,333
I've been able to verify that the non-working menu item does not in fact have a listener defined for the click event, the click event's listeners array is empty. I'm at a loss to explain why, I've...
-
29 Oct 2009 11:07 AM
- Replies
- 3
- Views
- 1,333
I'm not sure how to best explain this, but I've got 2 installations of an application where one piece of code is working in one and not in the other. This is the same code running on two different...
-
17 Sep 2009 1:27 PM
Jump to post Thread: Overflowing tabs not scrolling by OutpostMM
- Replies
- 1
- Views
- 918
I think I figured out why the scrollers aren't showing up, but I don't know why Ext is calculating things the way it is.
I added this line to the TabPanel.autoScrollTabs method in ext-all-debug:
... -
17 Sep 2009 10:26 AM
Jump to post Thread: Overflowing tabs not scrolling by OutpostMM
- Replies
- 1
- Views
- 918
I've got an application that contains a tabpanel inside of a border layout. We've had several installations of the application running for a while and everything is working fine. With a recent...
-
31 Jul 2009 4:25 PM
- Replies
- 8
- Views
- 1,861
Hmm.. with layoutConfig it stacks the boxes vertically and doesn't set the height, but it seems to work correctly with just layout.
-
31 Jul 2009 3:10 PM
- Replies
- 8
- Views
- 1,861
That should just be layout instead of layoutConfig, right?
Right, but I'm explicitly setting the heights on the grids. It did size one of them correctly in Firefox, but not all 3. It sized all... -
31 Jul 2009 7:18 AM
- Replies
- 8
- Views
- 1,861
Thanks. Just to be clear, the solution is to use an hbox layout with stretch, right, it shouldn't make any difference whether they're declared as variables or inline, correct?
I'll check out the... -
30 Jul 2009 10:48 PM
- Replies
- 8
- Views
- 1,861
I've got a column layout with three grids with the same heights set, but in Firefox (I'm using 3.0.11) they're each getting rendered with a different height. One is 30px shorter than another, and...
-
24 Jul 2009 7:50 AM
- Replies
- 4
- Views
- 1,551
Ah of course, it was ambiguous what the new operator was referring to. Thanks.
Apparently because my observational powers are weak. -
23 Jul 2009 5:16 PM
- Replies
- 4
- Views
- 1,551
Hello,
I've got a grid set up like this, the store starts with no data (records get manually added by the user).
{
xtype: 'grid',
...
Results 1 to 25 of 102
