$('#hotelDetailWrap').window({
                    width: 1040,
                    height: 160,
                    collapsible: false,
                    minimizable: false,
                    maximizable: false,
                    title: rowSelected.ExpenseTypeName,
                    modal: true,
                    onBeforeOpen: function () {
                        $('#hotelDetailWrap').window('vcenter');
                    },
                    onBeforeClose: function () {
                        $('body').removeClass('modal-open');
                    }
                });

  

相关文章:

猜你喜欢
  • 2022-03-07
  • 2021-05-22
  • 2022-12-23
  • 2021-09-12
  • 2021-04-15
相关资源
相似解决方案