jquery simpledialog2滚动条

时间:2013-12-20 10:40:38

标签: jquery jquery-mobile jquery-plugins simpledialog

我使用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
},

1 个答案:

答案 0 :(得分:1)

#DialogID{
   height: 400px;
   overflow: auto;
}