summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/List.page
diff options
context:
space:
mode:
authorxue <>2005-12-30 14:51:01 +0000
committerxue <>2005-12-30 14:51:01 +0000
commit55c54744146c91afc00e9a434dc05fb0f4fcde1d (patch)
treea8072923a7b25dae59e2a9986bea2b1791fced47 /demos/quickstart/protected/pages/Controls/List.page
parent1e24e7487161a12eb4379266941d2babab1c8ad4 (diff)
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/List.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/List.page19
1 files changed, 19 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/List.page b/demos/quickstart/protected/pages/Controls/List.page
new file mode 100644
index 00000000..4a3610fc
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/List.page
@@ -0,0 +1,19 @@
+<com:TContent ID="body" >
+
+<h1>List Controls</h1>
+
+<h2>TListBox</h2>
+<p>
+<tt>TListBox</tt> displays a list box that allows single or multiple selection. Set the property <tt>SelectionMode</tt> as <tt>Single</tt> to make a single selection list box, and <tt>Multiple</tt> a multiple selection list box. The items in the list box are represented by the <tt>Items</tt> property. The number of rows displayed in the box is specified via the <tt>Rows</tt> property value. Some other important properties that <tt>TListBox</tt> inherits from <tt>TListControl</tt> include: <tt>Items</tt>, <tt>SelectedIndex</tt>, <tt>SelectedIndices</tt>, <tt>SelectedItem</tt>, <tt>SelectedValue</tt>, <tt>AutoPostBack</tt> and <tt>CausesValidation</tt>. Note, since <tt>TDataBoundControl</tt> is an ancestor class of <tt>TListBox</tt>, you can do various databinding operations with a list box control. More details are covered in sections about databinding.
+</p>
+<com:RunBar PagePath="Controls.Samples.TListBox.Home" />
+
+<h2>TDropDownList</h2>
+
+<h2>TCheckBoxList</h2>
+
+<h2>TRadioButtonList</h2>
+
+<h2>TBulletList</h2>
+
+</com:TContent> \ No newline at end of file