Skip to main content

We are having trouble display a SharePoint List and coordinating it with a Nintex Form Web Part on the same page. It gets out of sync when it uses a connection. Also there is other funny stuff when the entire grid disappears if the the grid has been filtered.

We would like to be able to control the view of the Nintex Form through an Iframe. I'm currently getting some nasty errors when I try to display the nintex from in an iframe:

184492_pastedImage_0.png

This was just an attempt to target the iframe through an anchor tag.

thanks,

Stephan

The Nintex form can be displayed in an Iframe. The problem that I has was using the full url.  If I make the src to the iframe relative it works fine.Somehow when the url is is the full path starting with https, Sharepoint thinks it's cross-site scripting and I think that's where my problem and question originated.

This is an example of the jquery to change the url:

$('iframe'))1].src='/sites/ocrs/Lists/OCRs/DispForm.aspx?ID=46&IsDlg=1';

Essentially the ID is all I really want to change as I highlight different grid rows.

The isDlg=1 prevents QuickLaunch and Navigation from appearing in the frame:

184501_pastedImage_0.png

The refresh of the iframe is not a whole page refresh.

My ultimate goal is to drive the grid through Javascript/jQuery to refresh the Nintex Page. It is also convenient to have the Edit Menu displayed and it does to change to edit in the same iframe.


Reply