Sha256: ff7e665386e65e493a5572d57b511d5db1c7081bb17bbe9f037a19fec8d64db6

Contents?: true

Size: 704 Bytes

Versions: 2

Compression:

Stored size: 704 Bytes

Contents

<p><em>mouse over an event to preview; click on an event for full details</em></p>

<div id="calendar" class="calendars"></div>

<div style="clear:both"></div>

<div id="event_quick_description" class="span-12" style="display:none"></div>

<% content_for :javascript do %>
<script type="text/javascript">
$(document).ready(function()
  {
    $('#calendar').fullCalendar({ 
      header: { left: 'prev,next today', center: 'title', right: 'month,agendaWeek,agendaDay' },
      editable: false, 
      events: '<%= events_path(:event_type => params[:event_type] || @event_type) %>', 
      height: 500, 
      aspectRatio: 1,
      eventMouseover: updateEventDescription
    });
  }
);
</script>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
event_calendar_engine-0.2.15 app/views/events/_calendar.html.erb
event_calendar_engine-0.2.14 app/views/events/_calendar.html.erb