Search Type: Posts; User: kishore_r
Search: Search took 0.02 seconds.
-
2 Apr 2013 9:35 AM
- Replies
- 1
- Views
- 145
I am using ExtJs 4.1.2a
I have the following config for a combobox.
{
xtype: 'combo',
name: 'transaction',
... -
12 Dec 2012 12:04 PM
- Replies
- 4
- Views
- 714
I am facing the exact same issue. I did get the all-classes.js to include the controllers by doing a
Ext.require('MyApp.controller.*');
in my app.js. But I still get a bunch of 404's for the... -
27 Mar 2012 9:35 AM
Jump to post Thread: Charting -- Date display issues by kishore_r
- Replies
- 2
- Views
- 353
I am on 4.0.3
-
26 Mar 2012 11:02 PM
Jump to post Thread: Charting -- Date display issues by kishore_r
- Replies
- 2
- Views
- 353
I am trying to display a simple line chart with Date/Time display on the X axis. I have tried different approaches but I cannot get the DateTime to display properly. The only time when I get...
-
16 Mar 2012 9:59 AM
- Replies
- 1
- Views
- 560
I have the following code in my contoller
Ext.define('MyApp.controller.Installation', {
extend: 'Ext.app.Controller',
refs: [{
ref: 'installationsCombo',
selector:... -
21 Nov 2011 4:26 PM
- Replies
- 1
- Views
- 326
I have a panel in which I am trying to display a simple line chart. But all that is displayed is the chart legend. The code for the panel extension is below
... -
8 Nov 2011 9:39 AM
Jump to post Thread: Scope issue?? by kishore_r
- Replies
- 2
- Views
- 351
gripes! Thanks much for pointing it out!!!!
-
7 Nov 2011 4:43 PM
Jump to post Thread: Scope issue?? by kishore_r
- Replies
- 2
- Views
- 351
I think I have a scope issue in my controller code. Below is the relevant portion of my controller.
Ext.define('MyApp.controller.InstallGroup', {
extend : 'Ext.app.Controller',
... -
2 Nov 2011 1:09 PM
- Replies
- 1
- Views
- 521
I have the following controller code.
I have the itemcontext menu show up on a right click. The itemcontextmenu has two menu items "add" and "delete" each with its own handler. What I am seeing...
Results 1 to 9 of 9
