<?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: User Interaction in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/user-interaction/m-p/286742#M239872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;could you please describe better where this script will be used: is it dashlet ? is it a custom share page or an external application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you need to browse documents inside Share, you can use the "form engine" that Share uses to render forms: for example it is used in the search page or in the "edit properties" page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Refers to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Forms" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Forms&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;for more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you cannot use the form engine, you can still use the browse functionality available in Share using directly the "object finder".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The object finder is a javascript module that Share uses to browse the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/form/controls/common/picker.inc.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;contains an example of the use of this javascript module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This ftl is included by the ftls:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/form/controls/authority.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/form/controls/association.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/form/controls/category.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authority.ftl is used to browse and select users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;association.ftl is used to browse and select documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;category.ftl is used to browse and select categories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These ftl files are part of the form engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want an example of the integration of the form engine outside Share, you can study the AWE module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Dec 2013 19:14:52 GMT</pubDate>
    <dc:creator>marco_altieri</dc:creator>
    <dc:date>2013-12-31T19:14:52Z</dc:date>
    <item>
      <title>User Interaction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-interaction/m-p/286741#M239871</link>
      <description>Hello,I have a little script that needs user interaction. The user has to select an existing folder and an existing file. But I'm not very familar with the Alfresco scripting engine. So what is the best way to allow the user to select a folder and a file?Thank You</description>
      <pubDate>Tue, 31 Dec 2013 17:39:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-interaction/m-p/286741#M239871</guid>
      <dc:creator>richardeb</dc:creator>
      <dc:date>2013-12-31T17:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: User Interaction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-interaction/m-p/286742#M239872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;could you please describe better where this script will be used: is it dashlet ? is it a custom share page or an external application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you need to browse documents inside Share, you can use the "form engine" that Share uses to render forms: for example it is used in the search page or in the "edit properties" page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Refers to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Forms" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Forms&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;for more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you cannot use the form engine, you can still use the browse functionality available in Share using directly the "object finder".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The object finder is a javascript module that Share uses to browse the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/form/controls/common/picker.inc.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;contains an example of the use of this javascript module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This ftl is included by the ftls:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/form/controls/authority.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/form/controls/association.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/form/controls/category.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authority.ftl is used to browse and select users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;association.ftl is used to browse and select documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;category.ftl is used to browse and select categories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These ftl files are part of the form engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want an example of the integration of the form engine outside Share, you can study the AWE module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 19:14:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-interaction/m-p/286742#M239872</guid>
      <dc:creator>marco_altieri</dc:creator>
      <dc:date>2013-12-31T19:14:52Z</dc:date>
    </item>
  </channel>
</rss>

