<?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: path to source for aikau widget in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49231#M19025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I saw this option but did not pay enough attention to it.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2018 14:29:03 GMT</pubDate>
    <dc:creator>npavlov</dc:creator>
    <dc:date>2018-02-26T14:29:03Z</dc:date>
    <item>
      <title>path to source for aikau widget</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49227#M19021</link>
      <description>Hi,I'm new to Aikau.&amp;nbsp;I want to put picture to my page, so i use that construction:{&amp;nbsp;&amp;nbsp;&amp;nbsp; name: "alfresco/html/Image",&amp;nbsp;&amp;nbsp;&amp;nbsp; config:{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; src: "tag-02.png"&amp;nbsp;&amp;nbsp;&amp;nbsp; }}‍‍‍‍‍‍but there is a broken image in browser (see attached file),where to put the file with the picture and how to specify the path to it in t</description>
      <pubDate>Thu, 22 Feb 2018 14:04:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49227#M19021</guid>
      <dc:creator>npavlov</dc:creator>
      <dc:date>2018-02-22T14:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: path to source for aikau widget</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49228#M19022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;B&gt;Nikolay Pavlov&lt;/B&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer this aikau tutorial&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Alfresco/Aikau/blob/develop/tutorial/chapters/Tutorial1.md" title="https://github.com/Alfresco/Aikau/blob/develop/tutorial/chapters/Tutorial1.md" rel="nofollow noopener noreferrer"&gt;Aikau/Tutorial1.md at develop · Alfresco/Aikau · GitHub&lt;/A&gt;&amp;nbsp;to create custom widget or how to use OOTB widgets.&lt;/P&gt;&lt;P&gt;The OOTB aikau widgets files are available in the jar&amp;nbsp;&lt;STRONG&gt;&amp;lt;alfresco-hom&amp;gt;\tomcat\webapps\share\WEB-INF\lib\aikau-*.jar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kalpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 04:53:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49228#M19022</guid>
      <dc:creator>kalpesh_c2</dc:creator>
      <dc:date>2018-02-23T04:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: path to source for aikau widget</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49229#M19023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Unfortunately, I can not find there an example of adding a widget with my resource (pictures in my case). I know how to add default widgets on the page, but dont know how to add my resource to them. So it would be great if you say where I should put my image file in tomcat&amp;nbsp;hierarchy and how to set "src" parameter in widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 07:33:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49229#M19023</guid>
      <dc:creator>npavlov</dc:creator>
      <dc:date>2018-02-23T07:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: path to source for aikau widget</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49230#M19024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should always check the &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/Image.html" rel="nofollow noopener noreferrer"&gt;JSDoc for the widget&lt;/A&gt; you are using. In this case it states that "src" is used in conjunction with "srcType".&amp;nbsp;The "srcType" allows you yourself to specify how the "src" is to be resolved. Also, you can also check the network tab of your browser to see which URL is currently being tried to be resolved for the image and use that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 07:50:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49230#M19024</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-02-23T07:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: path to source for aikau widget</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49231#M19025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I saw this option but did not pay enough attention to it.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 14:29:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/path-to-source-for-aikau-widget/m-p/49231#M19025</guid>
      <dc:creator>npavlov</dc:creator>
      <dc:date>2018-02-26T14:29:03Z</dc:date>
    </item>
  </channel>
</rss>

