<?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 Ideas on Dynamic population in web forms? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ideas-on-dynamic-population-in-web-forms/m-p/232940#M186070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if anyone could lend some ideas on how to accomplish the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;populate multiple textareas based on the selection of a single drop-down list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;More detail:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There would be content of a certain content type (i.e., sm:sample).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The content of that type would be xml populated by a regular non-wcm form (not an issue here).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;content example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;root&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;data1&amp;gt;data1&amp;lt;/data1&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;data2&amp;gt;data2&amp;lt;/data2&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;data3&amp;gt;data3&amp;lt;/data3&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/root&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, during the creation of wcm content via a wcm form, all titles of the sm:sample content will be available in the ddl (I can accomplish this).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The user selects an option from the ddl, then three separate read-only textareas are populated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;textarea1 populated with the content of data1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;textarea2 populated with the content of data2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;textarea3 populated with the content of data3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read through the alfresco wiki's wcm form pages &amp;amp; as many forum pages as possible. I've also followed Dr. Q's form workshop (&lt;/SPAN&gt;&lt;A href="http://drquyong.com/myblog/?p=156" rel="nofollow noopener noreferrer"&gt;http://drquyong.com/myblog/?p=156&lt;/A&gt;&lt;SPAN&gt;). Dr. Q's tutorial was immensely more informative than anything I found from an Alfresco-based site. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps I'm not finding the right information?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dr. Q's tutorial showed me how to use web scripts to populate form elements &amp;amp; populate read-only forms, but the pre-populated form was not dependently driven from another form element. I believe what I want to accomplish is possible, but I can't seem to find this last piece.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2009 01:41:16 GMT</pubDate>
    <dc:creator>rsulliv1</dc:creator>
    <dc:date>2009-09-24T01:41:16Z</dc:date>
    <item>
      <title>Ideas on Dynamic population in web forms?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ideas-on-dynamic-population-in-web-forms/m-p/232940#M186070</link>
      <description>Hey all,I was wondering if anyone could lend some ideas on how to accomplish the following&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;opulate multiple textareas based on the selection of a single drop-down list.More detail:There would be content of a certain content type (i.e., sm:sample).The content of that type would be xml populated by a</description>
      <pubDate>Thu, 24 Sep 2009 01:41:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ideas-on-dynamic-population-in-web-forms/m-p/232940#M186070</guid>
      <dc:creator>rsulliv1</dc:creator>
      <dc:date>2009-09-24T01:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas on Dynamic population in web forms?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ideas-on-dynamic-population-in-web-forms/m-p/232941#M186071</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;As you know, WCM web form is to create the content by defining XSD and applying templates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However it doesnt have kind of behavior you are talking about. You can still include the dynamic values by various approaches (webscript, jsp etc.) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and use the values in your schema definition by import/include functionality…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However it doesnt have behaviour like change the values of dropdown Out of the box…unless u modify the implementation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more info…you need to see the Chiba implementation and do some custom coding…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 22:07:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ideas-on-dynamic-population-in-web-forms/m-p/232941#M186071</guid>
      <dc:creator>kmehta31</dc:creator>
      <dc:date>2009-11-06T22:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas on Dynamic population in web forms?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ideas-on-dynamic-population-in-web-forms/m-p/232942#M186072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My fault, I should have updated this post. I actually did accomplish what I was going for by creating custom dojo widgets and incorporating them into alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I detailed the process here: &lt;/SPAN&gt;&lt;A href="http://ecmconsultant.blogspot.com/" rel="nofollow noopener noreferrer"&gt;http://ecmconsultant.blogspot.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 22:12:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ideas-on-dynamic-population-in-web-forms/m-p/232942#M186072</guid>
      <dc:creator>rsulliv1</dc:creator>
      <dc:date>2009-11-06T22:12:03Z</dc:date>
    </item>
  </channel>
</rss>

