Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8219 Posts in 1899 Topics- by 2162 Members - Latest Member: Honor
Calendar Script CommunityCustomizationHacks and Mods (Moderators: scott, DanO)tool tip to show all fields of an event
Pages: [1]   Go Down
Print
Author Topic: tool tip to show all fields of an event  (Read 284 times)
0 Members and 1 Guest are viewing this topic.
wderzawiec
New Member
*

Karma: 0
Offline Offline

Posts: 15

Web site coordinator


WWW
« on: February 06, 2010, 07:49:31 PM »

Hi,

I've seen some posts about creating tooltips to show specific fields about an event onmouseover, (from the month grid) but I was hoping there might be a way to have the tooltip show all fields, much like the "Event View" does? I have tried something like title="<%=$EVENT->{details}->{$_}%>" but nothing is showing up empty for me.  Thanks!
Logged
DanO
Moderator
Sr. Member
*****

Karma: 13
Offline Offline

Posts: 303

Please don't PM me. Post in the open forum.


WWW
« Reply #1 on: February 17, 2010, 05:05:18 PM »

** <%=$EVENT->{details}->{$_}%> **

That would only work if you set up a loop (like used in the event details section of the template) to cycle through all of the details contained in the event record. Otherwise specifically stating the event field to be printed would be necessary. Eg. <%=$EVENT->{details}->{Field_Key_Value}%>

<%=$EVENT->{details}->{title}%>
<%=$EVENT->{details}->{description}%>
etc.

JFYI

Dan O.
Logged
Pages: [1]   Go Up
Print
Jump to: