The Multiselect module defines a widget to be used with CCK fields.
多选模块定义了一个可以与CCK字段结合使用的小部件。
But if multiselect contains more than one input term, the result is an Object .
但是如果multiselect包含多个输入条件,结果将得到一个Object 。
For multiselect listboxes, you need to iterate through the selected items to get a list to use with SQL.
有关多选列表框,你需要遍历所选项目获得的列表,包括SQL使用。
The behavior of multiselect gets more interesting with Object as result type or if no type argument is specified.
如果以Object作为结果类型或没有指定类型参数时,multiselect的行为会变得更加有趣。
In such cases, if multiselect is used with a single input term, then the return value is the selected term itself.
在这些情况中,如果multiselect使用单个输入条件,那么返回值将为所选择的条件。
For managing collections of items in lists or grids, developers can offer a new multiselect mode that lets users choose multiple items for an action.
在整理列表或网格中的项目时,开发者可以用一种新的多选方式,让用户选择多个项目。
We'll change it to multiselect by adding it as another bit (literally) of the style argument when we create the table viewer: new TableViewer(sash_form, SWT.BORDER | SWT.FULL_SELECTION | SWT.MULTI);.
可以通过在创建表查看器时将多选方式作为样式参数的另一位(以文字表示)添加,将表查看器更改为多选方式。
We'll change it to multiselect by adding it as another bit (literally) of the style argument when we create the table viewer: new TableViewer(sash_form, SWT.BORDER | SWT.FULL_SELECTION | SWT.MULTI);.
可以通过在创建表查看器时将多选方式作为样式参数的另一位(以文字表示)添加,将表查看器更改为多选方式。
应用推荐