<?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: Hot to show advanced search form in the site dashboard? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-show-advanced-search-form-on-the-site-dashboard/m-p/34503#M14561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;There is share side service available for retrieving the form in alfresco.&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="http://hostport" rel="nofollow noreferrer noopener" style="color: #005999; border: 0px; font-weight: inherit; text-decoration: none; font-size: inherit;"&gt;http://host&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ort/share/service/components/form?itemKind=type&amp;amp;itemId=[type&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of document]&amp;amp;formId=[form_id]&amp;amp;mode=edit&amp;amp;showSubmitButton=true&amp;amp;showCancelButton=true&amp;amp;htmlid=args1&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;Using this service you can get the content and and display it inside any html element.&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;You may need to add other things like , setting the submition URL etc..&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: inherit;"&gt;Other option&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is to design everything by your self.Meaning you need to define all fields in dashlet and use javascript to submit that value of element.Search form is ultimately submitting values on below URL.&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="http://hostport" rel="nofollow noreferrer noopener" style="color: #005999; border: 0px; font-weight: inherit; text-decoration: none; font-size: inherit;"&gt;http://host&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ort/share/page/dp/ws/faceted-search#searchTerm=&amp;amp;query=&lt;/A&gt;{"prop_cm_name":"asd","datatype":"cm:content"}&amp;amp;scope=all_sites&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;So you can take values from fields and than create above url using values and hit that URL pragmatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2017 12:07:33 GMT</pubDate>
    <dc:creator>krutik_jayswal</dc:creator>
    <dc:date>2017-11-28T12:07:33Z</dc:date>
    <item>
      <title>How to show advanced search form on the site dashboard?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-show-advanced-search-form-on-the-site-dashboard/m-p/34502#M14560</link>
      <description>Is it&amp;nbsp; possible to implement advanced search form in a dashlet which takes place on the site dashboard - landing page? What would be the best way to do that?</description>
      <pubDate>Tue, 28 Nov 2017 11:51:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-show-advanced-search-form-on-the-site-dashboard/m-p/34502#M14560</guid>
      <dc:creator>theobroma</dc:creator>
      <dc:date>2017-11-28T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hot to show advanced search form in the site dashboard?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-show-advanced-search-form-on-the-site-dashboard/m-p/34503#M14561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;There is share side service available for retrieving the form in alfresco.&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="http://hostport" rel="nofollow noreferrer noopener" style="color: #005999; border: 0px; font-weight: inherit; text-decoration: none; font-size: inherit;"&gt;http://host&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ort/share/service/components/form?itemKind=type&amp;amp;itemId=[type&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of document]&amp;amp;formId=[form_id]&amp;amp;mode=edit&amp;amp;showSubmitButton=true&amp;amp;showCancelButton=true&amp;amp;htmlid=args1&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;Using this service you can get the content and and display it inside any html element.&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;You may need to add other things like , setting the submition URL etc..&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: inherit;"&gt;Other option&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is to design everything by your self.Meaning you need to define all fields in dashlet and use javascript to submit that value of element.Search form is ultimately submitting values on below URL.&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="http://hostport" rel="nofollow noreferrer noopener" style="color: #005999; border: 0px; font-weight: inherit; text-decoration: none; font-size: inherit;"&gt;http://host&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ort/share/page/dp/ws/faceted-search#searchTerm=&amp;amp;query=&lt;/A&gt;{"prop_cm_name":"asd","datatype":"cm:content"}&amp;amp;scope=all_sites&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;So you can take values from fields and than create above url using values and hit that URL pragmatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 12:07:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-show-advanced-search-form-on-the-site-dashboard/m-p/34503#M14561</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2017-11-28T12:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hot to show advanced search form in the site dashboard?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-show-advanced-search-form-on-the-site-dashboard/m-p/34504#M14562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you refer to the out-of-the-box advanced search and if you can "easily" change that to be available in the site dashboard (i.e. via limited configuration / customisation), then no. But of course it would be possible to do a substrantial dashlet implementation to add "similar" functionality as a dashlet to any dashboard.&lt;/P&gt;&lt;P&gt;The "best way" to do this likely involves reusing the existing advanced search form configurations, and&amp;nbsp;re-implementing (or adapting) the&amp;nbsp;client-side rendering + logic of the advanced search page to fit within a dashlet. Since dashlets may have less space available for the search form than in the advanced search page, you may want to think about limiting the layouting options and potentially forcing a top-down layout rule instead of allowing multi-columned set layouts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 12:10:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-show-advanced-search-form-on-the-site-dashboard/m-p/34504#M14562</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-11-28T12:10:06Z</dc:date>
    </item>
  </channel>
</rss>

