Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebForm_PostBackOptions documentation [closed]

Is there any documentation on the parameters to WebForm_PostBackOptions? I can't find anything by Googling.

like image 431
Craig Avatar asked Feb 02 '09 02:02

Craig


1 Answers

There is no official documentation on this. However if you look at the javascript source code you will see this:

function WebForm_PostBackOptions(eventTarget, eventArgument, validation, validationGroup, actionUrl, trackFocus, clientSubmit) 

I think the parameter names are quite self-explanatory.

like image 142
Daniel P Avatar answered Sep 23 '22 08:09

Daniel P