2013-12-20 101 views
0

我正在使用simpledialog2來顯示對話框。jquery simpledialog2滾動條

我想添加一個滾動條,因爲我的內容很大。

下面是我的對話框

defaultDialogConfig: { 
mode: 'blank', 
dialogForce: false, 
showModal: true, 
headerText: '', 
headerClose: true, 
animate: false, 
zindex: 9999, 
blankContent: '', 
themeDialog: 'b', 
themeInput: 'e', 
themeButtonDefault: false, 
themeHeader: 'a', 
callbackOpen: lockScreen, 
callbackClose: unlockScreen 
}, 
+0

什麼是您的問題poperties? – MaiKaY

+0

把一個固定的高度,然後風格烏拉圭回合對話框溢出:汽車 – Anup

回答

1
#DialogID{ 
    height: 400px; 
    overflow: auto; 
} 
+0

張貼它的人在哪裏:) – Anup

+0

對不起。我沒有想到快速回應..感謝您的輸入.. – sree

+0

你....告訴我們如果解決方案奏效。 – Anup