|
CalendarXP.net Support Most forums here are private and invisible to public.
|
View previous topic :: View next topic |
Author |
Message |
Cady36
Joined: 16 Dec 2005 Posts: 25
|
Posted: Wed Dec 28, 2005 4:45 pm Post subject: Status Bar and Tool Tips |
|
|
I'm afraid I'm going to drive you guys crazy before I finish this project!
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 |
|
|
calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Wed Dec 28, 2005 6:36 pm Post subject: |
|
|
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 |
|
|
|
|
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
|