updateContent ();
The updateContent method updates a label on a breadcrumb chain item (depending on selection in attribute dimension).
To execute the example, the page must contain a MetaAttributeBreadCrumb component. Get an attribute with the index 1 for this component, name this attribute someMetaAttribute, and add the following code in the document opening event handler:
console.log("Refresh text on the breadcrumb element"); someMetaAttribute.updateContent();
After executing the example breadcrumb item text is refreshed and an appropriate message is shown in the browser console.
See also: