davemalen
Posts: 13
|
| Posted: 06/12/2006, 2:59 PM |
|
Is there an easy way to have a day on the calendar reference a field in a table after changing it to a link.
For instance using Examplepack2 if I change the parameter of the link in the calendar example to user_event_id the values do not appear in the rendered page.
|
 |
 |
peterr
Posts: 5971
|
| Posted: 06/13/2006, 4:08 AM |
|
I believe that this is not possible. It probably couldn't work logically anyway, since there can be multiple records (and user_event_id's) for each day.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
davemalen
Posts: 13
|
| Posted: 06/13/2006, 5:37 AM |
|
Thxs guess thats why I cant get it to work lol
I limit the events to one per day and just wanted a link to a booking when I click on the day. I will try to think up another way of doing it.
|
 |
 |
davemalen
Posts: 13
|
| Posted: 06/13/2006, 7:40 AM |
|
Easier to solve than I initially thought.
Just add a label to the calendar which holds the value you wish to use for the link. This can then be modified into a link or the value used for the link and the label not displayed.
|
 |
 |