Search Type: Posts; User: gfevrier
Search: Search took 0.01 seconds.
-
21 Nov 2012 9:31 AM
- Replies
- 4
- Views
- 289
Yeeeeessssssss !!! Thank you very very much ! I read the documentation but I haven't understood it in the right way... I-|
It works well know ! ;)
Gilles -
21 Nov 2012 4:46 AM
- Replies
- 4
- Views
- 289
Hi,
This is the code :
var rowEditing = Ext.create('Ext.grid.plugin.RowEditing', {
clicksToMoveEditor : 2,
autoCancel : false
}); -
21 Nov 2012 12:16 AM
- Replies
- 4
- Views
- 289
Hello,
I created a grid panel with a store.
Data are from a PHP script.
It is possible to modify data in the grid (rowEditing) and to update the store.
When the user click on a button in the... -
22 Apr 2012 1:26 AM
Jump to post Thread: ExtJS French community by gfevrier
- Replies
- 53
- Views
- 11,511
+1 sur la région Nantaise. :-)
Je travaille pour Bull et j'utilise actuellement ExtJS pour une application de pilotage d'une usine de traitement des eaux (applications aux données critiques puisque... -
13 Dec 2011 5:45 AM
- Replies
- 7
- Views
- 578
Hello,
I found the solution ! :D
I don't know why, but if I define the combo box outside the fieldset, it works !
var comboPeriode = {
xtype : 'combo',
fieldLabel : 'Periode', -
13 Dec 2011 4:55 AM
- Replies
- 7
- Views
- 578
In fact, I changed the fieldnames in the store to "Id" and "Libelle" for the same result.
But I think the problem is in the store, because when I put the following code after the store load, the... -
13 Dec 2011 3:29 AM
- Replies
- 7
- Views
- 578
Sorry, it doesn't change anything. :((
-
13 Dec 2011 3:06 AM
- Replies
- 7
- Views
- 578
Ok, I corrected it, but it remains the same : there is no data loaded in the store (I see that the php file is called and returns data).
It's a copy/paste error, I corrected it, but it doesn't... -
13 Dec 2011 2:13 AM
- Replies
- 7
- Views
- 578
Hi,
I'am new with ExtJS (v 3.2.1, no choice) and I have a "little" problem to create a combobox with a JSON Store...
I have the following code and I does'nt understand why there is no data in...
Results 1 to 9 of 9
