<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>contentpeek UI Component</title><link>https://community.telligent.com/community/13/w/api-documentation/75811/contentpeek-ui-component</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>contentpeek UI Component</title><link>https://community.telligent.com/community/13/w/api-documentation/75811/contentpeek-ui-component</link><pubDate>Fri, 08 Mar 2024 17:51:59 GMT</pubDate><guid isPermaLink="false">625499eb-5742-4d2b-ad64-dd5f78e81487</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75811/contentpeek-ui-component#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:51:59&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.telligent.evolution.ui.components.contentpeek&lt;/h3&gt;
&lt;p&gt;[[ui JavaScript API Module|UI Component]] which handles automatic asynchronous loading and presentation of additional details about links content. Handles the output of &lt;code&gt;$core_v2_ui.ContentPeek(contentTypeId, contentId)&lt;/code&gt; which is &lt;code&gt;class=&amp;quot;ui-contentpeek&amp;quot; data-contentid=&amp;quot;&amp;quot; data-contenttypeid=&amp;quot;&amp;quot;&lt;/code&gt; to trigger messages that can be handled by widgets to show additional details. The handling widget can be customized to present peek details in a theme-supported way.&lt;/p&gt;
&lt;h3&gt;Options&lt;/h3&gt;
&lt;p&gt;Data made available to instances of the component:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;contenttypeid&lt;/code&gt;: (string) Content Type Id Guid&lt;/li&gt;
&lt;li&gt;&lt;code&gt;contentid&lt;/code&gt;: (string) Content Id Guid&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Example:&lt;/h3&gt;
&lt;p&gt;Given the markup...&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;...&amp;quot; class=&amp;quot;ui-contentpeek&amp;quot; data-contenttypeid=&amp;quot;aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa&amp;quot; data-contentid=&amp;quot;bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb&amp;quot;&amp;gt;
  ...
&amp;lt;/a&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;When a user places their mouse over the link, the &lt;code&gt;contentPeek.show message&lt;/code&gt; will be triggered referencing the element and content id and type id.&lt;/p&gt;
&lt;h3&gt;Default Implementation&lt;/h3&gt;
&lt;p&gt;For reference purposes or as the basis for an override:&lt;/p&gt;
&lt;p&gt;(function ($, global, undef) {&lt;/p&gt;
&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>