Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 6/21/06
    Hi,I set the appearance of a textField to 'sunken box'.Unfortunately, after changing its background-color using the following line of JavaScript code, the 'sunken box' appearance is gone. It's replaced by the 'solid box' appearance.xfa.resolveNode("#subform[0].#field[0]").border.fill.color.value = "...

    Views

    828

    Likes

    0

    Replies

    2
  • 6/21/06
    HelloI did a search and found this topic, digitaldave2010, "Generating a Random Number for application Form" #2, 12 Dec 2005 11:17 amIt helped a lot, but I need a little more help. When someone opens the form, I want to create a random number. Once the number is created, I want it to stay with that ...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 6/21/06
    Hi,I'm desperately trying to enlarge the border of a textField using JavaScript.I tried:xfa.resolveNode("#subform[0].#field[0]").borderWidth = "0.2in";as well asxfa.resolveNode("#subform[0].#field[0]").ui.textEdit.borderWidth = "0.2in";Nothing happened.Does anyone have an idea, what's wrong?Regards,...

    Views

    760

    Likes

    0

    Replies

    5
  • 6/21/06
    This is part of the code i obtained in order to check validation.//var reg = /^\d+$/; // checks whether input contains ONLY digits var reg = /\d+/; // checks whether input contains digits AND letters However, i found that both options checks only wether input contains letters.What is the function th...

    Views

    315

    Likes

    0

    Replies

    0
  • 6/21/06
    Is there a way to format the drop down list style so the gray dropdown arrow on the right does not show?

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 6/21/06
    How can I change the style of the Check box? Not the box itself, but change the X to an actual check mark?

    Views

    813

    Likes

    0

    Replies

    5
  • 6/21/06
    Hello,I'm testing at the moment the manual installation of Form Manager 7.0.1 together with Forms on a Windows 2003 server (JBoss and MS SQL Server 2000). In installation guide (page 64 in the German version, page 59 in the English version) two .jar files (xercesImpl-2.6.2.jar and xalan-2.6.0.jar) a...

    Views

    640

    Likes

    0

    Replies

    2
  • 6/21/06
    We have a form that in one of it's field you can enter phone number.We want a script that checks that the first digit entered is 0.If another digit is being entered a pop up message will appear that the digit entered is not correct.What is the script in order to achieve this ?

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 6/21/06
    I'm looking for a simple script that will check the entered data in a specific field.If i enter numbers in the name/last name field i should get a pop up message that entering numbers in this field are not allowed. (And vice versa regarding numeric fields).What is the script for that ?

    Views

    576

    Likes

    0

    Replies

    4
  • 6/21/06
    hi everybody,i'am getting into this matter (Designer/DB) right now. i am actually following a tutorial picked from die adobe site (http://www.adobe.com/devnet/livecycle/designing_forms.html) named 'Providing interaactive database lookup from forms' (link: http://www.adobe.com/devnet/livecycle/articl...

    Views

    644

    Likes

    0

    Replies

    5