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


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: Hover text  (Read 289 times)
0 Members and 1 Guest are viewing this topic.
kd4rdb
New Member
*

Karma: 0
Offline Offline

Posts: 0

engineer


WWW
« on: September 16, 2003, 01:19:00 PM »

Don't know if this has been done, but I found out how to show an event's description as "hover text" on the calendar display.

Anywhere you have:
<%= $EVENT->{'details'}->{'title'} %>

substitute:
<acronym title="<%= EVENT FIELD(description) %>"><%= $EVENT->{'details'}->{'title'} %></acronym>

Wes

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

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


WWW
« Reply #1 on: September 16, 2003, 05:48:00 PM »

You can add the title= attribute to almost any tag. For example to an <a href= ... title="whatever"><%= EVENT FIELD(title) %></a> tag which often already surrounds the title on the calendar.

Using the <acronym > tag for other than its intended purpose will break the HTML compliance of the calendar's code (if you care).

JFYI

Dan O.

------------------

[This message has been edited by DanO (edited September 16, 2003).]

Logged
Pages: [1]   Go Up
Print
Jump to: