Search Type: Posts; User: suaveant
Search: Search took 0.02 seconds.
-
14 Jul 2011 6:24 AM
- Replies
- 3
- Views
- 1,774
How do you make an ext window fit to its content size when using a border layout? If I change the layout to fit it works but I can't use the mini collapse (or east/west panels), putting a border...
-
20 Dec 2010 11:47 AM
- Replies
- 2
- Views
- 475
Excellent. Its no show stopper or anything... there are always ways to work around it. It just comes up often enough that I figured I'd check.
Looking forward to Ext4, then! :) -
20 Dec 2010 11:16 AM
- Replies
- 2
- Views
- 475
I have been trying to figure out the best way to handle multi-record data embedded in data records for a while now. Say you have data something like:
[
{
name: 'Foo',
prefs: [
... -
21 Jan 2010 7:20 AM
Jump to post Thread: Injecting params for JsonWriter by suaveant
- Replies
- 0
- Views
- 389
The CRUD stuff seems very MVC (PATH_INFO) oriented. I have been looking for a way to specify params to tell the server what's going on instead, like func=update_address. I could probably add them to...
-
16 Oct 2008 7:21 AM
- Replies
- 106
- Views
- 52,444
setValue uses store's find function, which (strangely) has no way to match an exact term except if you pass it a RegExp...
this.store.find(this.valueField, item.trim())
I had numeric values 59... -
18 Sep 2008 8:00 AM
Jump to post Thread: DateField won't align right! by suaveant
- Replies
- 5
- Views
- 1,159
I tried float:right and the little datepicker icon got lost, basically became overflow... the way those are written seems very strange... I actually have done this and put in a right margin to move...
-
17 Sep 2008 8:01 AM
Jump to post Thread: DateField won't align right! by suaveant
- Replies
- 5
- Views
- 1,159
Doesn't seem to make a difference, thanks, though.
-
17 Sep 2008 7:37 AM
Jump to post Thread: DateField won't align right! by suaveant
- Replies
- 5
- Views
- 1,159
I am trying to ad an Ext DateField to an existing app. The renderTo is set to a div with text-align: right but the DateField stubbornly clings to the left... any idea how to fix this?
-
6 Aug 2008 1:23 PM
Jump to post Thread: numberRenderer by suaveant
- Replies
- 2
- Views
- 945
Here is a regexp that does it in less code...
var foo = -12345678.1234;
var re = new RegExp('(\\d{1,3})(?=(?:\\d{3})+(\\.|$))','g');
var foo2 = foo.toString().replace(re,'$1,');
;) -
6 Aug 2008 1:05 PM
Jump to post Thread: Complex table drag and drop by suaveant
- Replies
- 0
- Views
- 641
Would there be a way to use Ext to make a complex table editor that allowed dragging and dropping of tables, TRs and TDs and also dragging and dropping tables within TDs?
I am in the planning... -
25 Jul 2008 10:56 AM
- Replies
- 0
- Views
- 647
I am building an editor where I have the same form under many tabs to edit info for different types. It is basically simple with some just a couple inputs/dropdowns but so far the only way I have...
Results 1 to 11 of 11
