Search Type: Posts; User: abhijit roy
Search: Search took 0.04 seconds.
-
26 Jul 2012 1:49 AM
- Replies
- 1
- Views
- 1,463
When you wnat to upload any file use getForm().fileUpload= true and when want a simple submit use
getForm().fileUpload= false; and pass the params. when you do fileUpload =true you wont be able to... -
31 Jan 2012 11:26 PM
- Replies
- 8
- Views
- 6,838
thanks a lot
-
30 Jan 2012 12:21 AM
Jump to post Thread: Vertical Radiogroup in ExtJS by abhijit roy
- Replies
- 1
- Views
- 1,137
Try this Radio component ....
{
xtype: 'radiogroup',
id:'sampleRadioGrp',
border:false,
itemCls: 'x-check-group-alt', -
8 Jan 2012 10:36 PM
- Replies
- 3
- Views
- 858
Ext Js 3.3.1...
-
8 Jan 2012 10:35 PM
Jump to post Thread: clear combobox in extjs by abhijit roy
- Replies
- 3
- Views
- 2,115
Ext Js 3.3.1...
-
8 Jan 2012 10:30 PM
Jump to post Thread: Click event in Extjs charts.. by abhijit roy
- Replies
- 3
- Views
- 1,065
this is extjs 3.3.1..
-
5 Jan 2012 2:33 AM
Jump to post Thread: clear combobox in extjs by abhijit roy
- Replies
- 3
- Views
- 2,115
function cleanComboStore(component)
{
Ext.getCmp(component).getStore().removeAll();
Ext.getCmp(component).setValue(null);
Ext.getCmp(component).getStore().commitChanges();
} -
4 Jan 2012 11:06 PM
- Replies
- 1
- Views
- 2,116
var
pieChartSdTab = new Ext.chart.PieChart({
id:'pieChart2', //hidden:true,
width:220,
height:200,
store: chart2Store,
dataField: 'dispField', //information to display in the chart25CDF2 -
4 Jan 2012 11:02 PM
- Replies
- 1
- Views
- 1,569
tipRenderer :function(chart, record, index, series)
{if(series.yField == 'New')
{
if(record.data.New=="1")
return record.data.New + ' New Case in ' + record.data.month+ '\n Click for Details';... -
4 Jan 2012 10:57 PM
Jump to post Thread: Click event in Extjs charts.. by abhijit roy
- Replies
- 3
- Views
- 1,065
listeners: {itemclick :function(o) {alert(chart1Store.getAt(o.index).data['month'] + ' &' + chart1Store.getAt(o.index).data['New']+ ' &' + chart1Store.getAt(o.index).data['Processed']+ ' &' +...
-
4 Jan 2012 10:54 PM
- Replies
- 3
- Views
- 858
//******CUSTOMISED STACKED COLUMN CHART********
Ext.onReady(function(){
Ext.QuickTips.init();
var chart1data1= '[{ }]';
chart1data1 =...
Results 1 to 11 of 11
