welcome to my space
- arrested but not ind
- how do i change net
- donno whether google
- page positioning
- mp3 mixer
- uk lottery
- 4 word answer to 22
- fixing the sanyo ric
- electronics
- google search for a
- about org and com
- my website has been
- where do you find go
-
Archives
-
Categories
-
Search
-
Meta
-
Credits
10 March, 2010 |
how add a event on one column ?
I guess it's with listener in ColumnModel?
var cm = new Ext.grid.ColumnModel([{header: "S", width: 25, sortable: true, dataIndex: 's'},
{header: "F/C", width: 25, sortable: true, dataIndex: 'fc'},
{header: "Code", listeners: "....",width: 70, sortable: true, dataIndex: 'code'},
{id:'libelle',header: "Libellé", width: 200, sortable: true, dataIndex: 'libelle'}
But i don't know how i can write it.
i know for add the listener on a grid i just need do grid.addListener("click", functionJS);
but how can i add a event on the doubleclick of one only column?
#If you have any other info about this subject , Please add it free.# |