javascript - Show Window from Grid Cell? EXTjs -


i have grid , window/form definded on page.. 1 of grid columns 'action' column.. need write href or js each cell in column show extjs 'action' window , pass cell data..

i'm having trouble finding correct renderer or handler approach.. simple example exist? i'd render data link within cell , have click show defined extjs window cell data..

extjs 3.4

any direction or examples highly appreciated

you can register listener cellclick event on grid.

http://docs.sencha.com/extjs/3.4.0/#!/api/ext.grid.gridpanel-event-cellclick


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -