Search Type: Posts; User: krogers
Search: Search took 0.02 seconds.
-
28 Jan 2009 9:52 PM
Jump to post Thread: simple layout? by krogers
- Replies
- 8
- Views
- 1,485
http://extjs.com/forum/showthread.php?t=45143 - Extension of ColumnLayout to provide auto fitting of height, works well.
-
25 Sep 2008 8:59 PM
- Replies
- 0
- Views
- 1,249
Hi,
I've had a problem getting minWidth to work for buttons in both FF 1 & 2 when I have margins applied to the button's style. It seems to work fine in all other browsers. The code sample and... -
15 May 2008 9:57 PM
- Replies
- 2
- Views
- 1,058
My guess would be something like this, although I'm not entirely sure that you'll get the right element to scroll with.
tabs.on("render", function() {
var el = tabs.getEl();
... -
14 May 2008 8:59 PM
- Replies
- 1
- Views
- 1,235
OK, I have found the autoCreate config option, for which I can provide a value like:
autoCreate: {tag: "input", type: "text", size: "50", autocomplete: "off"}
The first thing I don't like about... -
14 May 2008 8:24 PM
- Replies
- 1
- Views
- 1,235
I'm just wondering if there's a config attribute available to affect the size attribute when creating a TextField with type = file, as obviously the style-based width attribute doesn't work.
... -
8 May 2008 6:31 PM
- Replies
- 6
- Views
- 3,206
When trying this example given I get the same problem. It definitely seems related to Ext.MessageBox objects that have a loading bar, because if I switch the creation of the second box from...
-
15 Apr 2008 3:20 PM
Jump to post Thread: Window Loaded Content - Images? by krogers
- Replies
- 2
- Views
- 718
Solution: I'm an I-|, just one of those days I guess. Turns out I was right about something though, it seems to not display the missing image placeholders, so visually there is no trace of the...
-
14 Apr 2008 11:05 PM
Jump to post Thread: Window Loaded Content - Images? by krogers
- Replies
- 2
- Views
- 718
Well I'm working on some Help/reference popup windows to go along with the ExtJS app I have been building. Problem I'm having is that it seems that the simple load() method on the window object is...
-
3 Apr 2008 3:52 PM
- Replies
- 1
- Views
- 989
I managed to solve this one myself, for anyone interested, this is what I did.
view.on("render", function() {
new ImageDragZone(view, {
ddGroup: 'ddObjectType',
... -
2 Apr 2008 11:34 PM
- Replies
- 1
- Views
- 989
I have a palette of objects which I drag from onto a display created by an external JS library, which is confined within a top level div. I have a drag zone set up on my palette (which is an...
-
31 Mar 2008 10:14 PM
- Replies
- 0
- Views
- 709
I have recently tried to integrate a diagram editor, implemented using the draw2d library, as the loaded content of a Panel inside a Viewport. Tested independently, it works fine, but as soon as its...
-
9 Mar 2008 4:40 PM
- Replies
- 4
- Views
- 1,549
Perfect, thats exactly what I was asking for in my first post. :D
-
6 Mar 2008 4:36 PM
- Replies
- 4
- Views
- 1,549
Which is pretty much what I expected, however there is no mousedown event shown for the TreePanel, and it definitely didn't work when I tried it.
What is problematic, isn't the event that causes... -
4 Mar 2008 9:24 PM
- Replies
- 4
- Views
- 1,549
As the title suggests, in my TreePanel, if I click on a node and hold the mouse, and then release only after moving it away from the panel, the node becomes selected, without firing the click event....
-
14 Feb 2008 11:21 PM
- Replies
- 13
- Views
- 17,661
session.php, as the url label suggests is a url.
The two main components shown in the above Store are the Proxy and Reader. In a nutshell the proxy defines where/how to request the data from & the... -
14 Feb 2008 11:13 PM
- Replies
- 1
- Views
- 891
After some experimentation I found that removing the top level div (<div class="accountSettings">) in the returned content alleviates this rendering issue. Ironically, this div seemed to have been a...
-
14 Feb 2008 9:13 PM
- Replies
- 0
- Views
- 838
I have a GridPanel which has been customised to display expanding/collapsing categories for logically grouped rows. I've attached a small screenshot as an example of what I'm talking about.
To... -
12 Feb 2008 9:13 PM
- Replies
- 0
- Views
- 713
I have observed a Store with an XmlReader ingest invalid XML and where I expected the store itself to fire a loadexception event it rather fired the load event and upon inspection had 0 records. Now...
-
11 Feb 2008 6:54 PM
- Replies
- 1
- Views
- 891
I have a Panel which I load with HTML content from a server call and have observed the loaded contents displays what appears to be rendering bugs related to styles applied to DIVs (both by the style...
-
7 Feb 2008 11:48 PM
- Replies
- 2
- Views
- 713
Your AJAX request is asynchronous so the beforenodedrop has allready returned by the time you get your response.
The way I dealt with a similar situation was to always cancel in the beforenodedrop... -
7 Feb 2008 6:28 PM
- Replies
- 4
- Views
- 1,463
Not sure how I missed that one :-?, but exactly what I was looking for, thanks!
Cheers,
Kris -
7 Feb 2008 6:13 PM
- Replies
- 4
- Views
- 1,463
Thanks big_jim, but I probably should have mentioned that I'm trying to completely get rid of the resizability of the component rather than limit it, which would include preventing the resize icon...
-
7 Feb 2008 3:28 PM
- Replies
- 4
- Views
- 1,463
I have searched thoroughly but haven't been able to find an answer to this, I'm basically looking for a way to disable width resizing of the East & West regions in a BorderLayout similar to the...
Results 1 to 23 of 23
