CodeCharge StudioThe 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.
All forms and controls
| 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. |
