<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Widget to render a list in line with Publishing Topic in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/widget-to-render-a-list-in-line-with-publishing-topic/m-p/61581#M21483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to render&amp;nbsp;a parameter whose value is an array of elements (each element has, for example, a name and an identifier). As a result,&amp;nbsp;I should get a list of names (in a string separated by a comma), when you click on the name, you should publish a topic containing the identifier. Any ideas how to implement such a widget?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have a simple widget with html-links but I need to publish a topic instead of following a link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2018 10:31:43 GMT</pubDate>
    <dc:creator>npavlov</dc:creator>
    <dc:date>2018-05-31T10:31:43Z</dc:date>
    <item>
      <title>Widget to render a list in line with Publishing Topic</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/widget-to-render-a-list-in-line-with-publishing-topic/m-p/61581#M21483</link>
      <description>Hi,I want to render&amp;nbsp;a parameter whose value is an array of elements (each element has, for example, a name and an identifier). As a result,&amp;nbsp;I should get a list of names (in a string separated by a comma), when you click on the name, you should publish a topic containing the identifier. Any ideas how</description>
      <pubDate>Thu, 31 May 2018 10:31:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/widget-to-render-a-list-in-line-with-publishing-topic/m-p/61581#M21483</guid>
      <dc:creator>npavlov</dc:creator>
      <dc:date>2018-05-31T10:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Widget to render a list in line with Publishing Topic</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/widget-to-render-a-list-in-line-with-publishing-topic/m-p/61582#M21484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp;add publication function to each item of my list&lt;/P&gt;&lt;P&gt;{...&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #ffffff; font-size: 9,1pt;"&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;this&lt;/SPAN&gt;.&lt;SPAN style="color: #7a7a43;"&gt;_attach&lt;/SPAN&gt;(&lt;SPAN style="color: #458383;"&gt;itemNode&lt;/SPAN&gt;, &lt;SPAN style="color: #008000; font-weight: bold;"&gt;"ondijitclick"&lt;/SPAN&gt;, lang.&lt;SPAN style="color: #7a7a43;"&gt;hitch&lt;/SPAN&gt;(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;this&lt;/SPAN&gt;, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;this&lt;/SPAN&gt;.&lt;SPAN style="color: #7a7a43;"&gt;onClick&lt;/SPAN&gt;, item.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;name&lt;/SPAN&gt;));&lt;BR /&gt;&amp;nbsp; ...&lt;SPAN style="color: #808080;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;},&lt;BR /&gt;&lt;SPAN style="color: #7a7a43;"&gt;onClick&lt;/SPAN&gt;: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;function &lt;/SPAN&gt;alfresco_navigation_Link__onClick(name,evt) {&lt;SPAN style="color: #808080;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;event.&lt;SPAN style="color: #7a7a43;"&gt;stop&lt;/SPAN&gt;(evt);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000080; font-weight: bold;"&gt;if &lt;/SPAN&gt;(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;this&lt;/SPAN&gt;.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;publishTopic &lt;/SPAN&gt;!= &lt;SPAN style="color: #000080; font-weight: bold;"&gt;null&lt;/SPAN&gt;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;SPAN style="color: #808080;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;this&lt;/SPAN&gt;.&lt;SPAN style="color: #7a7a43;"&gt;alfPublish&lt;/SPAN&gt;(&lt;SPAN style="color: #000080; font-weight: bold;"&gt;this&lt;/SPAN&gt;.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;publishTopic&lt;/SPAN&gt;, {&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;name&lt;/SPAN&gt;:name});&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;(by analogy with the widget "alfresco/navigation/Link").&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 14:09:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/widget-to-render-a-list-in-line-with-publishing-topic/m-p/61582#M21484</guid>
      <dc:creator>npavlov</dc:creator>
      <dc:date>2018-05-31T14:09:42Z</dc:date>
    </item>
  </channel>
</rss>

