Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 19-02-2012
    I want to place a textfield inside of a paragraph of text. Such as "blah blah blah blah blah [TEXTFIELD] blah blah blah blah". And when a user enters text, I want the stuff to the right of the textfield to adjust and move. Is this possible?

    Views

    540

    Likes

    0

    Replies

    2
  • 19-02-2012
    Hello,I am new to JavaScript, could you pls. consolidate the below 2 IF statements into only 1 summary IF statement (I mean, put the red IF statement into blue IF statement)my_form:Page1:SunForm1:Middle_Name_text_field ::: Change JavaScriptI wrote the below code in the CHANGE event of a text field o...

    Views

    356

    Likes

    0

    Replies

    0
  • 19-02-2012
    Hello,I am new to JavaScript, could you pls. consolidate the below 2 IF statements into only 1 summary IF statement (I mean, put the red IF statement into blue IF statement)my_form:Page1:SunForm1:Middle_Name_text_field ::: Change JavaScriptI wrote the below code in the CHANGE event of a text field o...

    Views

    691

    Likes

    0

    Replies

    2
  • 19-02-2012
    I want to have a field at my first page of pdf document which automatically shows how many pages are there in document. Is that possible, if yes, how? i know i can have number of pages in header, but I need special field inside body of my first (general) page of pdf documenttnx in advance

    Views

    730

    Likes

    0

    Replies

    1
  • 18-02-2012
    The following script is folder level script:var mySaveAs = app.trustedFunction(function(doc) { app.beginPriv(); var myPath = /C/Users/Dream_peak/Desktop/test.xml; doc.saveAs(myPath); app.endPriv();});under button:event.target.mySaveAs(event.target);Nothing happen. Where am I making mistake? Need mor...

    Views

    2.1K

    Likes

    0

    Replies

    6
  • 17-02-2012
    I have very little programming knowledge. I was wondering if I had two calculations that would be compared with each other. When the second total becomes equal to the first calculation, is it possible to have an image open? (Such as flowers that say "Congratulations!") This is a stand alone form not...

    Views

    1.9K

    Likes

    0

    Replies

    7
  • 17-02-2012
    A year or two ago I needed a solution that would shrink the font size of text down to fit the length of the text box on a form if too much text was entered. I found many posts in these forums explaining that all you have to do is set the font size of the field to 0. I tried it out at the time and it...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 17-02-2012
    HelloI have a AMOUNT field on my_form. Because of good compatibility/data transfer i have defined it as a DECIMAL FIELD 12,3.Data transfer is btwn my_form and back end system SAP / Oracle. Fine.But, user want to have the below requirement:Say, for example, user entered 10000 dollars, once user EXITs...

    Views

    443

    Likes

    0

    Replies

    0
  • 17-02-2012
    HelloI have a AMOUNT field on my_form. Because of good compatibility/data transfer i have defined it as a DECIMAL FIELD 12,3.Data transfer is btwn my_form and back end system SAP / Oracle. Fine.But, user want to have the below requirement:Say, for example, user entered 10000 dollars, once user EXITs...

    Views

    6.8K

    Likes

    0

    Replies

    3