I would like to use the kendoui window to open a dynamic number of windows and ideally if that window already existed by name it would just show the same window.
So i'm imagining a javascript function
win(name, url, width)
And I would call this from various places
<button onclick="win('my window', '/example/view', 100);">click me</button>
Im not really sure how to create a window like this using its name and how to check if it already exists.
The app is very simple, a range of menus and each menu opens a window, but the menu is driven from database content, thus I cant predefine all the windows