<?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: Web-Client custom configuration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39190#M20845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gavin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Just what I was looking for - many thanks again for the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Mar 2006 14:07:07 GMT</pubDate>
    <dc:creator>buzman</dc:creator>
    <dc:date>2006-03-09T14:07:07Z</dc:date>
    <item>
      <title>Web-Client custom configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39188#M20843</link>
      <description>Hi,&amp;nbsp; I'm in the process of porting our code/config changes across from v 1.1.2 to the new extension mechanism in v 1.2. I've read through the Wiki pages and forums, but there's a couple of areas I'm not clear on:Is there a recognised way to make 'extensions' to webclient.properties, rather than edit</description>
      <pubDate>Wed, 08 Mar 2006 12:41:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39188#M20843</guid>
      <dc:creator>buzman</dc:creator>
      <dc:date>2006-03-08T12:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Web-Client custom configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39189#M20844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ben,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question 1. It's best not to modify our file as this will give you upgrading headaches (although it's unavoidable in some scenarios at the moment, we're working on that for 1.3).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The line &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;f:loadBundle basename="alfresco.messages.webclient" var="msg"/&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;includes a properties file and allows references via "msg" so you could do the following in your page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;f:loadBundle basename="your.package.propsfilename" var="yourmsg"/&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and then do things like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;h:outputText value="#{yourmsg.your_string}" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This would at least allow you to have a separate file so you don't have to worry about merging when you upgrade.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question 2. Yes there is, I mentioned it in the reply to your other post: &lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/forums/viewtopic.php?t=1217" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/forums/viewtopic.php?t=1217&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 11:29:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39189#M20844</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-03-09T11:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Web-Client custom configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39190#M20845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gavin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Just what I was looking for - many thanks again for the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 14:07:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39190#M20845</guid>
      <dc:creator>buzman</dc:creator>
      <dc:date>2006-03-09T14:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Web-Client custom configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39191#M20846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One related question - having created a separate message bundle properties file, is there any way to tell the core app to look in this alternative bundle when trying to resolve the displayLabelId of a node property?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For instance, if I have a custom properties on my custom node type, and in the webclient config I've defined&amp;nbsp; :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;config evaluator="node-type" condition="etl:abc"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property-sheet&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;show-property name="etl:clientStatus" displayLabelId="client_status"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;show-association name="etl:policy" displayLabelId="policy"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/property-sheet&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;can I tell the app to look in my alternative resource bundle to get the values of 'client_status' and 'policy'?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 15:42:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39191#M20846</guid>
      <dc:creator>buzman</dc:creator>
      <dc:date>2006-03-09T15:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Web-Client custom configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39192#M20847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, unfortunately there isn't&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will add this as an item to look at in the customization improvements for 1.3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 07:56:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39192#M20847</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-03-10T07:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Web-Client custom configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39193#M20848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually thinking about it there is a workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't specify a label at all the title is picked up from the data dictionary. I presume you have a custom model, there should/could be a properties file associated with it for the default title and description. You could rely on these to get the localized strings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at &lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Data_Dictionary_Guide#Model_Localization" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Data_Dictionary_Guide#Model_Localization&lt;/A&gt;&lt;SPAN&gt; for more info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 08:11:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-client-custom-configuration/m-p/39193#M20848</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-03-10T08:11:36Z</dc:date>
    </item>
  </channel>
</rss>

