PHP Classes

Events Calendar

Recommend this page to a friend!

      Events Calendar  >  All threads  >  Events Calendar  >  (Un) Subscribe thread alerts  
Subject:Events Calendar
Summary:Events Calendar
Messages:5
Author:adam pery
Date:2010-10-08 15:39:19
Update:2011-09-16 07:25:58
 

  1. Events Calendar   Reply   Report abuse  
Picture of adam pery adam pery - 2010-10-08 15:39:19
Can I see the work example ?

  2. Re: Events Calendar   Reply   Report abuse  
Picture of Ron Darby Ron Darby - 2010-10-08 16:10:20 - In reply to message 1 from adam pery
Hi, this is a temp link www.new.young-modz.org/Club_Events .

  3. Re: Events Calendar   Reply   Report abuse  
Picture of adam pery adam pery - 2010-10-11 08:45:33 - In reply to message 2 from Ron Darby
Clicking on the date in the calendar can be no page refresh ?

  4. Re: Events Calendar   Reply   Report abuse  
Picture of Ron Darby Ron Darby - 2010-10-11 09:52:55 - In reply to message 3 from adam pery
I'm not sure I understand the question, but if you mean that you want the links to open in the same/current page ie <a href='' target="_self"> you can to set it in the events array for each individual link or change the defualt attribute setting too.

$events= array('title'=>'example','date'=>'11/10/2010',link='http://page.com',target='_self');
$cal-> new EventsCalendar($events);
$attributes = array('linksTarget'=>'_self');

$cal->attributes($attributes);

  5. Re: Events Calendar   Reply   Report abuse  
Picture of primediart primediart - 2011-09-16 07:25:59 - In reply to message 1 from adam pery
how to use event calender