CodeCharge Studio

AJAX - Hide/Show

Description

The Hide/Show feature controls visibility of another component (form or control) on the page. It allows a  component to be shown or hidden depending on specified conditions.

Supported Components

All forms and controls

Properties

Property Description
Enabled Specifies whether the feature is active.
Name User assigned name identifying the feature within HTML.
Control Id Name of the form or control to be shown or hidden.
Show event Client event or condition that makes the component visible. You can select one or multiple events or conditions via the provided dialog.  These events are HTML control events.
Hide event Client event or condition that makes the component hidden. You can select one or multiple events or conditions via the provided dialog.  These events are HTML control events.

Sample Implementation

See also

   


On-line, printable versions and updates