Hello,
I tried this many ways, this forum is last call. I want to open modal window from ribbon bar that it would display my web-resource. I tried in ribbon xml file define url to my webresource like this
<CommandDefinition Id="TTT.DashboardTab.Query.CustomSolution.Command">
<EnableRules />
<DisplayRules />
<Actions>
<Url Address="$webresource:prefix_/ddd/web/myfile.htm" WinMode="2" />
</Actions>
</CommandDefinition
also tried to add javascript action which calls Xrm.Utility.openWebResource
but in both cases it seems it does not get parent window context,
when action defined as javascript then it open in new window,
when action is url it does open in modal window but does ignore window.top.resizeTo function, also tried window.parent.
What i am missing? Either way i define those actions it works in other browsers.
Thanks