Search Type: Posts; User: dietmar
Search: Search took 0.02 seconds.
-
4 Nov 2011 11:43 AM
- Replies
- 1
- Views
- 561
The FormData API works great with newer version of firefox and chrome, and makes it possible to track progress of large file uploads. It would be great if you implement a submit action using this new...
-
30 Jun 2011 5:46 AM
Jump to post Thread: displayfield isDirty() bug by dietmar
- Replies
- 0
- Views
- 315
Seems that displayfield return true on isDirty() after modifying the value.
I guess that is unexpected in most cases, and it should return false instead (always).
- Dietmar -
26 May 2011 1:20 AM
- Replies
- 2
- Views
- 1,093
will you fix that in one of the next releases?
-
25 May 2011 10:27 PM
- Replies
- 33
- Views
- 7,464
+1 for this. This is really a requirement for us.
-
25 May 2011 10:13 PM
Jump to post Thread: text selection with grid by dietmar
- Replies
- 6
- Views
- 964
The following seems to work:
Ext.override(Ext.view.Table, {
afterRender: function() {
var me = this;
me.callParent();
me.mon(me.el, { -
25 May 2011 8:09 PM
Jump to post Thread: text selection with grid by dietmar
- Replies
- 6
- Views
- 964
Manyn thank for your help. I just saw that 'features' can modify the metaRowTmp - so maybe I can implement that using a grid feature?
-
25 May 2011 8:58 AM
Jump to post Thread: text selection with grid by dietmar
- Replies
- 6
- Views
- 964
I try to display large log files (syslog). Using a grid with 'paginggridscroller' (infinite scroll) works quite good. Unfortunately extjs set '-moz-user-select:none', so I cant select the text (so...
-
19 May 2011 3:31 AM
Jump to post Thread: checkboxfield truth values by dietmar
- Replies
- 0
- Views
- 347
The current checkbox accepts the following values as true:
true, 'true', '1', or 'on'
It would be great if it accept integer value 1 also.
Note: I use perl on the server side - perl does... -
15 May 2011 8:09 PM
- Replies
- 5
- Views
- 1,486
Yes. But I observed this behavior on two different computers - can you reproduce it?
-
13 May 2011 2:27 AM
- Replies
- 5
- Views
- 1,486
OK; it is related to FF option 'Use hardware acceleration when available' in:
Firefox/Options/Advanced/General/Browsing/
So is this a FF bug or a extjs bug? -
13 May 2011 1:24 AM
- Replies
- 5
- Views
- 1,486
I get that with firefox 4.0.1 on Windows 7 Professional 64Bit
-
12 May 2011 9:00 PM
- Replies
- 5
- Views
- 1,486
The default grid cell line height is different for FF:
.x-grid-cell-inner {
line-height: 15px;
}
on Chrome it is set to 'line-height: normal'
This results in different Grid Table... -
10 May 2011 11:29 PM
Jump to post Thread: MessageBox hidden behind applet by dietmar
- Replies
- 0
- Views
- 510
I use an java applet inside my ExtJS4 application. Unfortunately all MessageBoxes are hidden by the applet (using Chrome browser). Seems the applet ignores the zindex. Is there a way to avoid that...
-
8 May 2011 8:01 PM
- Replies
- 21
- Views
- 13,686
sorry, I just use the normal grid (no tree).
-
5 May 2011 7:53 PM
- Replies
- 21
- Views
- 13,686
Just use it like a normal ComboBox - pass grid options in 'listConfig', for example:
{
xtype: 'PVE.form.ComboGrid',
valueField: 'name',
displayField: 'name',
store:... -
3 May 2011 10:29 PM
- Replies
- 21
- Views
- 13,686
It would be nice to use a Grid instead of simple BoundList to render the ComboBox picker. This is currently not possible.
I currently use the following code to implement that feature. Maybe it is... -
20 Apr 2011 11:57 PM
- Replies
- 2
- Views
- 1,117
When I set 'activeTab: 1' the tab panel still shows the content of tab 0 (althought tab 1 is activated). The following patch demonstrates the issue:
--- examples/tabs/tabs.js.org 2011-04-19... -
19 Apr 2011 3:06 AM
- Replies
- 1
- Views
- 567
There is a layout problem with tabpanels without border - wrong border between the tab button and the content.
The following patch shows the problem:
--- examples/tabs/tabs.js.org 2011-04-19... -
19 Apr 2011 3:02 AM
Jump to post Thread: Tabpanel layout problem by dietmar
- Replies
- 0
- Views
- 297
--- examples/tabs/tabs.js.org 2011-04-19 12:59:07.000000000 +0200
+++ examples/tabs/tabs.js 2011-04-19 13:00:50.000000000 +0200
@@ -5,6 +5,7 @@
var tabs = Ext.createWidget('tabpanel', {
...
Results 1 to 19 of 19
