CodeCharge Studio |
All ASP PHP Perl ColdFusion Java C#.NET VB.NET |
| 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. |
| 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. |
| Property | Description |
|---|---|
| Visible | This property determines whether the control is visible or not. |
| 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. |
| 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. |
| Variable | Description |
|---|---|
| hide<control name> | This variable determines whether the control is to be shown or not. |
| 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. |