Hi,
I would like to add a calendar which will get create at the run time and i want to add that dynamically created into a section. If i add that calendar object with
then the calendar is attaching to the top of the browser and not inside the section.
So can anyone let me know how to do this, getting a calendar inside a section??
Thanks,
Kothan.
I would like to add a calendar which will get create at the run time and i want to add that dynamically created into a section. If i add that calendar object with
Code:
section.setItems(calendar);
So can anyone let me know how to do this, getting a calendar inside a section??
Thanks,
Kothan.