User Profile & Activity

Michael Law Member
Posted: January 5, 2010 12:50 PM

I think I answer my own question.

I create add onCallOutShow to ClientSideEvents in WebScheduler. Then I have the following code to change the button text.

        function WebScheduler1_OnCallOutShow(controlId) {
var WebScheduler1 = ISGetObject(controlId);
document.getElementById("WebScheduler1_CSBEdit").innerHTML = "Edit Reservation";

return true;
}



Thanks. This works.

Michael

Hi Andi:

This doesn't work. I get "SelectedEvent is null" error message.

Thanks
Michael

Thanks. It helps. What if I want to pass the value into the iframe. I am using the editingDialogBox.

I am using this method for my project - http://intersoftpt.wordpress.com/2008/05/08/use-custom-editing-form-in-webschedulernet/


Thanks
Michael


Posted: November 16, 2009 12:22 PM

I found this article that provides what I need.

http://intersoftpt.wordpress.com/2008/05/08/use-custom-editing-form-in-webschedulernet/

All times are GMT -5. The time now is 7:27 AM.
Previous Next