Search Type: Posts; User: GnuDK
Search: Search took 0.02 seconds.
-
31 Oct 2007 6:59 AM
- Replies
- 5
- Views
- 1,527
The idea is to minimize the amount of ways of navigating through a collection of records. The grid currently contains a two-way-navigation: scrollbar+paging.
Anyway. A nice trick is to render the... -
19 Jul 2007 12:12 PM
- Replies
- 6
- Views
- 1,985
Of course... :)
Add the attribute to the container of your tree...
E.g:
var el = dh.append(renderTo,{tag: 'div', style: 'position: relative'},true);
var tree = new ... -
3 Jul 2007 11:31 AM
- Replies
- 6
- Views
- 1,985
Throwing a div element with "position: relative" seems to solve the problem...
-
2 Jul 2007 1:22 PM
- Replies
- 6
- Views
- 1,985
Found an error while playing with the TreePanel.
Expand a TreePanel to the point where a scrollbar appears and then scroll to the bottom. Try drag an element around. The widget has a bit of a... -
22 Apr 2007 4:05 AM
- Replies
- 0
- Views
- 914
I have a relatively large menu which takes quite some time to render due to a even larger submenu. This of course results in a slow-down in response when hovering different menu items, since the...
-
16 Apr 2007 3:29 AM
- Replies
- 2
- Views
- 1,558
new Ext.form.NumberField({
decimalSeparator:',',
width: 100,
allowNegative:false,
value:'0,00'
});
Changing the decimal separator to a comma results in marking the value as invalid. -
13 Apr 2007 1:59 PM
Jump to post Thread: GridView: destroying while autosize by GnuDK
- Replies
- 0
- Views
- 920
Gotta contribute somehow... heh...
When you quickly destroy and/or remove the container of the basic grid an error occur
Currently fixed, by changing three functions.. See example below...
...
Results 1 to 7 of 7
