Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mahesh on Dec 11, 2009 09:22
open dhtmlx forum
customization scheduler aggenda view

1. Does the aggenda view support the forward and backward tabs in the upper left to view additional data? If not, can it be made to do so?

2. On the aggenda view, can the remainder of the line be made to print out the DETAILS section?

3. Are there any more customizations possible, similar to a prior question I had: Can I pint out the entire month, several months, or the year? Right now it seems to go from the current day forward.

-Mahesh
Answer posted by Stanislav (support) on Dec 14, 2009 01:17
>>1. Does the aggenda view support the forward and backward tabs in the upper left to view additional data? If not, can it be made to do so?
They blocked purposely. Because agenda shows a list of events from some day the "next" and "previous" buttons has not sense. 

>>2. On the aggenda view, can the remainder
You can adjust related template, and add any event's property to the output. 

>>Can I pint out the entire month, several months, or the year?
Existing version shows all events from the current date. There is an optional patch, which adds ability to define the end date of agenda period. 
Answer posted by mahesh on Dec 14, 2009 08:37
is it possible to provide the optional patch? thanks
Answer posted by Alex (support) on Dec 14, 2009 08:46
Answer posted by mahesh on Dec 14, 2009 16:46

thanks,

   I do not understand how to output the details section of the lightbox on the Aggenda view as the last item on each line?

Answer posted by Alex (support) on Dec 15, 2009 01:20

The example:

<style type="text/css" media="screen"> 

 .dhx_agenda_line{
     height:42px;
 }

</style>

...

scheduler.templates.agenda_text = function(ev){
  
   return "<div style='float:left;text-align:left'>"+ev.text+"<br/>"+ev.details+"</div>";

}

Answer posted by mahesh on Dec 15, 2009 09:08
Alex, thanks once again.  That does work, but now the only problem is it goes to a new line after a small number of characters even when I remove the /br as though it is being displayed in the monthly calendar.  Is there any way to make it span the entire line.
Answer posted by Alex (support) on Dec 16, 2009 02:49

Multiline agenda view isn't supported.

>> Is there any way to make it span the entire line.

There isn't an easy way. A ready customization can be done only by additional fee. If you are interested in it, please contact us at support@dhtmlx.com