<?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: Need to remove placeholder from search box of faceted seach in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-placeholder-from-search-box-of-faceted-seach/m-p/94363#M27859</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use Module Deployment approach and override property using share-header.get.js file.&lt;/P&gt;&lt;P&gt;Create xxx.xml file within /site-data/extension folder and write code for module extension.&lt;/P&gt;&lt;PRE&gt;&amp;lt;extension&amp;gt;
  &amp;lt;modules&amp;gt;
    &amp;lt;module&amp;gt;
      &amp;lt;id&amp;gt;Share Search  Header&amp;lt;/id&amp;gt;
      &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
      &amp;lt;auto-deploy&amp;gt;true&amp;lt;/auto-deploy&amp;gt;  
      &amp;lt;customizations&amp;gt;
        &amp;lt;customization&amp;gt;
          &amp;lt;targetPackageRoot&amp;gt;org.alfresco.share.header&amp;lt;/targetPackageRoot&amp;gt;
          &amp;lt;sourcePackageRoot&amp;gt;com.alfresco.share.header.extension&amp;lt;/sourcePackageRoot&amp;gt; // This package could be your package
        &amp;lt;/customization&amp;gt;
      &amp;lt;/customizations&amp;gt;
    &amp;lt;/module&amp;gt;
  &amp;lt;/modules&amp;gt;
&amp;lt;/extension&amp;gt;&lt;/PRE&gt;&lt;P&gt;Create share-header.get.js file within sourcePackage and write below code.&lt;/P&gt;&lt;PRE&gt;var searchBox = widgetUtils.findObject(model.jsonModel.widgets, "id", "HEADER_SEARCH");
searchBox.config.placeholder= "";&lt;/PRE&gt;</description>
    <pubDate>Thu, 30 Apr 2020 09:02:42 GMT</pubDate>
    <dc:creator>sp2</dc:creator>
    <dc:date>2020-04-30T09:02:42Z</dc:date>
    <item>
      <title>Need to remove placeholder from search box of faceted seach</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-placeholder-from-search-box-of-faceted-seach/m-p/94362#M27858</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need to remove existing placeholder i.e "Search files,people,sites" from search box of faceted search.&lt;/P&gt;&lt;P&gt;Can you please help.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 20:55:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-placeholder-from-search-box-of-faceted-seach/m-p/94362#M27858</guid>
      <dc:creator>rasika_g</dc:creator>
      <dc:date>2020-04-29T20:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need to remove placeholder from search box of faceted seach</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-placeholder-from-search-box-of-faceted-seach/m-p/94363#M27859</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use Module Deployment approach and override property using share-header.get.js file.&lt;/P&gt;&lt;P&gt;Create xxx.xml file within /site-data/extension folder and write code for module extension.&lt;/P&gt;&lt;PRE&gt;&amp;lt;extension&amp;gt;
  &amp;lt;modules&amp;gt;
    &amp;lt;module&amp;gt;
      &amp;lt;id&amp;gt;Share Search  Header&amp;lt;/id&amp;gt;
      &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
      &amp;lt;auto-deploy&amp;gt;true&amp;lt;/auto-deploy&amp;gt;  
      &amp;lt;customizations&amp;gt;
        &amp;lt;customization&amp;gt;
          &amp;lt;targetPackageRoot&amp;gt;org.alfresco.share.header&amp;lt;/targetPackageRoot&amp;gt;
          &amp;lt;sourcePackageRoot&amp;gt;com.alfresco.share.header.extension&amp;lt;/sourcePackageRoot&amp;gt; // This package could be your package
        &amp;lt;/customization&amp;gt;
      &amp;lt;/customizations&amp;gt;
    &amp;lt;/module&amp;gt;
  &amp;lt;/modules&amp;gt;
&amp;lt;/extension&amp;gt;&lt;/PRE&gt;&lt;P&gt;Create share-header.get.js file within sourcePackage and write below code.&lt;/P&gt;&lt;PRE&gt;var searchBox = widgetUtils.findObject(model.jsonModel.widgets, "id", "HEADER_SEARCH");
searchBox.config.placeholder= "";&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Apr 2020 09:02:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-placeholder-from-search-box-of-faceted-seach/m-p/94363#M27859</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-04-30T09:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to remove placeholder from search box of faceted seach</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-placeholder-from-search-box-of-faceted-seach/m-p/94364#M27860</link>
      <description>&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;I have tried this way already but it is not working on faceted-search Search Box.&lt;/P&gt;&lt;P&gt;Is there any other way to do thus.?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 16:05:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-remove-placeholder-from-search-box-of-faceted-seach/m-p/94364#M27860</guid>
      <dc:creator>rasika_g</dc:creator>
      <dc:date>2020-04-30T16:05:16Z</dc:date>
    </item>
  </channel>
</rss>

