<?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 Dynamic Dashlet in Alfresco Share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-dashlet-in-alfresco-share/m-p/277106#M230236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm relatively new in Alfresco Share development and I was trying to figure out how to achieve what I explain above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As a user experience requirement, I need to create a dynamic dashlet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to what I need, a dynamic dashlet would be a special dashlet that can load inside "almost every content". I say almost every content because of course this kind of dashlet would have its own limits of course. At the same time, it would be nice that the dynamic dashlet has the ability of being maximized, what in fact would show the real content (for example, an Alfresco page).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps my question is ambiguous, but the intention to give the user the chance of check execute common functionality inside that special dashlet, this way the user doesn't have to leave the dashboard improving the user experience as a consequence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did anybody have had such requirement or similar before? Would that be possible to do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know some tips and suggestions in order to find out the right approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 17:44:01 GMT</pubDate>
    <dc:creator>alejandrogarcia</dc:creator>
    <dc:date>2012-10-29T17:44:01Z</dc:date>
    <item>
      <title>Dynamic Dashlet in Alfresco Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-dashlet-in-alfresco-share/m-p/277106#M230236</link>
      <description>Hi folks, I'm relatively new in Alfresco Share development and I was trying to figure out how to achieve what I explain above.As a user experience requirement, I need to create a dynamic dashlet.According to what I need, a dynamic dashlet would be a special dashlet that can load inside "almost every</description>
      <pubDate>Mon, 29 Oct 2012 17:44:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-dashlet-in-alfresco-share/m-p/277106#M230236</guid>
      <dc:creator>alejandrogarcia</dc:creator>
      <dc:date>2012-10-29T17:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dashlet in Alfresco Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-dashlet-in-alfresco-share/m-p/277107#M230237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A dashlet is just a WebScript that is registered as a member of the dashlet family. If you really want to get a dashlet to render entire Alfresco pages then the only way to achieve this would be with an iframe (because you pages/templates/regions/components are all defined at a higher level than a WebScript - this means that there is no way a WebScript could render a page internally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to be able to dynamically maximise a dashlet on the dashboard then you'd need to be dynamically customizing the user-dashboard template with the maximise request (to switch between multi-column to single column) and then setting a preference for the height of the dashlet. It wouldn't be a particularly simple task. You'd arguably be better off replacing the dashboard page with your own implementation and your own dashlet framework implementation to achieve dynamic maximisation/restoration actions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:47:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-dashlet-in-alfresco-share/m-p/277107#M230237</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-10-30T15:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dashlet in Alfresco Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-dashlet-in-alfresco-share/m-p/277108#M230238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dave, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I posted a similar question on Stackoverflow (&lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/12973535/dynamic-dashlet-in-alfresco-share" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/12973535/dynamic-dashlet-in-alfresco-share&lt;/A&gt;&lt;SPAN&gt;) and I had a reply that from point of view makes sense. Could you have a look to it and let me know what do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding to the maximization feature, what's the "maximise request"? I didn't know anything about it before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 09:15:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-dashlet-in-alfresco-share/m-p/277108#M230238</guid>
      <dc:creator>alejandrogarcia</dc:creator>
      <dc:date>2012-10-31T09:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dashlet in Alfresco Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-dashlet-in-alfresco-share/m-p/277109#M230239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From your original post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;At the same time, it would be nice that the dynamic dashlet has the ability of being maximized, what in fact would show the real content (for example, an Alfresco page).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The answer on StackOverflow is similar to what I've just posted back on your other topic (it would probably better if you closed off one of these threads) - the WebView would be a sensible approach to try but the dashlet doesn't have the "maximise" feature - although you could have a single column dashboard and make the WebView dashlet take up most of the page. That said, you've have very little control over navigation - for example if you do remove the header then you'd be largely be constrained to the page configured to be displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, if this dashlet is for a user dashboard rather than a site dashboard then you wouldn't have any control over the initial content (unless you create an extension module to customize it to always be set to a specific value - but then you effectively prevent your users from using that dashlet for its intended purpose).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 09:26:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-dashlet-in-alfresco-share/m-p/277109#M230239</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-10-31T09:26:36Z</dc:date>
    </item>
  </channel>
</rss>

