<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Thu, 06 Nov 2014 15:40:54 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-06T15:40:54Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Expanding and collapsing document content with a toggle button</title>
      <link>https://forums.adobe.com/thread/1628562</link>
      <description>&lt;!-- [DocumentBodyStart:924373fc-d69d-4865-9d83-a34ce281f614] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am looking into getting LiveCycle but before I do I was wanting to know how difficult of a process it is to create portions of a document that expand and collapse (not just a particular field). I have a microsoft word document that I have inserted headers into. They have a toggle button next to the section header which when switched will expand and collapse that entire section (moving the content of the document below it up and down as the section is collapsed and expanded). This is what I am trying to accomplish in my form. I am just curious if this is a relatively simple process in LiveCycle or if this is something that takes a lot of programming knowledge and experience. Also, is it possible to import information from a word doc, or a PDF into LiveCycle to have something to start with or do you have to create it from scratch in LiveCycle?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Kenny&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:924373fc-d69d-4865-9d83-a34ce281f614] --&gt;&lt;img src='/beacon?t=1415951374413' /&gt;</description>
      <pubDate>Thu, 06 Nov 2014 15:40:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1628562</guid>
      <dc:date>2014-11-06T15:40:54Z</dc:date>
      <clearspace:dateToText>1 week 16 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Expanding and collapsing sections of a form</title>
      <link>https://forums.adobe.com/thread/1628080</link>
      <description>&lt;!-- [DocumentBodyStart:02acb9a2-af56-4e59-baf2-2e86f0d8d418] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am creating a form in Adobe Acrobat which has several sections. Each section is it's own bookmark. (created automatically when I converted the form from MS Word) I am wondering if it is even possible to attach a toggle button to each bookmark heading and then using Javascript show or hide the individual sections (with the sections below it scooting up so there is no blank space). If you create a document in word this feature is built in using the headings function (a little triangle appears to the left of the heading and when you check or uncheck it the section is hidden and unhidden). I found a few things online that referred to Livecycle Designer, but was wondering if I am making this more complicated than it needs to be. (since this is a built in function in word.)?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Kenny&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:02acb9a2-af56-4e59-baf2-2e86f0d8d418] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 23:21:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1628080</guid>
      <dc:date>2014-11-05T23:21:12Z</dc:date>
      <clearspace:dateToText>1 week 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>limit max char in combobox</title>
      <link>https://forums.adobe.com/thread/1392706</link>
      <description>&lt;!-- [DocumentBodyStart:482ab59e-cf1e-41fc-8b59-40ea903c2ca7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an editable combobox. Is it possible to limit the character count to 20 characters? I know this will need to be a Javascript if it is possible but not sure how to code it or where it goes (custome validation, key stroke script etc.) any help would be great!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;Ken&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:482ab59e-cf1e-41fc-8b59-40ea903c2ca7] --&gt;</description>
      <pubDate>Wed, 29 Jan 2014 15:18:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1392706</guid>
      <dc:date>2014-01-29T15:18:23Z</dc:date>
      <clearspace:dateToText>9 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>run Javascript on change</title>
      <link>https://forums.adobe.com/thread/1375489</link>
      <description>&lt;!-- [DocumentBodyStart:6e0ff1dd-6209-4259-ad21-ec3fbf1bf18c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form that I am trying to hide/unhide an option button set based on if a combo box has a value or is blank. I need it to refresh any time the combo box changes. Is there a way that I can simply code the combobox that any time there is a change to run a document level script named "E&amp;amp;P" (My script to hide and unhide the buttons works, I just can't get it to fire every time the combo box changes. I tried it in a keystrok script but it didn't work because I am not only allowing customer input at times, but I am also setting the value to "" using a Javascript. I think it will work using an on change event to then fire a document level script but I don't know how to do this.&amp;nbsp; Thanks in advance for any help!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6e0ff1dd-6209-4259-ad21-ec3fbf1bf18c] --&gt;</description>
      <pubDate>Thu, 09 Jan 2014 16:00:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1375489</guid>
      <dc:date>2014-01-09T16:00:47Z</dc:date>
      <clearspace:dateToText>10 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Option button help</title>
      <link>https://forums.adobe.com/thread/1374972</link>
      <description>&lt;!-- [DocumentBodyStart:99c127c6-1d05-47ed-9f8c-ff3dbb4b0c02] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form with 3 option buttons in a group "Requested_Action" Choice1 - Choice3. I have another option button group and when I select one of the choices in the other group I want to lock choice 3 here's what I have so far:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if ( this.getField("Requested_Action").isBoxChecked(0) || this.getField("Requested_Action").isBoxChecked(1) || this.getField("Requested_Action").isBoxChecked(2)){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Look for a match of the output/export value of the checked radio button&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// and set the value of FR_ALERT&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(this.getField("Requested_Action").value == "Choice3" ){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;this.getField("Requested_Action").value = false;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; this.getField(.......).locked = true;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I dont know how to look at only choice3 in the group of option buttons. Is there a way to designate both the group and choice of the option button?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:99c127c6-1d05-47ed-9f8c-ff3dbb4b0c02] --&gt;</description>
      <pubDate>Wed, 08 Jan 2014 23:01:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1374972</guid>
      <dc:date>2014-01-08T23:01:44Z</dc:date>
      <clearspace:dateToText>10 months 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Javascript to auto tab</title>
      <link>https://forums.adobe.com/thread/1370563</link>
      <description>&lt;!-- [DocumentBodyStart:2c4369d8-94e7-4b4f-b2bf-4007212c97e0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;I found the following on a different question related to having a Javascript auto tab when the character count maximum was reached:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; padding-left: 60px;"&gt;// Document-level function&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; padding-left: 60px;"&gt;function tab_next(next_field_name) {&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; padding-left: 60px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Move to next field if Enter key is pressed&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // or the user has clicked outside of the field&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // or if the number of character is the character limit&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (event.willCommit || AFMergeChange(event).length === event.target.charLimit) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; getField(next_field_name).setFocus();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; padding-left: 60px;"&gt;Then call it like this as the Keystroke script of a text field:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; padding-left: 60px;"&gt;// Autotab to the "text2" field&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; padding-left: 60px;"&gt;tab_next("text2");&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This works really well and does exactly what I want it to. I am wondering if this can be done in reverse though as well. If I am in a field and the character count is 0 and i type backspace can it auto tab back to the previous form field?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for any help!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c4369d8-94e7-4b4f-b2bf-4007212c97e0] --&gt;</description>
      <pubDate>Fri, 03 Jan 2014 16:45:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1370563</guid>
      <dc:date>2014-01-03T16:45:55Z</dc:date>
      <clearspace:dateToText>10 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

