Configure the dialog tag widget
Configure the dialog tag widget by either of two methods.
- Configure the dialog tag widget globally portal wide. To do this, use the CP configuration service. Refer to the topic the CP configuration service.
- Configure an individual dialog tag widget instance. To do this, we add parameters to the code that invokes the widget. Examples:
var widget = new com.ibm.widgets.AddTag({ resourceID: myResourceID, resourceTitle: myResourceTitle, customLabelCommunityTags: myCommunityTagsLabel });or<div dojoType="com.ibm.widgets.AddTag" resourceID="myResourceID" resourceTitle="myResourceTitle" customLabelCommunityTags="My Community Tags"></div>For details about the parameters refer to the dialog tag widget parameter reference.
Parent: The dialog tag widget