Search Type: Posts; User: wzl002
Search: Search took 0.02 seconds.
-
13 Jun 2012 9:50 PM
- Replies
- 3
- Views
- 613
I found the answer by view the src.
var recordsInStore = store.pageMap.getRange(0, pageSize); //get All Data
store.pageMap.addPage(1, recordsInStore);// set Data static
... -
12 Jun 2012 10:05 PM
- Replies
- 2
- Views
- 407
Try this, you may need some modification for your requirements.
/* * 数据格式示例 : var testdata = { part : { 'Jul 01' : 2000, 'Aug 02' : 2400, 'Sep 03' : 2000, 'Oct 04' :
* "", 'Dec 05' : null },... -
12 Jun 2012 7:27 PM
- Replies
- 3
- Views
- 468
try this:
http://www.sencha.com/forum/showthread.php?219467-Ext.ux.form.MonthField&p=830859#post830859 -
12 Jun 2012 7:26 PM
- Replies
- 3
- Views
- 468
Try this:
http://www.sencha.com/forum/showthread.php?219467-Ext.ux.form.MonthField&p=830859#post830859 -
12 Jun 2012 7:25 PM
Jump to post Thread: Ext.ux.form.MonthField by wzl002
- Replies
- 1
- Views
- 797
A extend from Ext.form.field.Date,just choose Year & month without date.
-
12 Jun 2012 6:17 PM
- Replies
- 3
- Views
- 613
I had a store and I want update it's data :
The correct code with buffered = false :
//buffered = false
var store = Ext.create('Ext.data.Store', {
fields: ...,
... -
2 Jun 2012 4:37 PM
- Replies
- 37
- Views
- 20,489
Can you provie your case code and evn infomation like IE version,os and so on
-
2 Jun 2012 4:33 PM
- Replies
- 37
- Views
- 20,489
Thank you very much, I will take a look at that.
-
2 Jun 2012 4:19 PM
- Replies
- 6
- Views
- 940
What if I want to change the layout config when the owning panel layout?
var child1 = new Ext.panel.Panel({
title: 'Panel',
collapsible: true,
anchor: '100% 40%', -
17 May 2012 10:07 PM
- Replies
- 37
- Views
- 20,489
Can you provide your case code please?
I think the property 'altFormats' will not work as expect and the format for time part is 'H:i:s' and unchangeable, any format set for this part would not... -
7 May 2012 12:50 AM
- Replies
- 6
- Views
- 940
This is just a case to show error.
I find this when I upgrade my custom portal component to 4.1.0.
There is a feature in my portal : when one portlet was collapsed/expanded, closed or... -
7 May 2012 12:06 AM
- Replies
- 6
- Views
- 940
REQUIRED INFORMATION
Ext version tested:
Ext-4.1.0-gpl -
3 May 2012 12:01 AM
- Replies
- 5
- Views
- 758
It was a logic in my custom component. I wrote a portalpanel with layout 'column', and I want all its items has the same height as the portal, so I set the items's height in the portal's beforLayout....
-
27 Apr 2012 1:31 AM
- Replies
- 37
- Views
- 20,489
I had update the thread and put the upgrade version for ext-4.1.0.
All the bugs in replays had be fixed, I guess:>.
Thanks again and welcome improve replay. -
25 Apr 2012 12:47 AM
- Replies
- 5
- Views
- 758
REQUIRED INFORMATION
Ext version tested:
Ext-4.1.0-gpl -
20 Mar 2012 6:16 AM
Jump to post Thread: Ext JS 4.1 RC1 is Now Available by wzl002
- Replies
- 47
- Views
- 22,225
No matter how long the fixed bug list, my only concern its performance in IE.
-
17 Nov 2011 5:33 PM
- Replies
- 4
- Views
- 731
Thanks for your answer.
I know the reason for the el error, but if I just render the Form with " container.add(reportForm); ", The height I got is just as the container's height, like 80px, it's too... -
16 Nov 2011 1:09 AM
- Replies
- 4
- Views
- 731
Thank you very much for your reply.
But, my problem is not How/When to reset the container height but How much px I should set.
It will get a suitable height for the formpanel when use a DIV... -
15 Nov 2011 8:18 PM
- Replies
- 4
- Views
- 731
Hi,
As the 'autoHeight' is no longer available, I got a question when render a form.
I have a simple viewpoint with 'column' layout, it's items just like this:
items: [{
id: 'menuColumn',... -
28 Jun 2011 10:38 PM
- Replies
- 37
- Views
- 20,489
I didn't test that, you can try it and if there are any bug, I will be glad to help.
-
28 Jun 2011 10:36 PM
- Replies
- 37
- Views
- 20,489
Thank you!
I had edited the post and uploaded a new zip.
I'm very sorry for this bug because I had found and resolve this before I post it, but I made a big mistake when upload the js files.
... -
16 Jun 2011 6:23 PM
- Replies
- 1
- Views
- 620
ignore again? Or it's my fault and I made some mistake?
-
15 Jun 2011 8:38 PM
- Replies
- 37
- Views
- 20,489
26595
Add a time spinner to the DatePicker.
From picture left, there are DateTimeMenu, TimePickerField, DateTimeField, a simple example.js for this is contained in the zip.
Any improve or... -
13 Jun 2011 11:10 PM
- Replies
- 1
- Views
- 620
Ext.ClassManager setNamespace: function(name, value) is a function which will be call when use Ext.define().
If use the function with a same name twice, then in the function, " leaf =... -
1 Jun 2011 6:15 PM
- Replies
- 6
- Views
- 1,043
The 'itemexpand' event "Fires when a node is expanded", but I find that the childNodes will show after the itemexpand function return, which is just like the 'beforeitemexpand'. Should not the...
Results 1 to 25 of 29
