dhtmlxCalendar size

Hi,

I attach a calendar in a layout cell and i would like this calendar to have height and width set to 100% to fit the layout cell. Is it possible and how to achieve this?

Thanks

This is my code

mCal = new dhtmlxCalendarObject(“cal”, false, {isYearEditable: true,isMonthEditable: true});
mCal.draw();

layout.cells(“a”).attachObject(“cal”);

Hello,

the calendar always has fixed sizes. But you can set sizes of layout cell:

dhtmlx.com/docs/products/dht … izing.html
dhtmlx.com/docs/products/dht … xsize.html

Hi,

so basically we have to comply with the fixed mini size of the dhtmlxCalendar and cannot make it fit in another (bigger) component?

Calendar has fixed size. It is impossible to increase or decrease its width or height

this a good idea to implement ajust size of dhtmlxCalendar.
i’ve this problem, and i not found a solution.

thks

Daniel Aredes
Brazil