MultiSelectPopupSettingsTagHelper

Example

Razor
<popup>
</popup>

Attributes

AttributeTypeDescription
anchorStringSpecifies the element that will be used as an anchor.
append-toStringWhich element the popup will be appended to. The element needs to be relatively positioned.
collisionStringConfigures how the popup should behave when it cannot be properly displayed and fully visible, if its origin and position settings are obeyed.Valid values are: "fit", "flip", "flip fit" and "fit flip". "Fit" allows the popup to be shifted (moved) until it is fully visible. "Flip" allows the popup to switch its position, according to its anchor. If two words are used, the first one applies to the horizontal dimension and the second one - to the vertical dimension. If one word is used, the setting is applied to both dimensions.
on-activateStringFires when the popup is opened
on-closeStringFires when the popup closes
on-deactivateStringFires when the popup is closed
on-openStringFires when the popup opens
originStringSpecifies how to position the popup element based on anchor point. The value is space separated "y" plus "x" position.The available "y" positions are: - "bottom" - "center" - "top"The available "x" positions are: - "left" - "center" - "right"
positionStringSpecifies which point of the popup element to attach to the anchor's origin point. The value is space separated "y" plus "x" position.The available "y" positions are: - "bottom" - "center" - "top"The available "x" positions are: - "left" - "center" - "right"
In this article
ExampleAttributes
Not finding the help you need?
Contact Support