Hello!
With our requriments, i need to customize lightbox with a new appearance. Please help me how to do so.( i attach image that will be lightbox.)
Hello!
With our requriments, i need to customize lightbox with a new appearance. Please help me how to do so.( i attach image that will be lightbox.)
Most simple solution - just define your own showLightbox method and show custom html form from it.
scheduler.showLightbox = function(id){
//show your custom form from this method
}