Search Type: Posts; User: quilleashm
Search: Search took 0.02 seconds.
-
28 Aug 2007 4:39 AM
- Replies
- 7
- Views
- 1,282
Try giving the TreePanel an explicit id and then using
Ext.getCmp( ... )
You can do this with anything that extends Component.
Edit: After a brief check TreePanel does not extend... -
30 Jul 2007 8:19 AM
- Replies
- 1
- Views
- 1,201
Hi all,
Ext: 1.1 RC1
Adapter: ExtBase
Browser: FF 2.0.0.5
OS: Win XP
Think I've found a small bug in Ext.form.Checkbox when using applyTo() on an existing <input>
Drop the following into... -
27 Jul 2007 4:34 AM
- Replies
- 1
- Views
- 845
Ext: 1.1 RC1
Adapter: ExtBase
Browser: FF 2.0.0.5
OS: Win XP
Hi all,
Found an odd problem with the grid. If the id of the DOM element the grid uses as its container contains a colon ( : )... -
26 Jul 2007 10:42 AM
Jump to post Thread: listeners config by quilleashm
- Replies
- 0
- Views
- 696
Hi all,
Hopefully this is a quick one. Is it valid to initialise event handlers on something that extends Observable during construction by using the "listeners" config option?
I couldn't find... -
25 Jul 2007 1:07 AM
Jump to post Thread: Cascading menu item selection by quilleashm
- Replies
- 0
- Views
- 1,011
Hi all,
Been playing with the menu, menu items and tree components recently. I noticed that for a tree it is possible to attach a single event handler to the tree selection model to hook a... -
24 Jul 2007 4:50 AM
Jump to post Thread: TreeNode.ensureVisible by quilleashm
- Replies
- 1
- Views
- 831
Hi all,
Ext: 1.1 RC1
Adaptor: ExtBase
Browser: FF 2.0.0.4
OS: Win XP
I believe there is a bug in TreeNode.ensureVisible. The docs state that this should make sure all parent nodes are... -
24 Jul 2007 4:24 AM
Jump to post Thread: Initial tree selection by quilleashm
- Replies
- 0
- Views
- 671
Hi all,
Been trying to play with setting the initial selection of the tree. It seems that the ordering of things is very sensitive with respect to nodes being rendered or not.
I started off... -
24 Jul 2007 3:06 AM
- Replies
- 2
- Views
- 866
Thanks for the reply.
I am not using the UpdateManager just a Ext.Ajax.request(). I was using ajax4jsf but have now transitioned over to the ext Ajax library.
I am pretty sure the jitter is... -
22 Jul 2007 2:54 AM
- Replies
- 3
- Views
- 1,235
I haven't tried this but attaching the contextmenu event to the document. e.preventDefault() stops the default event action from working.
Ext.get( 'document' ).on( 'contextmenu', function( e... -
21 Jul 2007 11:37 PM
Jump to post Thread: Issue Tracker by quilleashm
- Replies
- 3
- Views
- 1,508
Is there any plans to add a more formal bug tracking system? Something like JIRA (free for open source projects http://www.atlassian.com/software/jira/pricing.jsp#nonprofit.
It gives much better... -
19 Jul 2007 9:51 AM
Jump to post Thread: Observable.hasEvent() by quilleashm
- Replies
- 2
- Views
- 1,321
Thanks!
-
19 Jul 2007 12:07 AM
Jump to post Thread: Observable.hasEvent() by quilleashm
- Replies
- 2
- Views
- 1,321
Hi all,
Just wondering if it would be useful to have a hasEvent() method on Observable to allow code to inspect a field's valid events.
For me I have some generic code that attachs event... -
16 Jul 2007 12:03 AM
Jump to post Thread: Rendering quirks with ComboBox by quilleashm
- Replies
- 8
- Views
- 2,800
Cheers Jack, setting the listWidth properly as a number fixes the FF problem for me. The IE problem remains, tested on IE7 too.
-
13 Jul 2007 8:40 AM
Jump to post Thread: Using the Toolbar as a menu by quilleashm
- Replies
- 132
- Views
- 87,022
I have fixed the problem I found above with the menu not deactivating properly.
Change the activate function like so...
activate : function(){
// Sort of a hack to deactivate... -
13 Jul 2007 1:04 AM
- Replies
- 59
- Views
- 94,451
Fix for the gif file. Two of the images were one pixel too narrow.
-
11 Jul 2007 9:48 AM
Jump to post Thread: ColorField by quilleashm
- Replies
- 2
- Views
- 3,691
This is actually a dupe of
http://extjs.com/forum/showthread.php?t=5106
which looks better than my effort (custom icon and probably cleaner code). -
11 Jul 2007 8:37 AM
Jump to post Thread: Using the Toolbar as a menu by quilleashm
- Replies
- 132
- Views
- 87,022
Hi all,
Thanks for the work on this menu bar. Don't know if anyone is still watching this. I've integrated it now and it works really well. There is two minor problems I have come across. One... -
11 Jul 2007 7:06 AM
- Replies
- 2
- Views
- 866
Hi all,
I have a menu bar component taken from the Ext.ux extension section. This is displayed as a horizontal action bar that changes based on selection of other controls on the screen. At the... -
10 Jul 2007 8:48 AM
Jump to post Thread: ColorField by quilleashm
- Replies
- 2
- Views
- 3,691
Hi all,
I needed a Ext js field for the ColorPalette. I cribbed the DateField and altered it to display a ColorPalette etc. It submits the six character string for the hex RGB value. It works... -
3 Jul 2007 1:29 AM
- Replies
- 5
- Views
- 5,537
Hi all,
Ext: 1.1 Beta 2
Browser: IE7 or FF2
I have a combo box with an onchange event. After it is transformed using extjs the onchange event no longer fires.
To reproduce drop this code... -
22 Jun 2007 6:57 AM
Jump to post Thread: Rendering quirks with ComboBox by quilleashm
- Replies
- 8
- Views
- 2,800
Hi all,
Been playing with the combobox and found some rendering quirks on the drop down box.
Here's the test code.
<!--<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"... -
22 Jun 2007 6:45 AM
- Replies
- 14
- Views
- 11,487
Spoke a bit too soon the width -> 'auto' works fine on FF2 but IE6 decides to stretch the drop down to the width of the explorer page regardless of the content.
-
22 Jun 2007 6:07 AM
- Replies
- 14
- Views
- 11,487
Hiya Liggett,
Thanks for the code. I'd just got done trying the TM approach when I read your reply. Here's the code.
field.on('expand', function( comboBox ){
var tm =... -
22 Jun 2007 4:23 AM
- Replies
- 14
- Views
- 11,487
Thanks for reply Animal,
I had a go at hooking the expand event but I couldn't seem to find an element that had a scrollWidth larger than the current display.
Here's my current code
... -
22 Jun 2007 4:16 AM
- Replies
- 0
- Views
- 883
Hi all,
I've found that because of an ambiguity in the HTML 4.01 spec there is a confusion with Ext.ComboBox using the transform method. The spec does not specify what the initial selection...
Results 1 to 25 of 37
