Hello,
Is there an attribute for making the window centered automatically, without having to do that via javascript?
With Angular, something like "k-centered='true'":
If not, perhaps this can be added?
Thanks,
Lars
Is there an attribute for making the window centered automatically, without having to do that via javascript?
With Angular, something like "k-centered='true'":
<
div
kendo-window
=
"someWindow"
k-width
=
"600"
k-height
=
"200"
k-visible
=
"true"
k-centered
=
"true"
>
</
div
>
If not, perhaps this can be added?
Thanks,
Lars