CodeCharge Studio All ASP PHP Perl ColdFusion Java C#.NET VB.NET

Include Page Reference

Design-Time Properties

Property Description
Name The name of the control.
Page The page that will be included.

Run-Time Properties (PHP)

Property Description
ComponentType Specifies type of an object, such as "TextBox", "Record", etc.
Parent Specifies parent container of an object, for example a record form for a textbox that is included within that form.
Visible

This variable determines whether the include page is to be shown or not.

Run-Time Properties (ASP)

Property Description
Visible

This variable determines whether the include page is to be shown or not.

Run-Time Variables (CF,CFT)

Variable Description
hide<control name> This variable determines whether the include page is to be shown or not.

Methods (Servlets)

MethodDescription
isVisible Indicates whether the include page is to be shown or not.
setVisible Specify whether the include page is to be shown or not.
getParent Get the parent component that contains the Include Page.

See also

Include Page Overview


On-line, printable versions and updates