<?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 Customize Share UI in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customize-share-ui/m-p/247567#M200697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;greetings all,,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i wanna ask about creating custom UI in alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can we put a custom page in a site..but using same function/parameter like the default one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for the example i want to change the default "Data List" to something named "External list"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and that "External List" would have same function/method/parameter like Data List…such as…adding a template Data list, an adding item also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 06:41:20 GMT</pubDate>
    <dc:creator>yozayoza</dc:creator>
    <dc:date>2012-05-29T06:41:20Z</dc:date>
    <item>
      <title>Customize Share UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-share-ui/m-p/247567#M200697</link>
      <description>greetings all,,i wanna ask about creating custom UI in alfrescocan we put a custom page in a site..but using same function/parameter like the default one?for the example i want to change the default "Data List" to something named "External list"and that "External List" would have same function/metho</description>
      <pubDate>Tue, 29 May 2012 06:41:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-share-ui/m-p/247567#M200697</guid>
      <dc:creator>yozayoza</dc:creator>
      <dc:date>2012-05-29T06:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Share UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-share-ui/m-p/247568#M200698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you just want to change the name of the "Data Lists" page, you can do that in the user interface without doing any coding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need the original data list page and a second page that works like the data list page but is called something different, you can do that. At a high-level, you will add a new page definition ("page" is a Surf model object that is expressed in XML) and a new template-instance. The template-instance and components for that page can reuse the template and components currently used for the existing data list page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some hints that will help you do this…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go find the page XML that is used for the existing Data List page. It lives in $TOMCAT_HOME/webapps/share/WEB-INF/classes/alfresco/site-data/pages/data-lists.xml and copy that into your own web-extension directory using the same folder structure ($TOMCAT_HOME/webapps/share/WEB-INF/classes/alfresco/web-extension/site-data/pages/external-lists.xml). Edit the file to replace "data-lists" with "external-lists".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll need a new template-instance file. Copy $TOMCAT_HOME/webapps/share/WEB-INF/classes/alfresco/site-data/template-instances/data-lists.xml into $TOMCAT_HOME/webapps/share/WEB-INF/classes/alfresco/web-extension/site-data/template-instances/external-lists.xml". The template instance will point to the existing data list components, but if you want to maintain the data lists created by the OOTB Data List page separately from the data lists created by this new page, you'll have to configure a different container. So, open your new template-instance XML and change the container element value to "externalLists".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I don't have time to give you more detail. I haven't tested these steps so I'm sure there are some things missing, but hopefully that gets you pointed in the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 15:42:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-share-ui/m-p/247568#M200698</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-05-29T15:42:02Z</dc:date>
    </item>
  </channel>
</rss>

