<?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 Re: Aikau Dashlet data exchange in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/aikau-dashlet-data-exchange/m-p/284230#M237360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the following link for an example of how to implement a custom service: &lt;/SPAN&gt;&lt;A href="https://docs.google.com/document/d/1q25jA5EQ5PRYekr8tpM3ELlwOQ8Ht3Ng6D4VWsKoZtY/pub#h.fd4u4w62hllf" rel="nofollow noopener noreferrer"&gt;https://docs.google.com/document/d/1q25jA5EQ5PRYekr8tpM3ELlwOQ8Ht3Ng6D4VWsKoZtY/pub#h.fd4u4w62hllf&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and how to use events to communicate between widgets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See the following link for example of how to get data and show in widget: &lt;/SPAN&gt;&lt;A href="https://docs.google.com/document/d/1q25jA5EQ5PRYekr8tpM3ELlwOQ8Ht3Ng6D4VWsKoZtY/pub#h.qqlnf8xr8sjs" rel="nofollow noopener noreferrer"&gt;https://docs.google.com/document/d/1q25jA5EQ5PRYekr8tpM3ELlwOQ8Ht3Ng6D4VWsKoZtY/pub#h.qqlnf8xr8sjs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The principle is the same for Aikau Pages and Aikau Dashlets, they both use Aikau Widgets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 09:47:15 GMT</pubDate>
    <dc:creator>gravitonian</dc:creator>
    <dc:date>2016-03-08T09:47:15Z</dc:date>
    <item>
      <title>Aikau Dashlet data exchange</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aikau-dashlet-data-exchange/m-p/284228#M237358</link>
      <description>Hi alli used aikau dashlet . i need to pass remote.call() data in to dashlet (hellodashlet) from controller. how can i do it????????controller has widget which is used to render dashletexample.get.js &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;.var x =</description>
      <pubDate>Tue, 09 Feb 2016 07:48:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aikau-dashlet-data-exchange/m-p/284228#M237358</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2016-02-09T07:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau Dashlet data exchange</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aikau-dashlet-data-exchange/m-p/284229#M237359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;id: "HELLO_DASHLET",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;name: "idashlets/HelloDashlet",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;config:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; param : value&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we can refer this value at build rendering() in dashlet JS -&amp;gt; this.param&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 09:37:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aikau-dashlet-data-exchange/m-p/284229#M237359</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2016-03-04T09:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau Dashlet data exchange</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aikau-dashlet-data-exchange/m-p/284230#M237360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the following link for an example of how to implement a custom service: &lt;/SPAN&gt;&lt;A href="https://docs.google.com/document/d/1q25jA5EQ5PRYekr8tpM3ELlwOQ8Ht3Ng6D4VWsKoZtY/pub#h.fd4u4w62hllf" rel="nofollow noopener noreferrer"&gt;https://docs.google.com/document/d/1q25jA5EQ5PRYekr8tpM3ELlwOQ8Ht3Ng6D4VWsKoZtY/pub#h.fd4u4w62hllf&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and how to use events to communicate between widgets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See the following link for example of how to get data and show in widget: &lt;/SPAN&gt;&lt;A href="https://docs.google.com/document/d/1q25jA5EQ5PRYekr8tpM3ELlwOQ8Ht3Ng6D4VWsKoZtY/pub#h.qqlnf8xr8sjs" rel="nofollow noopener noreferrer"&gt;https://docs.google.com/document/d/1q25jA5EQ5PRYekr8tpM3ELlwOQ8Ht3Ng6D4VWsKoZtY/pub#h.qqlnf8xr8sjs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The principle is the same for Aikau Pages and Aikau Dashlets, they both use Aikau Widgets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 09:47:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aikau-dashlet-data-exchange/m-p/284230#M237360</guid>
      <dc:creator>gravitonian</dc:creator>
      <dc:date>2016-03-08T09:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau Dashlet data exchange</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aikau-dashlet-data-exchange/m-p/284231#M237361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data that you get back from the remote call can be passed into the widget as a configuration attribute. You should be making the remote call in your JavaScript controller for your WebScript and will then be able to reference data from the response and assign it into the model that is used to render Aikau content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it really depends what the data is that you're retrieving - so for example if you're just trying to embed an HTML response into an Aikau dashlet then this isn't going to work. Your dashlet will need to contain the Aikau widgets that you wish to be rendered and the data should be used to configure them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 10:53:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aikau-dashlet-data-exchange/m-p/284231#M237361</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-09-15T10:53:22Z</dc:date>
    </item>
  </channel>
</rss>

