An example might be that the Submit button is disabled until the user makes a selection indicating that he/she agrees to the Terms and Conditions.
In this example the behavior would be applied twice to the page:
- to the onLoad event of the BODY tag to initially disable the Submit button (choose 'disable'),
- to the onClick event of the checkbox to toggle the availability of the Submit button (choose 'toggle').
Questions? Read the FAQ first!
UI Access
Access this behavior:
step 1 - make sure there is a (named) form with at least one form object in the current document, and
step 2 - choose 'Enable/Disable Form Objects' from the 'FlevOOware' flyout in the Behaviors palette.