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

javascript - Can you add a modal background to a Kendo window? - Stack Overflow

programmeradmin3浏览0评论

Using kendo ui, and using the window UI WIDGET, .html

Is it possible to add a modal background in light grey color like you can in Jquery ui dialog ?

Is it possible to make the background non-clickable ?

Using kendo ui, and using the window UI WIDGET, http://demos.kendoui.com/web/window/index.html

Is it possible to add a modal background in light grey color like you can in Jquery ui dialog http://jqueryui.com/dialog/#modal ?

Is it possible to make the background non-clickable ?

Share Improve this question edited Jan 8, 2014 at 12:40 Lars Höppner 18.4k2 gold badges47 silver badges73 bronze badges asked Jan 8, 2014 at 12:33 Hello-WorldHello-World 9,55524 gold badges90 silver badges157 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 22

Simply use the modal configuration option:

$("#dialog").kendoWindow({
    modal: true
});

You can adjust the color by overriding the CSS if necessary.

发布评论

评论列表(0)

  1. 暂无评论