Skip to content

Instantly share code, notes, and snippets.

@turbod
Created November 5, 2012 08:38
Show Gist options
  • Save turbod/4016064 to your computer and use it in GitHub Desktop.
Save turbod/4016064 to your computer and use it in GitHub Desktop.
ActionColumn item handler function, ExtJS 4.0.7
actionColumn = @getTetelekGrid().down('actioncolumn')
actionColumn.items[0].handler = (gridview, rowIndex, colIndex, actionItem, eopts)->
record = gridview.store.getAt rowIndex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment