<?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 Create Dynamic pages in Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-dynamic-pages-in-alfresco/m-p/200619#M153749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, im new to alfresco, i need a help from u guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;one of my requirement,&amp;nbsp; i need to create dynamic pages on alfresco template, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for example, ii&amp;nbsp; wants to have a text box with two button name&amp;nbsp; save and edit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i need to display the data which is available in database in the text box and i can able to edit and save the same data in the template,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can anybody tell me, is this achivable task??&amp;nbsp; and How.?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;help would be highly appriciated. :roll: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Lenin M&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2008 07:03:07 GMT</pubDate>
    <dc:creator>lmanoh</dc:creator>
    <dc:date>2008-11-12T07:03:07Z</dc:date>
    <item>
      <title>Create Dynamic pages in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dynamic-pages-in-alfresco/m-p/200619#M153749</link>
      <description>Hi all, im new to alfresco, i need a help from u guys,one of my requirement,&amp;nbsp; i need to create dynamic pages on alfresco template, for example, ii&amp;nbsp; wants to have a text box with two button name&amp;nbsp; save and edit,i need to display the data which is available in database in the text box and i can able to</description>
      <pubDate>Wed, 12 Nov 2008 07:03:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dynamic-pages-in-alfresco/m-p/200619#M153749</guid>
      <dc:creator>lmanoh</dc:creator>
      <dc:date>2008-11-12T07:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create Dynamic pages in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dynamic-pages-in-alfresco/m-p/200620#M153750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By template, I assume you mean a Freemarker presentation template which is displaying in a custom space view. You can't (easily - I haven't found a way) add a form into this, since the entire Alfresco page is already nested inside a form (and you can't have forms inside forms). However, you can have a link to a web script[1]. The way I've done this, is to have a link to a web script (with parameters in the URL so the script knows what to display), and the web script displays a form that the user can fill in, and save back. The final action of the web script is to redirect the user back to the page they came from.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whether there is a way to do what you want all within a single presentation template I don't know. You can also call scripts (not web scripts) from a template[2], though this gives less control over presentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Javascript API gives you access to the content in the Alfresco database (searching, setting node properties etc). If you need access to a different database, then that's somewhat trickier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[1] &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;[2] &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/URL_Addressability" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/URL_Addressability&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 12:06:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dynamic-pages-in-alfresco/m-p/200620#M153750</guid>
      <dc:creator>samuel_penn</dc:creator>
      <dc:date>2008-11-12T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create Dynamic pages in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dynamic-pages-in-alfresco/m-p/200621#M153751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks samuel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i need one more help, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i download source file from Alfresco SVN. i modified something. in that i need access the costom content model by using the java script. i read that alfresco java script API available. but i dont know.. how to use that directly with our code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var name=person.properties.userName&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here, person not identified as an object. how can we exceute this code in java script. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;shall i need to import anything?? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please anyone help me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-lenin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 14:13:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dynamic-pages-in-alfresco/m-p/200621#M153751</guid>
      <dc:creator>lmanoh</dc:creator>
      <dc:date>2008-12-22T14:13:20Z</dc:date>
    </item>
  </channel>
</rss>

