v1.0 Initial release. retracted ---------------------------- v1.1 Added support for using the solution in a list view web part in a web part page. retracted ---------------------------- v1.2 Fixed linefeed in multiline plain text fields retracted Added option to use the value from any field in the form as dialog title. The standard value is "Title". Added support for showing attachments in the preview. ---------------------------- v1.3 Fixed a bug that slowed the loading significantly due to a query being executed for each list item in stead of only once per list view. ---------------------------- v1.31 Fixed a bug when using in a calendar view on a web part page. You must add a new variable to the CEWP code alongside the "spjs_listItemPreviewFIN" like this: var spjs_listItemPreviewFIN = "HoverMe"; var spjs_listItemPreviewList = "{2b6961fc-2e5d-420e-b6d9-3ce7d1bb88b2}"; ---------------------------- v1.32 Removed String;# prefix when previewing calculated columns. Added option to use other columns than ID to identify which item to preview when using the “advanced option” to pull information from another list. See details at the bottom of this article. ---------------------------- v1.33 Fix for using calculated column as dialog title (removes String;#). ---------------------------- v1.35 Fixed a type in the script that affected IE8 when using the cross list functionality. ---------------------------- v1.36 Fixed an issue with having multiple lists in a web part page. ---------------------------- v1.37 Fixed error when using in list with folders by adding "scope=RecursiveAll". Please note that you must also update spjs-utility.js to v1.182 or above. Added option to turn on or off the edit item button in the top right corner of the dialog. ---------------------------- v1.38 Added "URL" and "Image" as "type" in the fieldData section of the configuration (for use with field of type Hyperlink or Image). Tidied up a few unused variables. Added id attribute "spjs_previewTable" to the main preview table for easier styling. Add style tag to the CEWP code and target the table like this: #spjs_previewTable{ /* your css here */ } ---------------------------- v1.40 Tried to fix an issue where the dialog was placed above the top of the screen.