Search Type: Posts; User: rtconner
Search: Search took 0.02 seconds.
-
26 Jan 2009 6:01 PM
Jump to post Thread: MixedCollection Destruction by rtconner
- Replies
- 3
- Views
- 855
How does that work? I mean the MixedCollection itself in the ComponentMgr is a reference to all of those objects. So when I delete all of the other references, that one reference in the...
-
24 Dec 2008 10:08 PM
- Replies
- 4
- Views
- 2,188
Should probably leave change as it was, and add a new event (so it's backwards compatible with combobox), perhaps livechange or somesuch.
It's probably not a good idea to have the event fire twice. -
24 Dec 2008 9:47 PM
- Replies
- 71
- Views
- 54,401
!! Oh man, I had my own hack to do this, but I like your's better.
-
30 Oct 2008 6:29 PM
- Replies
- 13
- Views
- 4,259
I'm getting the same error. Thanks for the thread, and bug report.
-
20 Oct 2008 9:12 PM
- Replies
- 8
- Views
- 2,883
.. just to share my fix...
Well.. I could find no better way.. I had to edit the ext style and then set the zseed. This is on FF3 that I had to do this so the mask did not show up over window... -
16 Oct 2008 12:26 PM
- Replies
- 8
- Views
- 2,883
Uh.. If I have a formpanel with comboboxes in the Window, the dropdown for those comboboxes is behind the Window if I do this. Same thing with the date trigger.
-
15 Oct 2008 3:00 PM
Jump to post Thread: [2.x] US Dollar Form Input Field by rtconner
- Replies
- 40
- Views
- 23,789
Works great, thanks for building this.
Just curious... why did you break Ext class name convention and use dollarField, instead of DollarField? -
29 Sep 2008 9:32 PM
- Replies
- 31
- Views
- 12,609
I the first example, wouldn't 'arguments' be undefined? I assume that should be 'config', right?
-
17 Sep 2008 10:13 PM
- Replies
- 12
- Views
- 16,745
Are these kept up to date (will they work with 2.2?)
-
9 Sep 2008 11:10 AM
Jump to post Thread: Form layout questions by rtconner
- Replies
- 1
- Views
- 648
Hi, two things I cannot seem to figure out with the form layout.
1. How can I reduce the vertical padding (spacing?) above and below all or any of the fields?
2. How can I put fields next to... -
5 Sep 2008 9:34 AM
- Replies
- 106
- Views
- 52,413
Well since the thread creator is not keeping this code up to date, thought I post my version. This version uses the displayTpl, valueField, and displayField abilities. I fixed a prepopulate bug. And...
-
24 Aug 2008 8:37 PM
- Replies
- 87
- Views
- 35,840
Also, I am completely unable to get it to work with AsyncTreeNode. Do you think I need to try harder, or is that not build into this?
-
23 Aug 2008 6:19 PM
- Replies
- 55
- Views
- 33,943
If I use a renderer for a column, how do I get it to apply to the subrow's column?
-
22 Aug 2008 8:27 AM
- Replies
- 87
- Views
- 35,840
Also do you know, why this type of usage does not work?
new Ext.tree.TreePanel({
rootVisible : false,
root : new Ext.tree.TreeNode({text:'Types', id:'root',
... -
22 Aug 2008 8:20 AM
- Replies
- 87
- Views
- 35,840
It's kind of cool the way it is. Like a "remember the checkboxes I had checked" kind of feature. I mean that requires that the developer is a bit smarter on the server side when saving, but outside...
-
22 Jul 2008 1:36 PM
- Replies
- 3
- Views
- 1,215
Thanks, that was what I wanted.. that danged function was hiding from me.
-
22 Jul 2008 12:17 PM
- Replies
- 3
- Views
- 1,215
So yeah, I have a javascript instance of a panel. I also have a block of html. I just want to take the panel, delete whatever HTML is inside of it, and replace it with the aforementioned block of...
-
15 Jul 2008 9:17 PM
Jump to post Thread: License Change? by rtconner
- Replies
- 758
- Views
- 248,090
Oh goodness.. 74 pages.. I don't suppose anyone has a summary of the good parts?
Anyways.. do I understand broke bum me who wants to make a website for my granny's knitting supplies and use a few... -
10 Jul 2008 12:19 PM
- Replies
- 117
- Views
- 59,554
Is there a new version I should be using somewhere? Link please?
-
24 Jun 2008 2:43 PM
- Replies
- 37
- Views
- 27,341
pludikhu, below is a slightly improved version for you. (and I changed it to rawValue instead of rawvalue)
// private
initValue : function(){
if(this.value !== undefined){
... -
24 Jun 2008 10:19 AM
- Replies
- 2
- Views
- 1,510
Ah, ok I used the cls attribute on one of the child panels. That did work well. Thanks
-
23 Jun 2008 4:55 PM
- Replies
- 2
- Views
- 1,510
Is no way to get a 5px spacing or margin between columns on the column layout?
Because right now I had to resort to this.. which can't be a good idea.
},{border:false, width:5},{ -
23 Jun 2008 3:13 PM
- Replies
- 187
- Views
- 82,063
Probably the wrong place to ask.. but is svn version stable? Can I use it in production systems? Aside from the checkbox enhancements, I think I want the item-selector abilities. Depending on if...
-
23 Jun 2008 1:52 PM
- Replies
- 6
- Views
- 2,159
Uhm..dudes, I think this plugin is referring to data selected from the database, not being inserted into it. Having 0000-00-00 in the DB is perfectly valid in some systems. But, it would seem, that...
-
19 Jun 2008 8:00 AM
- Replies
- 6
- Views
- 2,712
Yes, like end-user I am very curious about this.
Results 1 to 25 of 44
