User1795483484 posted
Hi Guys,
Another simple question for you, is it possible to pass parameters into the
initialize: function () {
Keeywi_Controls.ImageEditor.callBaseMethod(this, "initialize");
},
of the Javscript in an AJAX asp.net control. I can modify the function to:
initialize: function (ImageDirectory, UploadedImageCount) {
Keeywi_Controls.ImageEditor.callBaseMethod(this, "initialize");
},
but see no way to pass in the ImageDirectory and UploadedImageCount parameters from the server side.
Does anyone have any ideas? This has me stumped.
Cheers,
Damien