Class: CustomListBox
Source Location: /stdctrls.inc.php
|
|
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
return: | (bsNone, bsSingle) |
property
Count [line 2479]
property
DataField [line 2727]
property
DataSource [line 2731]
property
ItemIndex [line 2483]
property
Items : array
[line 2750]
Contains the strings that appear in the list box.
property
MultiSelect : bool
[line 2578]
Determines whether the user can select more than one element at a time. Note: MultiSelect does not work if a data source is assigned.
Reads the value of the MultiSelect property.
Defined in CustomMultiSelectListControl::MultiSelect
property
SelCount [line 2562]
property
Size : integer
[line 2781]
Size of the listbox. Size defines the number of items that are shown without a need of scrolling. If bigger than 1 most browsers will use Height instead. If Size equals 1 the listbox truns into a combobox.
property
Sorted : bool
[line 2796]
Specifies whether the items in a list box are arranged alphabetically.
property
TabOrder : integer
[line 2817]
TabOrder indicates in which order controls are access when using the Tab key. The value of the TabOrder can be between 0 and 32767.
property
TabStop : bool
[line 2832]
Enable or disable the TabOrder property. The browser may still assign a TabOrder by itself internally. This cannot be controlled by HTML.
Events
Javascript Events
Methods
|
|