I am using sencha touch. Can i call parametrized handler function on an item of action sheet ? If yes then how to do this. Kindly help me .. I want to do this ,,
var z = function test(){alert('Hellow')};
In the handler function :
handler:function(z){
alert(z);
}
it is not working .. Just showing .. "Index.html (Object:Object)" Thanx in advance