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 

How can I organize theme files in a different directory other than the default engine directory?

 
Post new topic   Reply to topic    CalendarXP.net Support Forum Index -> CalendarXP F.A.Q.
View previous topic :: View next topic  
Author Message
calendarxp
Site Admin


Joined: 30 Jan 2005
Posts: 409

PostPosted: Tue Feb 15, 2005 6:49 pm    Post subject: How can I organize theme files in a different directory other than the default engine directory? Reply with quote

In the calendar tag, you need to change the value of name & id properties to include the absolute/relative path to the theme directory. e.g.

Code:
<iframe name="gToday:/theme1/normal:agenda.js:gfPop:./plugins.js" id="gToday:/theme1/normal:agenda.js:gfPop:./plugins.js" src="/engine/ipopeng.htm" ... > </iframe>

The above tag will load the normal theme from absolute web path /theme1/, while loading agenda.js and plugins.js from /engine/. This is true for both PopCalendarXP and FlatCalendarXP. But it may be confusing because the paths in the name & id are relative to the src, NOT the containing page.

Therefore we always recommend you put all calendar related files together within the same directory with the ipopeng.htm, and only use path in the src property. e.g.
Code:
<iframe name="gToday:normal:agenda.js:gfPop:plugins.js" id="gToday:normal:agenda.js:gfPop:plugins.js" src="engine/iflateng.htm" ... > </iframe>

In this case, all calendar files are located in the "engine" dir.

_________________
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 -> CalendarXP F.A.Q. 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