<findMember> Element

The findMember element is a member of the following categories:

Use the findMember element to render an instance of a FindMember object that is typically defined by a findMemberDef element in the current page.

Attributes

biFindMember-- (Required) A data-bound attribute that binds to a FindMember object that is defined in a findMemberDef element. Specify the select key for the FindMember object that you want to render.

Note: The remaining attributes are not used.

Example

The following example shows code that renders a findMember element in the UI tree section of a page and uses the following assumptions:


<!-- Renders the findMember element --> <bibeans:findMember data:biFindMember="page3_findMem1@bibeans:bisession1" />