[Seaside] Re: JQGrid Events

Sabine Knöfel sabine.knoefel at gmail.com
Fri Sep 14 16:17:31 UTC 2012


Thank you both,
This was it

JQGrid>>onCellSelect: aFunction
   self optionAt: 'onCellSelect' put: (aFunction asFunction: #('rowId'
'iCol' 'cellcontent' 'e'))

...
onCellSelect:
   (html jQuery ajax
      callback: [ :val | val inspect ] value: (JSStream on: 'rowId');
      callback: [ :val | val inspect ] value: (JSStream on: 'iCol');

Have a nice Weekend
Sabine



--
View this message in context: http://forum.world.st/JQGrid-Events-tp3787423p4647518.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list