Hi,
we are using NavigateTo to open webresource using below link:
but we want to open that webresource by default in fullscreen same as when we click on fullscreen button it display.
Thanks!
Hi,
we are using NavigateTo to open webresource using below link:
but we want to open that webresource by default in fullscreen same as when we click on fullscreen button it display.
Thanks!
Hello,
I'm afraid but there is no supported way of doing it. If unsupported approach is ok then you can use following code in onload of your dialog:
parent.$("button[data-id='dialogResizeIconButton']", parent.document).click();
André Arnaud de Cal... 291,904 Super User 2024 Season 2
Martin Dráb 230,605 Most Valuable Professional
nmaenpaa 101,156