Search Type: Posts; User: eternasparta
Search: Search took 0.02 seconds.
-
Today 4:22 AM
- Replies
- 2
- Views
- 54
Thank you evant for your answer.
Simply perfect! -
Today 2:11 AM
- Replies
- 2
- Views
- 54
Hi all,
I have a simple page with 2 or more grids and I want to use CellEditing plugin to edit cells of those grids.
If I have only a grid all works well, but if I make 2 grids (or more)... -
28 Mar 2013 6:01 AM
- Replies
- 1
- Views
- 99
Hi all,
I've an Ext.tab.Panel that contain in each tab some object (that are Ext.panel.Panel).
When I try to switch between tabs the items contained in the tab random disappear, like in the... -
24 Mar 2013 11:45 PM
- Replies
- 2
- Views
- 168
Thank you scottmartin for your answer.
I'm using the last version of this adapter, and I'm able to link a series as follow:
xField -> time reference common for all y series
first y serie ->... -
22 Mar 2013 8:02 AM
- Replies
- 2
- Views
- 168
I'm using highcharts libraries with extjs 4 (using joe kuan official adapter).
I've tryed to modify the example "Spline - Animation" that you can find here... -
22 Mar 2013 7:44 AM
- Replies
- 4
- Views
- 203
if you define the function with all parameters:
cellclick: function(gridview, rowIndex, columnIndex, e)
and you type
e.index -
21 Mar 2013 2:29 AM
- Replies
- 2
- Views
- 217
thank you! i've made a distraction error......
-
15 Mar 2013 7:51 AM
- Replies
- 2
- Views
- 217
i'm trying to use Highcharts plugin and I've started with the simple example in his documentation
I've correctly set the enviroment (I'm sure).
This is the windows i've declared:
//other part of... -
25 Feb 2013 5:36 AM
- Replies
- 1
- Views
- 162
I’m trying to achieve something like this (http://docs.sencha.com/ext-js/4-1/#!/example/portal/portal.html) but I want the portlets to be resizeable.
So I have a Ext.TabPanel with a... -
20 Feb 2013 11:48 PM
- Replies
- 2
- Views
- 105
thank you scott, but i've solved using layout: 'column'
-
20 Feb 2013 6:14 AM
- Replies
- 2
- Views
- 105
i've a container with two panels inside, very similar to the following example code:
{xtype : 'container',
id:'mycon'
width:400,
items:[
{xtype:'panel',
id:'firstpanel',
width:350,... -
7 Feb 2013 6:40 AM
Jump to post Thread: get a row from a grid by eternasparta
- Replies
- 3
- Views
- 201
thank you!\:D/
-
6 Feb 2013 12:50 AM
Jump to post Thread: get a row from a grid by eternasparta
- Replies
- 3
- Views
- 201
I think it's very simple to answer to this question:
I have simple grid with my custom store:
//other code
{xtype: 'grid',
store:'SecondStore', -
5 Feb 2013 1:30 AM
Jump to post Thread: Grid Header Filters by eternasparta
- Replies
- 64
- Views
- 28,527
Add in your grid class the following rows:
- plugin for the grid:
plugins: [Ext.create('Ext.ux.grid.plugin.HeaderFilters')/*, ... other plugins here */]
- column... -
5 Feb 2013 1:28 AM
- Replies
- 3
- Views
- 332
Add in your grid class the following rows:
- plugin for the grid:
plugins: [Ext.create('Ext.ux.grid.plugin.HeaderFilters')/*, ... other plugins here */]
- column... -
4 Feb 2013 6:54 AM
- Replies
- 3
- Views
- 332
Good solution (thank you!!!!), but this create an "html" field, and i think that it's not simple to interact with sencha framework. For example i think is difficult to get focus on it on click event,...
-
31 Jan 2013 3:31 AM
- Replies
- 3
- Views
- 332
hello all,
I'm making a simple page with a Grid like this http://docs.sencha.com/ext-js/4-1/#!/example/grid/grid-plugins.html
I would like to add inside the column header a textbox (or more...
Results 1 to 17 of 17
