From 0daa38a4f5bb43d7332d681a98ccb693bc579230 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Thu, 2 Jun 2011 19:27:21 +0000 Subject: further documentation updates: everything else plus some things that were not even listed. Only T*RatingList has been left out --- demos/quickstart/protected/pages/Controls/List.page | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'demos/quickstart/protected/pages/Controls/List.page') diff --git a/demos/quickstart/protected/pages/Controls/List.page b/demos/quickstart/protected/pages/Controls/List.page index c7505181..c68a477f 100644 --- a/demos/quickstart/protected/pages/Controls/List.page +++ b/demos/quickstart/protected/pages/Controls/List.page @@ -49,12 +49,14 @@ $listbox->dataBind();

TListBox

+

TListBox displays a list box that allows single or multiple selection. Set the property SelectionMode as Single to make a single selection list box, and Multiple a multiple selection list box. The number of rows displayed in the box is specified via the Rows property value.

TDropDownList

+

TDropDownList displays a dropdown list box that allows users to select a single option from a few prespecified ones.

@@ -64,6 +66,7 @@ Since v3.1.1, TDropDownList starts to support prompt text (something li

TCheckBoxList

+

TCheckBoxList displays a list of checkboxes on a Web page. The alignment of the text besides each checkbox can be specified TextAlign. The layout of the checkboxes can be controlled by the following properties:

@@ -76,12 +79,14 @@ Since v3.1.1, TDropDownList starts to support prompt text (something li

TRadioButtonList

+

TRadioButtonList is similar to TCheckBoxList in every aspect except that each TRadioButtonList displays a group of radiobuttons. Only one of the radiobuttions can be selected (TCheckBoxList allows multiple selections.)

TBulletedList

+

TBulletedList displays items in a bullet format on a Web page. The style of the bullets can be specified by BulletStyle. When the style is CustomImage, the bullets are displayed as images, which is specified by BulletImageUrl.

@@ -96,4 +101,11 @@ Since v3.1.1, TDropDownList starts to support prompt text (something li +

TRatingList

+ + +

+This is an EXPERIMENTAL class that displays clickable images that represent a TRadioButtonList. +

+
$Id$
\ No newline at end of file -- cgit v1.2.3