2015-11-20 80 views
1

我使用dhtmlxWindow中的dhtmlxCalendar附加頁面。日曆被切斷。 主頁:dhtmlxWindow中的dhtmlx日曆zIndex

dhxWins = new dhtmlXWindows(); 
popupWindow = dhxWins.createWindow("newcontact_win", 0, 0, 330, 270); 
popupWindow.center(); 
popupWindow.attachURL("calendar.html"); 
Attached page: 
formData = [{type: "calendar", dateFormat: "%d-%M-%Y", serverDateFormat: "%Y-%m-%d", name: "start_date", label: "Calendar", readonly: true, calendarPosition: "right"}]; 
myForm = new dhtmlXForm("myForm", formData); 

回答

0

您的日曆上最嵌套iframe,它具有比日曆更小的尺寸內呈現。物理上不可能在這樣的小區域內繪製日曆。 要正常顯示日曆,您需要在不使用iframe的情況下構建代碼(即不使用attachURL),那麼它必須呈現良好。