You can hide calendar by
hyCalendar.hide();
But there is no way to show calendar and specify at each input it must be rendered at the same time. Calendar is linked to target inputs and will appear automatically , after clicking related input.
If you need more detailed control over behavior, you need to create separate calendar controls for each area.
I seperated out each calendar creation, what i want now is onfocus of a textbox associated with calander i want it to show and onblur it should hide, how can i achieve it.
should i write onfocus for each textbox if yes how will i get the pobject refrerence of calendar.
I was able to achive that as well. but another problem now i face is “onfocus” of textbox the calander is drawn, after i select the date the tab index is lost, it doent go to the next element in the page.