WbkDataView.setSourcesCaption

Syntax

setSourcesCaption (caption);

Parameters

caption. Label text.

Description

The setSourcesCaption method sets data source name to be displayed in the breadcrumb chain.

Example

To execute the example, the page must contain the WbkDataBox component named wbkDataBox (see WbkDataBox Constructor), and also the following code must be added in the event handler that processes document opening:

//Set breadcrumb text
wbkDataBox.setSourcesCaption("Source");

After executing the example data source name shown in the breadcrumb chain changes to "Source":

See also:

WbkDataView