Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Yes/No buttons

Avatar

Level 1

I'm trying to use your code for a Yes and No buttons.  I don't understand what is the mouse up action for the button is.  Can you explain?  I have a form with several Yes, No buttons. I'm working with Adobe LiveCycle Designer inside of Adobe Pro 9.

[Question branched as a new discussion under the LiveCycle Designer forum]

1 Reply

Avatar

Level 7

The mouse up action is executed when after the mouse button is released.

For a button use click events, if you are using radio buttons, also use the click event.

Straight from ES2 help

mouseUp event

Description

Initiates when a form filler releases the mouse button at the same time that the pointer is within a field.

Note: When a mouseUp event occurs for a text or numeric field, calculations or scripts run immediately. However, the value of the field does not change in response to calculations and scripts until the field loses focus.