最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

angular - How do I get an overlay added behind the kendo-window that will disable the background functions like dialogs do? - St

programmeradmin0浏览0评论

I am using Kendo UI Window instead of dialog so that user can see the data behind the window but I want to disable the click events behind the window.

I have tried to set the htmlAttributes: {'modal': 'true'} while opening the kendo window using kendo service but its not working.

const windowRef = this.windowService.open({
   title: compTitle,
   content: compName,
   cssClass: "menu-window",
   htmlAttributes: {['modal']: "true"},
});

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论