Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Adding Ghost Text to LiveCycle Designer form

    Using a null category picture clause and some JavaScript we can achieve a similar effect.

  2. Avg. Rating 5.0

    Date handling in Livecycle Designer ES forms

    This sample shows how to extend the standard JavaScript object and add handling for new date formats in the constructor as well as add new methods to format dates, perform date arithmetic, and return additional information about a date. All the normal JavaScript Date object methods are still availa ...

  3. Avg. Rating 4.5

    Numbering rows in a LiveCycle Designer table or repeating su ...

    Using the XFA form dependency tracking for calculate event scripts we can easily recalculate the sequence number with two lines of JavaScript.

  4. Avg. Rating 4.0

    Drop-Down List Control with auto-complete (Searchable Drop-D ...

    This solution uses a textbox as the drop-down list UI component and a list box to display the selected items. This is a cleaner version than one I posted in this forum thread http://forums.adobe.com/thread/518910

  5. Avg. Rating 4.0

    Double Click event in LiveCycle Designer forms

    This solution uses an app.setTimeOut() method in the click event to re-execute the click event in 250ms, if within that time there is another click from the user then it is taken as a double click, otherwise the single click will occur when the click event is re-executed.

  6. Not yet rated

    An alternative Date Picker for LiveCycle Designer forms

    This alternative has some serious limitations as well as it really just a normal subform I position against a standard text field. To do this the text field has to be within a subform that uses positioned layout so I can calculate the x andy coordinates.

  7. Not yet rated

    On click select all text in a form field

    The solution here was to add some code to the click event of the fields to replicate the behaviour of the tabbing though the form.

  • Results 1-7 of 7