Search Type: Posts; User: hasimseo
Search: Search took 0.03 seconds.
-
23 Jul 2012 1:09 AM
- Replies
- 6
- Views
- 1,391
var selected=selectedCombo.getValue();
.
.
params: {
param1:selected.join()
}
That will help you .
Good luck... -
16 Jul 2012 11:06 PM
Jump to post Thread: Extjs4 Chart by hasimseo
- Replies
- 3
- Views
- 786
did u give any hight and weight to axis ?
-
8 Jul 2012 5:17 AM
- Replies
- 7
- Views
- 903
Thanks, Scott.
-
6 Jul 2012 6:47 AM
- Replies
- 4
- Views
- 371
you can use like this. the days will be disabled which are defined in brackets...
disabledDates: ["03","04","05"]
or give an id to your date vars and use like below ... -
6 Jul 2012 3:55 AM
- Replies
- 7
- Views
- 903
Thanks Scott for reply...
it musnt return to the first item. simly draw to duplicated place as show below in picture
36894 -
5 Jul 2012 6:59 AM
- Replies
- 7
- Views
- 903
Related to =http://www.sencha.com/forum/showthread.php?228519-Line-chart-not-draw-properly.
DocsUrl:http://docs.sencha.com/ext-js/4-1/#!/api/Ext.chart.series.Line
Ext Docs version :
4.1
... -
5 Jul 2012 6:01 AM
Jump to post Thread: Line chart not draw properly. by hasimseo
- Replies
- 7
- Views
- 1,361
hımm when you change name of dublicated one it show properly. it seems it define the same name as same item ...
interesting.
this must be a bug or maybe some property or method to show ...
i am... -
4 Jul 2012 10:42 PM
Jump to post Thread: Line chart not draw properly. by hasimseo
- Replies
- 7
- Views
- 1,361
can u give the chart code and and img. that show how does it draw.
and using the fields in a model will be better... -
14 Jun 2012 6:03 AM
- Replies
- 7
- Views
- 679
did you try it in tips with second answer?
-
13 Jun 2012 8:20 AM
- Replies
- 7
- Views
- 679
in tips it work properly but in listener i am not sure ...
-
13 Jun 2012 1:14 AM
- Replies
- 7
- Views
- 679
or you can use like this ,
that will be better
tips: {
trackMouse: true,
width: 140,
height: 100,
renderer: function(storeItem, item) {
var myVal=item.value;
... -
13 Jun 2012 1:07 AM
- Replies
- 7
- Views
- 679
hi
if you want to just show the value , open the tips tag . the below will code work.
and use console.log() instead of alert to show valls
tips: {
trackMouse: true,
width: 140,
height: 100,... -
5 Jun 2012 8:04 AM
- Replies
- 1
- Views
- 240
i ve find solution ...
it work as single selection.
we get vals as array with getSubmitValue() and getValue() ... -
5 Jun 2012 7:06 AM
- Replies
- 1
- Views
- 240
Hi i ve use a combobox that have multiselect property. i want to get selected items ids.
How can i do this. ? the attachment img. is below
35966
var myList=Ext.create('Ext.form.ComboBox', { ... -
4 Jun 2012 4:15 AM
- Replies
- 3
- Views
- 334
when you get string use decode . i hope that will help ...
Ext.decode(yourstring) -
4 Jun 2012 2:42 AM
Jump to post Thread: Ext Text area by hasimseo
- Replies
- 5
- Views
- 611
i ve tested it on my own grid and it work . may be some other err.
can you share full code ?? -
4 Jun 2012 1:31 AM
Jump to post Thread: Ext Text area by hasimseo
- Replies
- 5
- Views
- 611
hi use this...
it works properly
columns[{id: 'reason',header:'Reason <font color="red">* (Max :1000 characters)</font>',
dataIndex: 'reason',
width: 200,
autoHeight: true,
anchor : '100%',... -
4 Jun 2012 12:24 AM
- Replies
- 5
- Views
- 1,037
Hi i've solved the problem .
Remove the root data form recieved data anda bind it with loadData() . so it work properly.
send the data to json.php with ajax conn.
the codes are bellow...
... -
1 Jun 2012 11:26 PM
- Replies
- 5
- Views
- 1,037
is there any way to add the store jsondata to the array ??
-
1 Jun 2012 4:28 AM
- Replies
- 5
- Views
- 1,037
thanks for reply..
actuallay i write it outside of ontainer but the same err. is happening.
but when i use the chartStore.loadData(myData) with static data it work properly . but with dynamic data... -
1 Jun 2012 2:04 AM
- Replies
- 5
- Views
- 1,037
forgaet to add code
var barChart = Ext.create('Ext.chart.Chart', { flex: 1,
xtype: 'chart',
shadow: true,
animate: true,
store: chartStore,
... -
31 May 2012 10:53 PM
- Replies
- 5
- Views
- 1,037
Hi i am using bar chart to counting items per month. But when i dont give maximum property to axes
the bar is scroll out the border. And the scrolled part doesnt shown .
İs it a bug or i do...
Results 1 to 22 of 22
