Opening item panel with a link

Hey!

Is it possible to create a link that opens a list with an item in panel view? For a project I created cool panel forms for my items. Now when I send the users status updates via email I normally link them the sharepoint item in the email. Now when they click on it the item opens as separate page which looks stupid. I would find it really cool if I could open the list with the item as panel open. Is this somehow possible?

If not: Is it possible for me to find out if the current form is opened in panel or as separate window so I can make style adjustments?

Dear @JoshMohr,
Unfortunately, for technical reasons it is not possible to share a link that will open in a panel.

You can however wrap your CSS code inside of this:

.ms-Panel-main{
  /* your code goes here */
} 

And all the styles will apply only when in panel.

1 Like