Hi, I have a project to create a page under the admin area which needs to use a calendar. I can use a jQuery calendar but considering Umbraco already utilises one, how could I re-use that control in my own Umbraco project?
If it's a date picker - then the Umbraco date picker stores a DateTime which you can render on the front end and use whatever front end control you wish.
If you're trying to implement a full calendar function then you're looking at a lot of custom code.
Almost, the calendar I see in the front end is what I would like to use in a custom page in the admin area i.e. site.com/Umbraco. So I have created a custom page and rather than adding jQuery controls again I would like to reuse the controls within Umbraco.
Hope this clarifies my question, if not let me know and I can explain in more depth.
How to use in built calendar?
Hi, I have a project to create a page under the admin area which needs to use a calendar. I can use a jQuery calendar but considering Umbraco already utilises one, how could I re-use that control in my own Umbraco project?
Hi,
Do you mean a date picker?
If it's a date picker - then the Umbraco date picker stores a DateTime which you can render on the front end and use whatever front end control you wish.
If you're trying to implement a full calendar function then you're looking at a lot of custom code.
HTH
Steve
Hi Steve
Almost, the calendar I see in the front end is what I would like to use in a custom page in the admin area i.e. site.com/Umbraco. So I have created a custom page and rather than adding jQuery controls again I would like to reuse the controls within Umbraco.
Hope this clarifies my question, if not let me know and I can explain in more depth.
Thanks
is working on a reply...