Is there a shared calendar component in HTMLDB?
March 27th, 2006 By lelliott
I’m currently in the early stages of teaching myself HTMLDB and I was wondering if it is possible to create a shared component that is a small calendar that could be placed on each page as part of the layout template? - much like some blogs have. Looking at the various shared components available in HTMLDB 2.0 it looks as though there isn’t a shared component object of this type. Thought that it might be possible to do this using an application process but at the moment I lack the knowledge of HTMLDB to get it happening.
Any thoughts are very welcome.
Cheers,
Leigh.

March 27th, 2006 at 9:58 pm
Ok I have done a little experimenting and found that if I create a page 0 and on this page create a region containing a small calendar I can get a calendar appearng on all pages as part of the application template. The next issue I am facing is how to control the previous, next and today buttons as I get various issues occuring when they are pressed:
Some pages give error “ERR-1777: Page 1 provided no page to branch to. Please report this error to your application administrator.”
Some pages do nothing
Pages that contain a calendar already (as part of the content) get changed rather than the side bar calendar.
Leigh.