Menu
Welcome, Guest
Username: Password: Secret Key Remember me
Welcome to the Developer forum!
Get all your questions answered here. Learn to integrate calendar in your application.
  • Page:
  • 1

TOPIC: 1.2.8 preview all day problem, agenda problem

1.2.8 preview all day problem, agenda problem 14 years 7 months ago #93

  • jobiwan
  • jobiwan's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Software Developer - Java primarily
  • Posts: 8
  • Thank you received: 0
Howdy,
Using 1.2.8 working off of java demo
I'm experiencing two problems, not sure if I broke something on the first.
Problem 1: If I make an event all day, and click on that event nothing happens.
Problem 2: Agenda view delete and edit event links don't call same code as the preview. How do I control what code these call?
Thanks,
-jim

Please Log in to join the conversation.

-
You are a very redundant person. That is the type of person you are.

Re: 1.2.8 preview all day problem, agenda problem 14 years 7 months ago #94

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 143
  • Karma: 1
  • Thank you received: 1
All day events preview, move etc is not supported in basic version. only premium supports that feature.

Agenda view behavior can be changed in the default template js.

Please Log in to join the conversation.


Team Web2Cal.

Re: 1.2.8 preview all day problem, agenda problem 14 years 7 months ago #95

  • jobiwan
  • jobiwan's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Software Developer - Java primarily
  • Posts: 8
  • Thank you received: 0
Ok thanks for all your help.
-jim

Please Log in to join the conversation.

-
You are a very redundant person. That is the type of person you are.

Re:1.2.8 preview all day problem, agenda problem 14 years 7 months ago #96

  • LightAlloy
  • LightAlloy's Avatar
  • Visitor
  • Visitor
ok, we can change default template js and call events we want when links "edit" and "delete" are clicked.
But how can we get activeEvent then?

Please Log in to join the conversation.

Re:1.2.8 preview all day problem, agenda problem 14 years 7 months ago #98

  • jobiwan
  • jobiwan's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Software Developer - Java primarily
  • Posts: 8
  • Thank you received: 0
Yeah I was running into the same problem.

Please Log in to join the conversation.

-
You are a very redundant person. That is the type of person you are.

Re:1.2.8 preview all day problem, agenda problem 14 years 7 months ago #99

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 143
  • Karma: 1
  • Thank you received: 1
<ul class="actions">
<li> <a href="javascript:rzEditEvent(${eventId});" name="edit" class="websbutton"> Edit event </a> </li>
<li> <a href="javascript:rzDeleteEvent(${eventId});" name="delete" class="websbutton"> Delete event </a> </li>
</ul>

Now the methods will get eventID. You can get event details, by invoking, ical.getEventById(eventID);

does this help?

Please Log in to join the conversation.


Team Web2Cal.

Re:1.2.8 preview all day problem, agenda problem 14 years 7 months ago #100

  • LightAlloy
  • LightAlloy's Avatar
  • Visitor
  • Visitor
yeah, thanks, that helped.

I think such things should be documented..

Please Log in to join the conversation.

  • Page:
  • 1
Time to create page: 0.087 seconds
Powered by Kunena Forum

LATEST IN FORUM

  • No posts to display.

ABOUT US