<?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: [Webscript][Javascript] Retrieve the current path in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252616#M205746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The best way is to listen for a "filterChanged" event and see if the filterId is "path". The new path will be in filterData.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;YAHOO.Bubbling.on("filterChanged", this.onFilterChanged, this);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at the tree.js code for examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2011 10:52:18 GMT</pubDate>
    <dc:creator>mikeh</dc:creator>
    <dc:date>2011-04-13T10:52:18Z</dc:date>
    <item>
      <title>[Webscript][Javascript] Retrieve the current path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252612#M205742</link>
      <description>Hello All,I'm developing webscript under share and I need some parameters on my javascript of the documentLibrary page.I've got the current site using the expression "page.url.templateArgs.site"the current container&amp;nbsp; using the expression "template.properties.container"Unfortunately, I can't get the</description>
      <pubDate>Tue, 12 Apr 2011 10:53:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252612#M205742</guid>
      <dc:creator>lamba</dc:creator>
      <dc:date>2011-04-12T10:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: [Webscript][Javascript] Retrieve the current path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252613#M205743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also tried &lt;/SPAN&gt;&lt;EM&gt;page.url.templateArgs.path&lt;/EM&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;EM&gt;url.templateArgs["path"]&lt;/EM&gt;&lt;SPAN&gt; but without success!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Nobody has any idea!&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 09:02:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252613#M205743</guid>
      <dc:creator>lamba</dc:creator>
      <dc:date>2011-04-13T09:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: [Webscript][Javascript] Retrieve the current path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252614#M205744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The document library template removes query string parameters and changes them to hash params so that "ajax history" based navigation can be accomplished on the client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll either have to modify the document library template to store the original path in a context variable before removing it, or read the path from the clientside instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 09:27:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252614#M205744</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2011-04-13T09:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: [Webscript][Javascript] Retrieve the current path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252615#M205745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike for reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I read the path from the clientside?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 10:05:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252615#M205745</guid>
      <dc:creator>lamba</dc:creator>
      <dc:date>2011-04-13T10:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: [Webscript][Javascript] Retrieve the current path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252616#M205746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The best way is to listen for a "filterChanged" event and see if the filterId is "path". The new path will be in filterData.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;YAHOO.Bubbling.on("filterChanged", this.onFilterChanged, this);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at the tree.js code for examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 10:52:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscript-javascript-retrieve-the-current-path/m-p/252616#M205746</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2011-04-13T10:52:18Z</dc:date>
    </item>
  </channel>
</rss>

