Attribute
|
Value
|
name
|
Name of this acDataSource.
|
type
|
Activity if the system is to execute an
activity to construct a page containing the list of
values, or ClipboardPage if the values are
already present in a page with the appropriate
structure. If omitted, the default is
Activity .
|
sourceName
|
Clipboard page name, if type is
ClipboardPage , or the second key part of
the activity name, if type is
Activity .
|
activityClassName |
First key part of the activity identified in the
sourceName field, if the type is
Activity . If omitted, the system uses the
class of the primary page to locate the activity.
|
clientCache
|
If true, HTML code causes the first-use results of
this control to be cached in the client Internet
Explorer browser. Default is false.
|
searchPropertyName
|
Name of a Page List property that
contains pages that contain a matched text value. If
omitted, the property name pxResults is assumed.
|
displayField
|
Reference to a scalar property embedded on each page
of the Page List property identified in
the searchPropertyName attribute.
|
partialSearch
|
If true, text string matches are based on
comparisons of user input with the initial portion of
text values, so user input of "AL" matches
ALPHA and ALABAMA but not PALINDROME.
If false, text string matches can occur anywhere, so
user input of "AL" matches ALPHA, PALINDROME,
and PRINCIPAL. If omitted, the default is false.
|
ignoreCase
|
If true, matching of user input with text values to
display is not case sensitive, so "ABC"
matches "aBC" and "Abc". If false,
matching is case sensitive. If omitted, the default is
true.
|
maxResults
|
A positive integer setting a maximum limit on the
number of matches to be displayed. If omitted, the
default is 10.
|
allFields
|
If true, all fields are selected from the property
identified in the searchPropertyName
attribute. If false, only those properties specified in
the dsFields attribute.
|
dsFields
|
This optional JSP tag identifies a list of dsField
attributes. |
dsField
|
This optional JSP tag, with the scope of the dsField
tag, identifies the property to be displayed as a
drop-down list element. |