Add a comment to a text field

Hello

I was wondering if there was a way, similar to the option in Excel to add a comment to a particular cell so that when one hung over the cell, a small box with additional text appears.

Also, I was curious to see if there is a button that could be done to see all comments or disable all comments.

Example, a user with an issue with filling out a form, click the 'help '. Automatically, all notes to the cells appear on screen without the need of hovering above of them. Once he does, he can click on this button again and he can do it again to fill out the form.

I'm running LiveCycle Designer ES 8.2

Thank you


-vargs

Each object has an accessibility properties where you can tool tips. ToolTips appear when you place the cursor over an object.

You can access the ToolTips with a script. For example, at the end of JavaScript var = customer.page1.firstName.assist.toolTip.value;

A help button could browse all shape objects and display the content in a pop-up, a field hidden, a dynamic sous-forme, etcetera.

Steve

Tags: Adobe LiveCycle

Similar Questions

  • How to add a statement to a text field

    Hi all

    I'm trying different ways to add a guideline to a text field. I tried

    1 / to insert a comment, but clearly it does not work with an interactive form in Adobe Acrobat format.

    2 / use text field and the value of the guideline as a default value in the object palette but the problem are

    -The text field is not developed horizontally even I chose to develop to fit option

    -The guideline doesn't go away in case the user do not use

    -The box is not afraid also that users type not enough lines

    3 / to use text instead of text field for the guideline, the problem is

    -There will be a large space between the two parties because the directive is not intended to be printed.

    My question is if there is a smarter way to suggest to users by typing into the text field by giving instructions without printing. For example, is it possible to have a hidden box, you know, it seems that users drag a mouse or click on the field?

    I know it might be a naive question, but please help me. I would be really grateful.

    Edigo

    Hello

    One solution would be to encapsulate the four objects in a subform flowed. The file has to be saved in dynamic PDF.

    Then set the presence of text 'Hidden '. This excludes the layout and other objects to take their place, if they are not visible.

    Then the events mouseEnter and mouseExit of the textfields set guidelines/text lines. See the example.

    If you want a textfield to extend, you must also save the file as a dynamic AND objects in a subform flowed.

    Good luck

    Niall

  • How to add a supercripts in a text field

    How to add symbols to exhibitors such as copyright, trademarks and symbols registered in a static text field in the Livecycle 8.2 Designer?

    You can copy - paste the special characters directly into a text object from a text editor such as MS Word. Alternatively, you can insert a hexadecimal character reference in the XML source for the applicable text object instance. For example, to add a copyright symbol, go to the XML Source tab and insert the reference © in Foobar ©XML node.

    Steve

  • How to add an animation to a text field with two lines?

    I have a text field with two or more lines. Why is it not possible now to apply a text animation?àpe_textfield.jpg

    Animating text, by design, only works on a single line of text.

    To use it for multiple lines, you can either create two separate titles or keyframing to create your own animation effect.

  • Text field for the (nieme second word) on the Page

    The script adds text fields on a page based on the search for the word DATE.

    This script must be changed to add the text field for second occurrence of the word DATE only on the page and NOT the first occurrence of the word.

    Currently, the script adds a text field for all occcurances of the word DATE.

    Any help will be greatly appreciated.

    Thank you.

    / * Add on manual transmission date text field * /.

    var this.numPages = NUMPAGES;

    for (var k = 0; k < numpages; k ++)

    / * 1st co - ord = Horizontal, 2nd co - ord = vertical, 3rd co - ord = width, 4th co - ord = height * /.

    {

    {

    numWords var = this.getPageNumWords (k);

    for (var i = 0; i < numWords; i ++)

    {

    var ckWord = this.getPageNthWord (k, i, true);

    If (ckWord = 'DATE')

    {

    var q = this.getPageNthWordQuads (k, i);

    Convert quads in the rotation by default user space

    Userspace used by links.

    m = (new Matrix2D).fromRotated(this,0);

    mInv = m.invert)

    r = mInv.transform (q)

    r = r.ToString)

    r = r.split(",");

    var f = this.addField ("Date", "text", k,

    ([r [0] * 1.10, r [1] - 10, r [2] * 1.3, [5] r-15]) ;

    }

    }

    }

    }

    Try something like this:

    var this.numPages = NUMPAGES;

    for (var k = 0; k)< numpages;="" k++)="">

    var nDateCount = 0;  Initialize counter

    numWords var = this.getPageNumWords (k);

    for (var i = 0; i)< numwords;="" i++)="">

    var ckWord = this.getPageNthWord (k, i, true);

    If (ckWord = 'DATE') {}

    nDateCount += 1;  Incrementing counter

    If (nDateCount == 2) {}

    var q = this.getPageNthWordQuads (k, i);

    var m = (new Matrix2D).fromRotated(this,0);

    mInv var = m.invert ();

    var r = mInv.transform (q).

    r = r.toString ();

    r = r.split(",");

    var f = this.addField ("Date", "text", k, [r [0] * 1.10, r [1] - 10, r [2] * 1.3, [5] r-15]);

    break;  No need to keep the current page search

    }

    }

    }

    }

  • How can I add white space between areas that contain text fields? I use Adobe Acrobat Pro DC 2015.  I'm trying to change an existing PDF. I need to add white space between areas that contain text fields to allow these text fields to be developed and not

    How can I add white space between areas that contain text fields?

    I use Adobe Acrobat Pro DC 2015.

    I'm trying to change an existing PDF. I need to add white space between areas that contain text fields to allow these areas to be developed and do not overlap the text and the text below fields.

    For example:

    1. 1.

    Progress/strategies:

    1. 2.

    Progress/strategies:

    1. 3.

    Progress/strategies:

    1. 4.

    Progress/strategies:

    The space between each 'progress/strategies' increasing needs. A text field is under each of them. If it's a Word doc, I could just press on enter. What is the best way to do this with Adobe Acrobat Pro DC?

    There is no easy way to do it. You need to move the text fields more apart and if there are static elements, then you will need to use the tool edit text & Images to move them, separately.

  • Add the date and time to a text field when the form is submitted

    Is it possible to add the date and time to a text field where the user is clicking the button of form submit?

    I created a custom send form button and do not use the distribution process to collect the results and would like to have a time stamp of when the form has been sent.

    Thank you!

    Sure. Before your submit order add a command run JavaScript with this code:

    this.getField("SubmitDate").value = util.printd ("mm/dd/yyyy hh: mm", new Date());

    Change the field name or date that required such boss.

  • What JavaScript I use to add the name of the file to a text field?

    Without being a JavaScript novice, it is a JavaScript that I can cut and past which would automatically add the file name to a text field in the form when the form is opened?

    Thank you very much.

    Yes, copy the following code:

    this.getField("Name_of_field").value = this.documentFileName;

  • How can we add a text field on the stage, but without the text label?

    How can we add a text field on stage, but without the left text label by default?  I want just the field.

    I thought about it.  Go to the page layout palette and change the options of caption for the text box.

  • How can can add text fields in the form automatically pdf document?

    I use Adobe Acrobat X (10.1.3) installed on Windows 7 to create pdf forms. My document is very similar to a "lined paper A4 notebook.

    I want to add the text field for each row of lined notebook, so people will be able to write what they want line by line.

    As my document has 20 lines in each page, and a total of 64 pages, I won't add these fields one by one. (drawing of rectangles with precision and aligning each other, assigning separate 'field name' to ensure solid mounting.)

    Property 'Set the Multiple field' within the right - click cause misalignment during 5-6 lines statement on the other.

    You have any suggestions or work around I can receive?

    See Doc.addField. If there is a model for the positions lines on each page, then you can generate the positions in JavaScript and use Doc.addField to set the text fields.

  • Is it possible for someone to insert a logo when you fill out a form to fill out? I'm looking for all the options under the button 'add a text field.

    I have created a form to fill out that is a contract, but I need a way for the person who is to fill the form to insert their logo.  Is it possible for someone to insert a logo when you fill out the form to fill out? I'm looking for all the options under the button 'add a text field.

    It is not possible within a text field, either. If they have Acrobat, they can use the built-in under Tools - editing content Add Image tool.

    If they drive XI or higher, they can use a button form field you will need to set up for them, but the image must be in PDF format.

  • can I add a multiple text fields in a label?

    Can I add a multiple text fields in a label?

    If you use the FormsCentral Designer, you can add less than with the tag additional text fields and give them all the labels.

    About the future of the forms with Acrobat, you always have the possibility of creation of the presentation of the form in InDesign, Word, etc., by generating a PDF file and adding the fields. This is how it was done since the forms were introduced with Acrobat 3. If you have 11 Acrobat is installed, you can continue to use the application designer FormsCentral.

  • How can I add a text field for the main menu?

    I have a project with a menu.  He has a title.  I wanted to add an additional track on the menu, what I had done in an earlier draft.  I would have thought he would have intuitively obvious, as highlighting the existing title I and do a copy and paste.  However, I learned that nothing is intuitive with Premiere elements 12.  Can someone tell me how to get a 2nd title on my main menu?  I have done it before, but apparently did not write it and I was faced with that I falsely assumed would take me 30 seconds to accomplish.  Thank you.

    Rick

    Do you really need a second title for the page in the main menu and the selection of scene or you page fixed for your Adobe title in more than one line?

    I wonder

    I wanted to add an additional track on the menu, what I had done in an earlier draft.

    Is it possible that as soon as you use a theme which came with 'subtitle', as the trip/Beach Resort, not all do.

    Workaround for the title with more than one line of text can backfire on you. But you can try. Excerpt from my first items 13 on this blog

    0019 first Elements 13 movie Menu title question: multiple lines of text


    A first elements 13/13.1 user reports that, if it creates a 3 lines of title text for the main menu of the fake big screen theme in the customization area of Movie Maker project, these 3 lines of text eventually "encoded" in the project of reopening after that that there had been closed.

    We have confirmed this report and extended it to include this problem appears for 13 of Menus other than the fake Widescreen cinema. This issue is not seen in first items 12/12.1 and earlier versions.

    BEFORE REOPENING THE CLOSE SAVE

    Figure 1. Main menu of Spring Flower home with 3 lines of text, as seen before the closure of the Reopen

    AFTER THE REOPENED NARROW SAVE


    Figure 2. Spring Flower main Menu title initially with 3 lines of text, as seen from the closure of the Reopen



    The only way found so far to get the final product to have 3 lines of title text for menus in the final product is to customize the theme to the movie Menu in the customization of the Menu movie of the project area, do not save, close the project at this time and can do the burn to.


    Many variables were examined to explain this behavior. So far, no answer for why.

    If you are determined to use a particular theme that comes with the title menu and subtitle, look at the text of the Palette layers layers in the editing menu .psd file (.psd Editor could be Photoshop CS or higher).

    Regarding

    on my project last year that was the menu that I liked with 2 text fields, I have also got rid of the "arrow" shortly before the text that was the menu key.  Anyone know how I do that?  I can't figure that out now.

    Could you be more specific. But, for now, consider... If you Play All text, you double-click to open the text of the amendment, the deleted text, click OK. Play All disappeared. Sometimes, in page and removal of text "main menu" scene selection to the navigation button... double click on the button to open the changes to the text, delete text, press ENTER, and then bar spacing, and click OK.

    Please let us know if everything above the target you wanted to know.

    Thank you.

    RTA

  • Add text above text field

    Hello

    I am able to add text using the Pre element text element and Post but is it possible to add text above the item text field?  I use APEX 4.0.

    Hello

    In the section preelement of the user after adding necessary text Add

    The text will appear above the deposited above text

  • How can I add javascript text fields to Acrobat since Applescript pages please?

    I have a real need to add text fields to the pages of the document Acrobat of Applescript. I can't access the headers and footers of Applescript in Acrobat XI. I can set watermarks using the following script, but can't for the life of knitting me a way to add text fields. Advice please?

    Concerning

    the value TempAttachmentName to "(20140717121212Z).

    the value PreserveFileName to "This is a test."

    the value work around to fake

    say application "Adobe Acrobat Pro.

    Activate

    the value CountOfPages to County of pages

    Repeat with PageCounter of 1 to CountOfPages

    say application 'System events' to say process "AdobeAcrobat.

    try

    click on menu item "Page...". " of menu 1 to menu item " go to " to menu 1 to menu bar item "display" of the menu bar 1

    tell request current of delay 0.1

    hit PageCounter as text

    tell request current of delay 0.1

    frappe retour

    if not work around then

    my ADDHeaderFooter() TempAttachmentName PreserveFileName & "" & CountOfPages PageCounter( )

    end if

    end try

    end say

    end Repeat

    end say

    on ADDHeaderFooter() The_String1 The_String2, , currentPage( )

    say application "Adobe Acrobat Pro.

    Activate

    the value myDocument to document 1

    tell myDocument

    tell page currentPage

    the value CBOX to culture box

    the value point 2 of the cbox to (article 2 of the cbox) + 44

    the value point 4 of the cbox to (article 4 from the cbox)-44

    the value media box to CBOX

    the value culture box to CBOX

    the value theResult1 to my Add_WaterMarkText (The_String1, "IDAutomationHC39M", 12, 1, 1, 1, 0, 3, 10, 3, 0)

    script theResult1

    the value theResult2 to my Add_WaterMarkText (The_String2, 'Times', 16, 1, 1, 1, 0, 4, 10, -6, 0)

    script theResult2

    end say

    end say

    end say

    end ADDHeaderFooter

    on Add_WaterMarkText() cText cFont nFontSize LV don't, nTA nHA ANV nHV nVV nR( )

    the value Params to "cText: '" & cText "", "& return

    the value Params to Params & "cFont: '" & cFont "", "& return

    the value Params to Params & "nFontSize: '" & nFontSize & "", "& return

    if class of nS is integer then the value Params to Params & "start:" & (nS - 1) & "," & back

    if class of nE is integer then the value Params to Params & "nEnd:" & (not - 1) & "," & back

    -0 = left, 1 = Central, 2 = right

    if class of nHA is integer then the value Params to Params & "nHorizAlign:" & nHA & ', ' & return

    --3 = top, 4 = down

    if class of nVA is integer then the value Params to Params & "nVertAlign:" & nVA & ', ' & return

    -offset in points

    if class of nHV is integer then the value Params to Params & "nHorizValue:" & nHV & ', ' & return

    -offset in points

    if class of nVV is integer then the value Params to Params & "nVertValue:" & nVV & ', ' & return

    if class of nR is integer then the value Params to Params & "nRotation:" & "," & nR & return

    the value JavaScript to "this.addWatermarkFromText ({" & Params & "});

    return to javascript

    end Add_WaterMarkText

    As a developer, you need that document. It is part of the Acrobat SDK kit, which is free to download. You can't learn Acrobat programming with google!

Maybe you are looking for