Search Type: Posts; User: fangzhouxing
Search: Search took 0.06 seconds.
-
13 Oct 2011 8:45 PM
- Replies
- 1
- Views
- 663
sorry, this problem is not related to the autoHeight property. All my grids have the same problem.
-
13 Oct 2011 4:10 PM
- Replies
- 1
- Views
- 663
When set autoHeight true, the first column of grid is not sortable, and is not resizable, and its width is fixed!
Anyone can help? Thanks in advance! -
8 Jun 2010 5:59 AM
Jump to post Thread: Grid Filter (Plugin) by fangzhouxing
- Replies
- 917
- Views
- 567,025
I use ExtJS 2.3.0, and I add following patch to css that solve the same problem(not need to change editableitem.js )
/* patch */
img.ux-gridfilter-text-icon,
img.ux-rangemenu-gt,... -
1 Jan 2010 5:53 AM
- Replies
- 302
- Views
- 156,964
I found that the Ext 3.0 version of this extension can be used with Ext 2.3 with small modifications:
/*
* ColumnLock v1.7.1 for Ext 3 (changed for 2.3)
*/
Ext.ns('Ext.ux.grid');
... -
15 Dec 2009 2:00 AM
- Replies
- 2
- Views
- 2,011
Thanks!
-
24 Nov 2009 8:19 PM
Jump to post Thread: help with combo by fangzhouxing
- Replies
- 6
- Views
- 1,066
see: http://www.extjs.com/forum/showthread.php?p=381895#post381895
-
19 Nov 2009 5:47 PM
Jump to post Thread: SQLite Pagination Issue by fangzhouxing
- Replies
- 5
- Views
- 3,946
@makana, thank you for your help.
I found that you also must override the getTotalCount method in Ext.data.Store like this:
divo.data.T_PROJECT_CONTRACTOR = "t_project_contractor"... -
17 Nov 2009 12:58 AM
Jump to post Thread: SQLite Pagination Issue by fangzhouxing
- Replies
- 5
- Views
- 3,946
I have the same problem.
-
14 Nov 2009 6:08 AM
- Replies
- 1
- Views
- 1,485
Anyone?
-
12 Nov 2009 11:56 PM
- Replies
- 5
- Views
- 2,475
I change the Ext.air.FileProvider in ext-air-debug.js like this:
Ext.air.FileProvider = function(config){
Ext.air.FileProvider.superclass.constructor.call(this);
this.defaultState = {... -
12 Nov 2009 10:46 PM
- Replies
- 1
- Views
- 1,485
Anyone use the ux.ManagedIFrame extension in the Adobe Air application?
I just see the error message 'Inline frames are NOT enabled/supported by your browser'
by Introspector. -
30 Oct 2009 4:07 PM
Jump to post Thread: Threading with onRender by fangzhouxing
- Replies
- 2
- Views
- 1,099
Anyone can explain the difference between constructor and onRender method, when should I put code in constructor, and when should I put code in onRender method?
-
20 Oct 2009 3:46 PM
- Replies
- 3
- Views
- 3,023
Has anyone used autosuggestion/autocomplete textfield just using ExtJS core?
-
1 Sep 2009 8:49 PM
- Replies
- 1
- Views
- 865
My complete working code here, wish it helps:
form.member.MemberCorpEditForm = Ext.extend(Ext.form.FormPanel, {
myId : function(id) {
return this.id + "-" + id
},
initComponent :... -
1 Sep 2009 8:35 PM
- Replies
- 3
- Views
- 951
I always do it like this:
var areaFld = {
hideLabel : true,
xtype : 'combo',
name : 'areaCode',
id : 'area', <---------- use id in Ext.getCmp... -
28 Aug 2009 5:06 PM
- Replies
- 39
- Views
- 10,963
hi, mystix, I used your code in my project of Ext 2.3.0, is it ok? (I removed Ext.isNumber and Ext.isDefined).
-
25 Aug 2009 10:55 PM
- Replies
- 117
- Views
- 59,584
@ JamesC, thank you, the problem in 2.3.0 is also solved!
-
13 Aug 2009 8:50 PM
- Replies
- 4
- Views
- 1,131
I am using ExtJS 2.3.0, and have the same problem when show msg by markInvalid in form. When I move the cursor above the textfield, then the missing borders appear!
-
11 Aug 2009 12:33 AM
- Replies
- 1
- Views
- 586
see: http://extjs.com/forum/showthread.php?p=369867
-
10 Aug 2009 7:29 PM
- Replies
- 2
- Views
- 1,925
I have found that this bug was caused by the use of Ext.ux.grid.GridViewMenuPlugin!
see: http://www.extjs.com/forum/showthread.php?p=370138#post370138 -
6 Aug 2009 9:10 PM
- Replies
- 60
- Views
- 23,355
Using 'Ext.util.CSS.createStyleSheet' will have problem in IE7.
see: http://extjs.com/forum/showthread.php?p=369735 -
6 Aug 2009 6:15 PM
- Replies
- 2
- Views
- 1,925
I just upgraded to ExtJS 2.3.0, and I found a bug (see attached pic for detail!):
After some time, my Ext.window stop showing in IE7.
The IE7 error (invalid call or invalid argument) come from... -
6 Aug 2009 7:31 AM
Jump to post Thread: Focus on window load by fangzhouxing
- Replies
- 5
- Views
- 1,349
hi,@jarlau,can you explain why use the buffer config item?
-
5 Aug 2009 7:34 PM
- Replies
- 31
- Views
- 19,335
I just tested it,and this bug is fixed in version 2.3.0.
-
29 Jul 2009 5:44 PM
Jump to post Thread: 怎么实现Ext.window在iframe之上显示? by fangzhouxing
- Replies
- 6
- Views
- 7,272
@meisong,在iframe中加载的ExtJS代码可以这样调用父窗口的代码:
parent.Ext.MessageBox.hide();
这个例子就是在父窗口发出了Ext.MessageBox.wait...,等到iframe中的代码加载和初始化完毕后,让父窗口的提示框消失。
希望上面的例子对你有所启发。
Results 1 to 25 of 120
