NilovSerge
Posts: 16
|
| Posted: 09/23/2006, 8:30 AM |
|
Hallo!
I need a calendar with link on any day. And the data on the any day can be exist in a database table or not .
In calendar on the label "DayNumber" I create an avent "$holidays->DayNumber_BeforeShow" with code
$holidays->DayNumber->SetValue( '<a src="somewhere.com?id='.$holidays->DayNumber->GetValue().'">'.$holidays->DayNumber->GetValue().'</s>' );
I expected that on any day I have a link to that day. But I have in DayNumber only "1" and no link.
Haw can I do a link in "DayNumber" of a calendar?
_________________
With respect,
Nilov Serge. |