Redirect page dinamically on click in a row...
I see this code for send the text where you click to status bar:
And the question is, how can i retrieve the text of one cell of row that i do click, not the text over you do click? I want that for redirect depending of text of one cell for each row...
Must be seems like this:
obj.setAction("click", function(src){window.status = src.getItemProperty("text")});
And the question is, how can i retrieve the text of one cell of row that i do click, not the text over you do click? I want that for redirect depending of text of one cell for each row...
Must be seems like this:
obj.setAction("click", function(src){window.location.href = 'http://www.terra.es/?id=' + src.getItemProperty("text")});
Maik
May 5,