10390 Posts in 2201 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 959 Views |
-
calendar widget

20 April 2009 at 1:30am
hi,
would it be possible to to extract the calendar into an widget? then you could have it on any pages, and when the user clicks on a date, he would be redirected to the calendar page... ???
-
Re: calendar widget

20 April 2009 at 4:35am
It already is.
function GlobalCalendarWidget()
{
$calendarPage = DataObject::get_one("Calendar"); // If you have multiple calendars, specify an id or url segment.
return new CalendarWidget($calendarPage);
} -
Re: calendar widget

20 April 2009 at 5:25am
that's cool!
but where do i have to put this function, and where do i call it?thanks!
-
Re: calendar widget

20 April 2009 at 8:22am Last edited: 20 April 2009 8:23am
If you want it on every page, the Page_Controller would probably be a good place since all your page types descend from that. It can be called on the template just like any other function.
| 959 Views | ||
|
Page:
1
|
Go to Top |

