Quick View Popover?

Hi Guys,
is it possible to display Quick View Dialog box like this ?
image

Regards,
Sky

Have a look here A proposal for a new feature for wiki links

2 Likes

You can use this JavaScript · Bootstrap in XWiki.

Thankyou @mflorea.
I was looking for inbuilt options but I am happy with custom scripting too.
Can I know how do we find the current bootstrap version of the xwiki/theme ?

You can see it here xwiki-platform/pom.xml at master · xwiki/xwiki-platform · GitHub for the XWiki version currently being developed. Or here xwiki-platform/pom.xml at xwiki-platform-14.10.5 · xwiki/xwiki-platform · GitHub if you’re looking for a specific XWiki version. You can also search for it in the Extension Manager, core extensions, locally that is http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences?section=XWiki.Extensions&search=bootstrap&repo=core . Finally you can also check with the browser’s developer tools what version of bootstrap.js is loaded, since it’s loaded on almost all pages, i.e. http://localhost:8080/xwiki/webjars/wiki%3Axwiki/bootstrap/3.4.1/js/bootstrap.min.js?r=1

Hope this helps,
Marius

1 Like

Thank you!! :+1: