Return 在 Extlib 中使用 valuepicker 从 FTSearch 结果中获得更多行

Return more rows from FTSearch results using valuepicker in Extlib

我在我的应用程序中使用 dojoType: "extlib.dijit.PickerListSearch" 来自 Extlib 的值选择器。该对话框工作正常,我可以搜索值。我的问题是只搜索 return 30 行。我需要将其扩展到 return 更多。有没有我可以使用的 dojo 设置或任何其他方式来 return 更多行?

<xe:formRow id="formRow5" label="Artikelnummer">
                    <xe:djextListTextBox id="djextListTextBox5"
                        displayLabel="true">
                    <xp:eventHandler event="onBlur" submit="true" refreshMode="complete" disableValidators="true"></xp:eventHandler></xe:djextListTextBox>
                    <xe:valuePicker id="valuePicker9"
                        for="djextListTextBox5" dojoType="extlib.dijit.PickerListSearch"
                        pickerText="Välj Artikel">
                        <xe:this.dataProvider>
                            <xe:dominoViewValuePicker
                                viewName="vProduktnr_xpages" labelColumn="xpdisplay"
                                searchType="ftSearch">
                            </xe:dominoViewValuePicker>
                        </xe:this.dataProvider>
                    </xe:valuePicker>
</xe:formRow>

尝试使用 maxRowCount dojo 属性,如此处所述http://www.seancull.co.uk/public/seancull.nsf/dx/getting-the-xpage-extension-library-name-pickers-to-show-more-than-50-names.htm