Share via


Find Pane Styles

The following styles are associated with the find pane, using the class and id attributes.

Class Styles

DIV.filtertext

Defines style characteristics used when rendering a DIV element associated with the class attribute value "filtertext". This class is used to format the "Filtered View" text displayed over a filtered list.

.findByContent

Defines style characteristics used to render the element that will be displayed in the find pane. This style should be used on an element of a list page that has the class attribute value "bdfindbycontent" and contains all the UI controls to be displayed in the find pane.

ID Styles

#bdfindbybody

Defines style characteristics used when rendering the portion of the find pane below the title. This is the container drawn by the InsertTaskBar and InsertEditTaskbar routines within which the "id=bdfindbycontent" element for a list page will be displayed.

#bdfindbyclose

Defines style characteristics used when rendering the right-hand portion of the find pane containing the close button.

#bdfindbycontent

Defines style characteristics used when rendering the find by content on a page within the find pane. The element with id "bdfindbycontent" should contain all the UI controls to be displayed in the find pane. It should also have "findByContent" set as its class attribute.

#bdfindbytitle

Defines style characteristics used when rendering the portion of the title text on the left side of the find pane title bar.

#bdfindbytitlebar

Defines style characteristics used when rendering the portion of the find pane containing the title text and the close button.

DIV#bdfindby

Defines style characteristics used when rendering the DIV element containing the entire find pane including the title bar and find content area.

#bdtaskbtnfindclose

Defines style characteristics used when rendering the find pane close button (the "x" in the upper right corner of the find pane).


All rights reserved.