Search Type: Posts; User: wguo
Search: Search took 0.03 seconds.
-
1 Sep 2010 11:04 PM
- Replies
- 9
- Views
- 6,825
.x-date-menu > ul{
display: inline;
}
.x-date-menu > ul li{
display: inline;
} -
8 Jun 2010 9:30 PM
- Replies
- 1
- Views
- 580
I hava sevral records which some have special character like '<', when I dropdown the list of the combobox, is display correctly '<' , but when I select the items, the value of the textfield of the...
-
13 May 2010 9:39 PM
Jump to post Thread: How to refresh the column node value by wguo
- Replies
- 0
- Views
- 472
Now I have a columnTree(whose nodeUI provider is Ext.tree.ColumnNodeUI),I want to only refresh the displayValue of the node modified just now not reload all of the tree . Does anyone have a good...
-
13 May 2010 5:25 PM
Jump to post Thread: Data Store - root parameter question by wguo
- Replies
- 5
- Views
- 2,059
I think you should iterator the users first then iterator the groups. If your data is only one user, the json may be : {user:{groups:[]}}
-
13 May 2010 5:21 PM
- Replies
- 6
- Views
- 762
I had met the problem , you should check the displayfield and the json data to make sure they are consentaneous.
-
13 May 2010 5:16 PM
Jump to post Thread: Row select event for xtype grid? by wguo
- Replies
- 4
- Views
- 1,062
Ext.grid.RowSelectionModelevent: 'rowselect'
-
13 May 2010 5:14 PM
Jump to post Thread: RowNumberer Value as a column value by wguo
- Replies
- 3
- Views
- 696
var colModel = new Ext.grid.ColumnModel([
new Ext.grid.RowNumberer(),
{header: "Name", width: 80, sortable: true},
{header: "Code", width: 50, sortable: true},
{header:... -
12 May 2010 6:55 PM
- Replies
- 0
- Views
- 414
I had a grid with a combobox column on it, but there is a question:when I open the grid, the value of the combobox is not dispalyed . I had test it because when I click the combo column, the combo...
-
12 May 2010 2:10 AM
Jump to post Thread: Session handling on struts2 - extjs by wguo
- Replies
- 2
- Views
- 1,762
May be you can use filter to check if the session is null.
-
12 May 2010 1:53 AM
- Replies
- 11
- Views
- 2,256
var dv = new Ext.DataView({
store: store,
tpl: tpl,
autoHeight:true,
multiSelect: true,
overClass:'x-view-over',
... -
11 May 2010 11:23 PM
Jump to post Thread: please help me with Panel by wguo
- Replies
- 5
- Views
- 709
var mypanel = new Ext.panel({})
mypanel.on('render',function(){
//do something ...
})
what does it mean? -
11 May 2010 12:23 AM
Jump to post Thread: An old problem by wguo
- Replies
- 8
- Views
- 884
Thanks for your reply , I will check my code !
-
11 May 2010 12:15 AM
Jump to post Thread: An old problem by wguo
- Replies
- 8
- Views
- 884
var tab = mObj.add( {
id : id,
title : '<span class="tab-title">' + title + '</span>',
closable : true,
iconCls : 'tab-ico',
html: '<div id="' + subId + '_div"... -
11 May 2010 12:09 AM
Jump to post Thread: An old problem by wguo
- Replies
- 8
- Views
- 884
Yes , you are right, I do it just like your example code. Can I understand your statement like this : when I configure it with closeaction : hide , when I close it , it can release memory? Or...
-
10 May 2010 11:57 PM
Jump to post Thread: An old problem by wguo
- Replies
- 8
- Views
- 884
"load a tab" means a panel which may be a grid , form panel and treePanel and so on...
-
10 May 2010 11:53 PM
Jump to post Thread: An old problem by wguo
- Replies
- 8
- Views
- 884
Hi, I had post the same problem serveral times, but never had a effective answer. Today I add a attachment to the thread. As the pic shows, when I load tab in a tabpanel, the memory grows, while when...
-
29 Apr 2010 2:21 AM
- Replies
- 0
- Views
- 429
I had written most ux component , but I want to know that how to solve the memory release problems about these ux components. Because when I test my app, I discovried that the memory is growing but...
-
28 Apr 2010 2:48 AM
Jump to post Thread: The afterlayout of the container by wguo
- Replies
- 2
- Views
- 760
Sorry , I had a wrong statement, it works , but on the time of the event fired, the components were not showed , the page is white.About on three seconds , the page was showed. It is .
-
28 Apr 2010 1:51 AM
Jump to post Thread: The afterlayout of the container by wguo
- Replies
- 2
- Views
- 760
Now I have a requirement which need register a listener which can fire a event when all the components of the container had been rendered. For example , when I have container which contains ten...
-
23 Apr 2010 2:05 AM
- Replies
- 3
- Views
- 1,116
http://www.extjs.com/forum/showthread.php?47954-2.2-ExtJS-Desktop-memory-leak-on-IE
-
22 Apr 2010 11:11 PM
- Replies
- 3
- Views
- 1,116
I know your mean, but my app is as follows : in the west part , there is the menu tree, when user click the menu , the centerRegion will dynamicly add a tab, when I click the 'X' on the tab , it...
-
22 Apr 2010 7:02 PM
- Replies
- 3
- Views
- 1,116
Hi all,
I think most people have met the problem : when open a tab in tabpanel, the memory will increase 15M , but when I close it , the memory does not release at all. So , when I run the app in a... -
22 Apr 2010 6:55 PM
- Replies
- 0
- Views
- 689
Hi all,
I think most people have meet the problem : when open a tab in tabpanel, the memory will increase 15M , but when I close it , the memory does not release at all. So , when I run the app... -
5 Apr 2010 5:29 PM
- Replies
- 0
- Views
- 706
Hi ,
Now , I want to init groupHeaderPlugin after reconfigure gridpanel,but it does not work! And when I directly using the plugin on the grid , it works ok. Can anyone know the problem? Thanks! -
23 Oct 2009 12:20 AM
- Replies
- 0
- Views
- 700
Does anyone know that : how to get the input value of the checkboxgroup?
Results 1 to 25 of 82
