Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jorge Arzuaga on Jul 02, 2009 20:16
open dhtmlx forum
scheduler vertical spacing

Hi.. another problem is in the view "Month", when a day have 3 o more events write somes in the day below, is posible configure the scheduler for autoheight i using the next code for generate it:

<div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:100%; position:absolute'>
        <div class="dhx_cal_navline">
            <div class="dhx_cal_prev_button"> </div>
            <div class="dhx_cal_next_button"> </div>
            <div class="dhx_cal_today_button"></div>
            <div class="dhx_cal_date"></div>
            <div class="dhx_cal_tab" name="day_tab" style="right:104px;"></div>
            <div class="dhx_cal_tab" name="week_tab" style="right:74px;"></div>
            <div class="dhx_cal_tab" name="month_tab" style="right:204px;"></div>
        </div>
        <div class="dhx_cal_header">
        </div>
        <div class="dhx_cal_data">
        </div>        
    </div>
Thanks..

Jorge Arzuaga
Answer posted by Stanislav on Jul 03, 2009 14:59
This is a known issue for original version of code.
You can try to use updated version of js file, with it scheduler must resize automatically to prevent "day cell" overflow ( this will be released as part of oncoming update ) 

Please inform if issue occurs for updated code as well. 
Attachments (1)
Answer posted on Jul 03, 2009 17:53
Its possible sendme the .js with format?, this version is  hard to understand... Thanks
Answer posted by Support on Jul 06, 2009 02:19
Not-compressed version of js file is attached to the post. 
Attachments (1)
Answer posted on Jul 06, 2009 06:13
Thanks..