|
本帖最后由 XYX365 于 2015-3-13 16:59 编辑
是不是類似下圖
LIST
A list box is a control that displays multiple items. If the list box is not large enough to display
all the list box items at once, the list box provides the required horizontal or vertical scroll bar.
We support two list box types; single (default) and multi-selection. You define a multi-select
box in form file with a "OPTIONS multiselect" List boxes have a width and height specified by
the the second and third options to the LIST keyword. The first option to the LIST keyword is
ignored and should always be an empty string ("").
List box options are:
SORT - alphabetical sort.
ALPHANUMSORT - takes in account trailing numbers so a NET2 appears before a
NET10 in the list.
PRETTYPRINT - case is ignored and items are reformatted for readability.
Special APIs for list controls are: axlFormListOptions, axlFormListDeleteAll,
axlFormListSelect, axlFormListGetItem, axlFormListAddItem,
axlFormListDeleteItem, axlFormListGetSelCount, axlFormListGetSelItems,
axlFormListSelAll.
For best performance in loading large lists consider passing a list of items to
axlFormSetField.
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|