Search Type: Posts; User: panbayi
Search: Search took 0.01 seconds.
-
24 Apr 2013 11:28 PM
- Replies
- 1
- Views
- 94
Make it easier for reading
Ext.define('Ext.ux.DateTimePicker', {
extend: 'Ext.picker.Date',
alias: 'widget.datetimepicker',
renderTpl: [
'<div id="{id}-innerEl"... -
24 Apr 2013 11:24 PM
- Replies
- 1
- Views
- 94
When I try to build production using Sencha Cmd v3.0.2.288,it throws error as following :
[ERR] com.sencha.exceptions.BasicException: The following error occurr
ed while executing this... -
24 Apr 2013 6:21 PM
- Replies
- 0
- Views
- 77
How to add label(value) to each node of line chart?I can add label to bar chart by setting the 'labelField' config of bar series but it doesn't work in line series.
What should I do? -
21 Apr 2013 6:53 PM
- Replies
- 1
- Views
- 108
Any one any idea please?
-
17 Apr 2013 10:59 PM
- Replies
- 1
- Views
- 108
I hope to the exact value of each point in line series, but failed by setting
labelField : 'data1'
labelField works well in bar series however
Can anyone give me some advice please? -
17 Apr 2013 10:52 PM
Jump to post Thread: How to disable chart ? by panbayi
- Replies
- 2
- Views
- 128
Yeah !That's the cause of the problem.
I used 'panzoom' and 'itemhighlight', when I set interactions : [''] I got what I want.
Thank you bro! -
16 Apr 2013 2:08 AM
Jump to post Thread: How to disable chart ? by panbayi
- Replies
- 2
- Views
- 128
I want to set the chart disabled(In fact,I hope it don't response to ant event such as singletap ,doubletap nor swipe).But I can not make it by
chart.disable()
nor set disabled true
disabled... -
11 Apr 2013 12:09 AM
Jump to post Thread: Chrome address bar can't hide by panbayi
- Replies
- 1
- Views
- 159
Can not hide chrome address bar by setting
viewport : {
autoMaximize : true
}
tested in Android 4.0.3
Anyone can help me, please! -
10 Apr 2013 2:01 AM
- Replies
- 1
- Views
- 78
In my demo,the carousel's children components always have gap between them,even if I set margin : '0 0 0 0'.I want the components to be next to each other closely to get more space cause cell phone...
-
9 Apr 2013 6:39 PM
- Replies
- 1
- Views
- 75
When I add initialize function to chart then the series and axes disappear,When I delete them ,the series and axes come back.
Your reply is appreciated!! -
2 Apr 2013 10:20 PM
- Replies
- 2
- Views
- 349
Have you got the solution ? I'm looking for the answer too,so if you have the solution please tell me. Thanks !!
-
29 Jan 2013 5:52 PM
Jump to post Thread: Grid numberfield dirty mark by panbayi
- Replies
- 3
- Views
- 287
I will check, thank you !!
-
29 Jan 2013 5:50 PM
- Replies
- 7
- Views
- 511
Not yet...,I hope someone can give me some advice
-
29 Jan 2013 12:26 AM
- Replies
- 7
- Views
- 511
Thank you !
Hm,I typed it ,I'm sorry for the wrong word.My original code is somehow too long to put it here and there are a lot of Chinese words in it.
Thank you for you reply again! -
29 Jan 2013 12:18 AM
Jump to post Thread: Problem with IE by panbayi
- Replies
- 10
- Views
- 1,716
temp is the instance of the store you defined, but temp don't have a property called 'rows',so it returns undefined
-
29 Jan 2013 12:16 AM
Jump to post Thread: Problem with IE by panbayi
- Replies
- 10
- Views
- 1,716
Yes ,call methods like load() ,loadData() ,add() to load data to the store
-
28 Jan 2013 11:52 PM
Jump to post Thread: Problem with IE by panbayi
- Replies
- 10
- Views
- 1,716
In your case
Since you have commented the red sentences,the variable temp you created has no data at all,you should call method temp.load() to loaddata. -
28 Jan 2013 10:19 PM
- Replies
- 7
- Views
- 511
Hi,I wondered whether you have checked this thread recently,so I reply again. Hope you can solve this or give me some advice!
Thank you! -
28 Jan 2013 5:40 PM
Jump to post Thread: Problem with IE by panbayi
- Replies
- 10
- Views
- 1,716
If your grid is binded to a store,the you can use store.getAt(rownumber) to get the record which can be treated as an array, so try store.getAt(rownumber)[2].
-
28 Jan 2013 2:57 AM
- Replies
- 7
- Views
- 511
sorry,I can't get access to the url,SO I put the code here.
//I use MVC
//here is view
Ext.define('MyApp.view.MyPanel',{
//extend...
//alias...
//some other properties like... -
28 Jan 2013 12:43 AM
Jump to post Thread: Problem with IE by panbayi
- Replies
- 10
- Views
- 1,716
I have written a small project and everything works well in Chrome and FF, but when I test it in IE( IE 9 and 10 works well while IE8 not),I meet a lot problems.
1.In grid, when I click some cells... -
26 Jan 2013 9:42 PM
- Replies
- 7
- Views
- 511
I have a grid of which plugin is cellediting,and I add a listener to detect the 'edit' event of it so when user input wrong value in it I can alert a MessageBox.At the same time,the grid has a...
-
23 Jan 2013 7:42 PM
Jump to post Thread: triggerfield in grid by panbayi
- Replies
- 1
- Views
- 166
Hi there!
I hava a grid and one of its column's editor is triggerfield.
Following is what I want to achieve.
When I click the triggerbutton, a window contains a grid is created and I... -
23 Jan 2013 6:09 PM
- Replies
- 1
- Views
- 126
Hi there!
Now I hava a grid with a celledting plugin, and I add a listener to detect the 'edit' event.In the function response to the 'edit' event,i would check if the input value is valid.Here is... -
23 Jan 2013 2:53 AM
Jump to post Thread: Grid numberfield dirty mark by panbayi
- Replies
- 3
- Views
- 287
Hi there!
I'm using ExtJS 4.1.1.I have a column in a grid and it's editor's Xtype is 'numberfield',the problem is when I click the cell it would be marked with a dirty sign(a red triangle) no matter...
Results 1 to 25 of 31
