Extjs2.0.2 datefield 日期組件在點擊選擇日期時下拉麪板在chrome, firefox中樣式亂掉的解決辦法

日期組件在點擊選擇日期時下拉麪板在chrome, firefox中 佔滿全屏。如圖。

解決辦法參考:http://www.sencha.com/forum/showthread.php?82493-FIXED-347-DatePicker-popup-width-incorrect-in-Webkit&highlight=chrome



 if(Ext.isGecko===true||/chrome/.test(navigator.userAgent.toLowerCase())){       
        var chromeDatePickerCSS = ".x-date-picker {border-color: #1b376c;background-color:#fff;position: relative;width: 185px;}";
        Ext.util.CSS.createStyleSheet(chromeDatePickerCSS,'chromeDatePickerStyle');
    }


引用:http://blog.chinaunix.net/uid-26884465-id-3478508.html


其他引用:http://www.cnblogs.com/m199/p/3364209.html


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章