<?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: How to get selected value in dropdown field by javascript? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-selected-value-in-dropdown-field-by-javascript/m-p/29402#M12523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your kindly help.&lt;/P&gt;&lt;P&gt;The code is working greatly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I wonder to know how can I know the information of ".value.id" and ".value.name" for the other components?&lt;/P&gt;&lt;P&gt;Could you let me know where I can find the reference? thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2017 04:05:27 GMT</pubDate>
    <dc:creator>sprincess</dc:creator>
    <dc:date>2017-03-10T04:05:27Z</dc:date>
    <item>
      <title>How to get selected value in dropdown field by javascript?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-selected-value-in-dropdown-field-by-javascript/m-p/29400#M12521</link>
      <description>Hi all,I can use javascript to change the dropdown field value:scope.findFormFieldWithId(scope.allFormFields,'quantity').value=scope.findFormFieldWithId(scope.allFormFields, 'quantity').options[3];I am finding the way to get the user selected value from the dropdown field, something should be like:s</description>
      <pubDate>Thu, 09 Mar 2017 18:16:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-get-selected-value-in-dropdown-field-by-javascript/m-p/29400#M12521</guid>
      <dc:creator>sprincess</dc:creator>
      <dc:date>2017-03-09T18:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value in dropdown field by javascript?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-selected-value-in-dropdown-field-by-javascript/m-p/29401#M12522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;var thisUn1 = scope.findFormFieldWithId(scope.allFormFields, 'label1').value.id;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;&lt;SPAN&gt;var thisUn1 = scope.findFormFieldWithId(scope.allFormFields, 'label1').value.name;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Greg&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #f6f6f6;"&gt;&lt;SPAN&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 18:59:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-get-selected-value-in-dropdown-field-by-javascript/m-p/29401#M12522</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-09T18:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value in dropdown field by javascript?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-selected-value-in-dropdown-field-by-javascript/m-p/29402#M12523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your kindly help.&lt;/P&gt;&lt;P&gt;The code is working greatly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I wonder to know how can I know the information of ".value.id" and ".value.name" for the other components?&lt;/P&gt;&lt;P&gt;Could you let me know where I can find the reference? thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 04:05:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-get-selected-value-in-dropdown-field-by-javascript/m-p/29402#M12523</guid>
      <dc:creator>sprincess</dc:creator>
      <dc:date>2017-03-10T04:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selected value in dropdown field by javascript?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-get-selected-value-in-dropdown-field-by-javascript/m-p/29403#M12524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No docs on this, had to work it out by crawling through source.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 15:50:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-get-selected-value-in-dropdown-field-by-javascript/m-p/29403#M12524</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-10T15:50:11Z</dc:date>
    </item>
  </channel>
</rss>

