Hide

YetaWF Documentation

Display
Print

DropDownSearch Component

DropDownSearch (Edit)

<<Missing>>

Model Type: string

AdditionalMetadata Attributes

NameTypeDefaultDescription
DropDownWidthFactorfloat1.0Defines the width of the dropdown portion relative to the control width. The control width is multiplied by the factor DropDownWidthFactor to calculate the width. If 1.0 is specified, the dropdown portion is the same size as the control. If 2.0 is specified, the dropdown portion is the twice the size of the control.
DropDownHeightFactorfloat1.0Defines the height of the dropdown portion relative to 200 pixels. The control width is multiplied by the factor DropDownHeightFactor to calculate the height. If 1.0 is specified, the dropdown portion is 200 pixels. If 2.0 is specified, the dropdown portion is the 400 pixels in height.

Sibling Properties

NameTypeDescription
model__ListList<YetaWF.Modules.ComponentsHTML.Components.DropDownSearchComponent.SelectionItem<string>>Defines the list of values, displayed text and tooltips shown in the dropdown list.
model__AjaxUrlstringDefines the URL used to retrieve data for the dropdown search component.