You are here:   Support > User Forum
Register   |  Login

Invenmanager User Forum

Minimize
Event Title Wordrwap in Calendar View
Last Post 02 Feb 2012 07:02 AM by Joseph Allen. 7 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Joseph Allen
New Member
New Member
Posts:74

--
27 Jan 2012 10:28 AM  
Anybody know where to change the Radscheduler CSS to allow Event titles to word wrap if they are too long to fit on one line?

Is this even possible.
Inven Manager
Senior Member
Senior Member
Posts:6849
Avatar

--
27 Jan 2012 12:24 PM  
Joseph,

Yes, it is possible by modifying the css.

We are working on that so users can choose to be fixed one line or wrap around to 2nd line. We will give you an update once it is ready.
========================================
Delivering high value DotnetNuke Modules to save your time and resources
Scott Welch
New Member
New Member
Posts:69

--
01 Feb 2012 08:32 AM  
Why would you remove functionality that was in the calendar previously? This makes no sense. When can we expect to be able to do this and also add other tokens to this? I need a picture and the start and end times displayed.
Joseph Allen
New Member
New Member
Posts:74

--
01 Feb 2012 10:23 AM  
Scott,

You can modify the current templates using tokens to display the Start and End times very easily in the current release.

In the calendar template try this:

<div title="[TITLE]" style="background:[CATEGORYCOLOR];color:[CATEGORYTEXTCOLOR];">[STARTTIME] [ENDTIME] [SHORTTITLE]</div>

You can also probably add a picture using basic html to resize it and put it in line with your event information. Like this: <img src="smiley.gif" alt="Smiley face" height="42" width="42" />

Your template would look something like this:

<div title="[TITLE]" style="background:[CATEGORYCOLOR];color:[CATEGORYTEXTCOLOR];"><img src="
[PICTURE]" alt="[SHORTTITLE]" height="10" width="10" /> [STARTTIME] [ENDTIME] [SHORTTITLE]</div>

Note how I replaced "smiley.gif" with the [PICTURE] token and how I replaced "Smiley face" with the [SHORTTITLE] token.

Joseph
Scott Welch
New Member
New Member
Posts:69

--
02 Feb 2012 12:59 AM  
You can modify the templates but the title link is still limited to one line so none of it shows. What css file and what css lines need to be changed for this to have auto height and expand as needed?
AFMC WebTeam
New Member
New Member
Posts:12

--
02 Feb 2012 01:23 AM  
I found the following article that give the CSS to put at the end of the skin.default.css file in the theme folder. Maybe it will work for you.

http://www.telerik.com/support/kb/aspnet-ajax/scheduler/auto-expand-the-height-of-the-appointment.aspx
Scott Welch
New Member
New Member
Posts:69

--
02 Feb 2012 01:29 AM  
Very nice! Extremely grateful for that. Thanks!
Joseph Allen
New Member
New Member
Posts:74

--
02 Feb 2012 07:02 AM  
The only downside to the CSS is that it doesn't allow mutli-day events across more than one day. The word wrap is nice for single days. More than one day and it loses some value.
You are not authorized to post a reply.

Active Forums 4.1