<?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: override existing dashlet using maven archetype in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301987#M255117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's a tutoruial in the Alfresco docs around how to remove items from the Share menu&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-custom-header-menu-item-removal.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-custom-header-menu-item-removal.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2016 09:03:40 GMT</pubDate>
    <dc:creator>steven_okennedy</dc:creator>
    <dc:date>2016-06-24T09:03:40Z</dc:date>
    <item>
      <title>override existing dashlet using maven archetype</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301982#M255112</link>
      <description>Hi All,I have one requirement where i have make some changes in existing share widgets, i need to modify the same existing dashlets in alfresco. Can i do this with the help of alfresco all in one archetype or there is some other way by which i can achieve this?Regards,Nancy Aggarwal</description>
      <pubDate>Thu, 23 Jun 2016 09:26:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301982#M255112</guid>
      <dc:creator>nancyaggarwal</dc:creator>
      <dc:date>2016-06-23T09:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: override existing dashlet using maven archetype</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301983#M255113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nancy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A dashlet is basically just a webscript so if you define your own version of that same webscript within the &amp;lt;projectname&amp;gt;-share-amp part of your all in one project then your version will take preference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Put your copy of the dashlet controller/ftl file under the &amp;lt;projectname&amp;gt;-share-amp/src/main/amp/config/alfresco/web-extension/site-webscripts/org/alfresco/components/dashlets folder.&amp;nbsp; You only need to copy in the files that you are actually modifying.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also bear in mind that the part of the dashlet that you want to change may be being controlled by a client side component, if that's the case your client side Javascript/css files go under the &amp;lt;projectname&amp;gt;-share-amp/src/main/resources/META-INF folder&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 10:59:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301983#M255113</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-06-23T10:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: override existing dashlet using maven archetype</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301984#M255114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Steven,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer, I got it but can you provide some example for the same so that i can get clear understanding of it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nancy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 11:01:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301984#M255114</guid>
      <dc:creator>nancyaggarwal</dc:creator>
      <dc:date>2016-06-23T11:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: override existing dashlet using maven archetype</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301985#M255115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nancy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-js-customize.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-js-customize.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you give some detail around what you're trying to customise/what dashlet you're looking at, I might be able to give some more specific information&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 12:32:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301985#M255115</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-06-23T12:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: override existing dashlet using maven archetype</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301986#M255116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Steven,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to customize my task dashlet and also the header component according to the requirement. Say for Example i want to remove my sites module from the header component.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nancy &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 05:22:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301986#M255116</guid>
      <dc:creator>nancyaggarwal</dc:creator>
      <dc:date>2016-06-24T05:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: override existing dashlet using maven archetype</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301987#M255117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's a tutoruial in the Alfresco docs around how to remove items from the Share menu&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-custom-header-menu-item-removal.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-custom-header-menu-item-removal.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 09:03:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301987#M255117</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-06-24T09:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: override existing dashlet using maven archetype</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301988#M255118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanku Steven for your help. I will try these links and get back to you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nancy &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 09:14:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301988#M255118</guid>
      <dc:creator>nancyaggarwal</dc:creator>
      <dc:date>2016-06-24T09:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: override existing dashlet using maven archetype</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301989#M255119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Steven , this helped me a lot&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nancy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 09:05:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/override-existing-dashlet-using-maven-archetype/m-p/301989#M255119</guid>
      <dc:creator>nancyaggarwal</dc:creator>
      <dc:date>2016-07-05T09:05:36Z</dc:date>
    </item>
  </channel>
</rss>

