CalendarXP.net Support Forum Index CalendarXP.net Support
Most forums here are private and invisible to public.
 
 FAQFAQ   SearchSearch   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Status Bar and Tool Tips

 
Post new topic   Reply to topic    CalendarXP.net Support Forum Index -> FlatCalendarXP Related
View previous topic :: View next topic  
Author Message
Cady36



Joined: 16 Dec 2005
Posts: 25

PostPosted: Wed Dec 28, 2005 4:45 pm    Post subject: Status Bar and Tool Tips Reply with quote

I'm afraid I'm going to drive you guys crazy before I finish this project! Very Happy

Two questions:

Is there anyway to allow tool tips to show, but NOT show text in the status bar? (REALLY like to be able to do this)

...and...

Is there anyway to change *just* the tool tip for an event/holiday/whatever? We want to use the tool tips to display prices for vacation rentals, and those prices change depending on duration. (I can live without this...)

Thanks so much.

Julie
Back to top
View user's profile Send private message
calendarxp
Site Admin


Joined: 30 Jan 2005
Posts: 409

PostPosted: Wed Dec 28, 2005 6:36 pm    Post subject: Reply with quote

1) to disable tooltip text in status bar, you just need to put the following function at the very top of your agenda.js:
Code:
function fHint(t,id) {
  t.title=__tis[id];
}

or use the following code around the fOnload() in plugins.js:
Code:
function fOnload() {
  fHint=fNewHint;
}

function fNewHint(t,id) {
  t.title=__tis[id];
}


2) to only use text for an event, you simply just specify the text and leave the action with an empty string. e.g.
Code:
fAddEvent(2004,9,23, "$120", "");

_________________
Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    CalendarXP.net Support Forum Index -> FlatCalendarXP Related All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Copyright 2003- Idemfactor Solutions, Inc. All rights reserved.
Powered by phpBB © 2001, 2005 phpBB Group