Creating a dialog for a dashboard single page?

Using latest V9 I’ve got myself a fully working dashboard page. I’d like to open up a modal dialog on the dashboard single page - but can’t find any documentation. Can anyone help?

You can try this:

$.fn.dialog.open({
    width: 550,
    height: 'auto',
    modal: true,
    title: 'Your dialog title',
    href: 'URL-to-the-element-you-want-to-load-inside-the-dialog'
});
1 Like

Many thanks!
In searching the documentation for an example of $.fn.dialog.open in use I came across: