Search Type: Posts; User: mmarti
Search: Search took 0.04 seconds.
-
23 Apr 2012 12:26 AM
- Replies
- 3
- Views
- 652
Hi,
I've the same problem, did you find a solution for that?
Best regards
Mike -
19 Apr 2012 11:21 PM
- Replies
- 4
- Views
- 1,724
Hi Scott,
Now i'm confused what this means, is this now a bug or should i never use a checkbox selection model in a grid when it's defined with forcefit? This is a important question for me, if i... -
16 Feb 2012 6:54 AM
- Replies
- 23
- Views
- 6,581
+1
Any news for extjs4? -
22 Nov 2011 10:37 PM
- Replies
- 9
- Views
- 4,764
Sencha can you please tell us, if the event come back in future version or not?
Thanks and best regards
mike -
17 Jun 2011 12:17 AM
- Replies
- 49
- Views
- 18,104
Very nice!!! Good work, thank you!!! :D
-
7 Jun 2011 11:02 PM
Jump to post Thread: Grid getCell function by mmarti
- Replies
- 5
- Views
- 4,347
Hi,
getCell at element gives me the following error:
TypeError: element.getCell is not a function
I've also see that it gives the function getCellSelector, but the return is not the cell... -
7 Jun 2011 6:26 AM
Jump to post Thread: Grid getCell function by mmarti
- Replies
- 5
- Views
- 4,347
Hi all,
If i call the function getCell at the view from my grid i receive the error "column.getCellSelector is not a function", can anybody help me?
Ext.each(columns,... -
31 May 2011 3:37 AM
- Replies
- 6
- Views
- 2,179
Hi stephen,
Edit listener is not possible, because, i have registered a specialkey event and check if user has clicked enter in the field. And then i want to check if the value from next column is... -
31 May 2011 3:26 AM
- Replies
- 6
- Views
- 2,179
Hi,
What's not okay at this post, does anybody need more information? I only want to find out the row number at the grid.
Regards
Mike -
31 May 2011 12:33 AM
- Replies
- 6
- Views
- 2,179
Hi,
Yes next field right, i use Ext.selection.CheckboxModel. Are you sure that in version 4 the function getCurrentPosition exists, can't use this function and it's not listed at the api doc from... -
30 May 2011 5:36 AM
- Replies
- 6
- Views
- 2,179
Hi all,
I've an editor grid, in which i register a listener for specialkey "enter", if the user click enter in the field i want to check if the next field from grid is empty or not. Now my problem... -
30 May 2011 4:01 AM
Jump to post Thread: findById by mmarti
- Replies
- 1
- Views
- 542
Hi all,
Can everybody say me, what is the equivalent in ext4 for findById? I use this to find fields in a window, which is not rendered at this moment (Listener: beforeshow).
Thanks and Best... -
29 May 2011 11:33 PM
Jump to post Thread: No grid.columnModel for extjs 4? by mmarti
- Replies
- 13
- Views
- 5,759
Hi,
Okay, but this not help me, i need urgently the function to find a column of a grid, like ext 3 function findColumnIndex can anybody help me?
Best regards
Mike -
29 May 2011 10:05 PM
Jump to post Thread: No grid.columnModel for extjs 4? by mmarti
- Replies
- 13
- Views
- 5,759
Hi Pascal,
Have you find a solution for case grid.getColumnModel().getIndexById('dele'):, i also need the function getIndexById in my code.
Thanks for the reply
Best regards
Mike -
27 May 2011 3:58 AM
- Replies
- 0
- Views
- 403
Hi all,
I migrate my extjs code to version 4. Now i search a equivalent for findColumnIndex at grids, in version 3 i searched the column from which i not know the id, with findColumnIndex to get... -
28 Jan 2011 6:41 AM
- Replies
- 0
- Views
- 382
Hi all,
I've write a listener function for my ajax request in beforerequest, this function will prepare an object which has the information from all fields in my formpanel. Now i want to delete... -
2 Jun 2010 6:24 AM
- Replies
- 3
- Views
- 872
Hi,
Ext version is 3.1.1. Fully example is not easy, must check. Store load okay, after loading is finished all is showing fine in the DataView.
Thanks
Mike -
2 Jun 2010 5:38 AM
- Replies
- 3
- Views
- 872
Hi all,
I've a window with a panel inside. And in this panel i've a DataView with store, now i've definied a LoadingText, but this text will not be display until the store is loaded. Here my code:... -
11 May 2010 11:51 PM
Jump to post Thread: Grid cell tooltip by mmarti
- Replies
- 2
- Views
- 1,299
Found a solution:
Ext.override(Ext.ToolTip,{
adjustPosition : function(x, y){
// do not position outside the Window
var cw =... -
11 May 2010 10:20 PM
Jump to post Thread: Grid cell tooltip by mmarti
- Replies
- 2
- Views
- 1,299
Hi all,
Does anybody know, if it's possible to show the tooltip from the plugin CellToolTips above the mouse cursor?
Thanks for any help.
Best regards
Mike -
4 Jun 2008 3:45 AM
- Replies
- 0
- Views
- 575
Hi all,
Does it gives a way to load for a combobox with the function load, the value and also the displayfield value, when the combobox has the mode remote?
Regards
Mike -
27 May 2008 11:47 PM
Jump to post Thread: Anchor Layout in Tabpanel by mmarti
- Replies
- 1
- Views
- 797
Hi all,
I've a Tabpanel, and inside one tab i want to split the tab with anchor layout. But it looks like ext don't wan't a anchor layout inside a tab from tabpanel, any idea?
Here my code from... -
23 May 2008 4:33 AM
Jump to post Thread: Handling Json Timeout by mmarti
- Replies
- 3
- Views
- 1,554
Hi,
One Big store is a good way, but does it also gives a way to load the next store after the previous store is successfully loaded? Should i do this in the callback function from the previous... -
23 May 2008 3:34 AM
Jump to post Thread: Handling Json Timeout by mmarti
- Replies
- 3
- Views
- 1,554
Hi all,
I have a Window with a lot of Comboboxes, and every Combo has his own Store. When i load this window i also load all the Json Stores. Now sometimes the Json call don't get a response, now... -
15 Apr 2008 11:57 PM
Jump to post Thread: Limitation Grid by mmarti
- Replies
- 4
- Views
- 907
Hi Animal,
Okay sorry here more details. I have 1 Panel with order Information and under them one gridpanel with the items, and if the user then click at a item, then another gripanel will be...
Results 1 to 25 of 43
