Can anyone tell me how i would test to see if a dialog UI button was pressed? i.e if i had code like the following, how would i test to see if the onClick event occurred?? Thanks
type : 'button',
align : 'left',
style : 'width:100%',
label : 'Find Next',
isChanged : false,
onClick : function() {)