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

Sorter Reference

Design-Time Properties

Setting Description
Name The name of the form.
Sort Order Specify the field to be used to sort by.
Reverse Order Optionally specify a field to be used to sort in the reverse order.
Visible [Yes/No] Specify whether the sorter should be displayed or not.

Events

Event Description
Server Side Events
Before Show Occurs before the control is rendered to the page. This event can be used to influence the appearance of the Sorter.

Run-Time Properties (ASP)

Property Description
Visible This property determines whether the control is visible or not.

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 property determines whether the control is visible or not.

Run-Time Properties (.NET)

Interface
Property Description
State Gets or sets the state of the sorter control.
Field Gets or sets the name of database field on which the Sorter will operate.

Run-Time Variables (CF,CFT)

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

Methods (Servlets & JSP)

Method Description
isVisible Whether this control should be shown.
setVisible Specify whether this control or component should be shown.
getParent Get the parent component that contains this control or component.

See also

Sorter Overview


On-line, printable versions and updates