WCM 7+ introduces new functionality that is not enabled in EditLive! by default, due to backwards compatibility.

The configuration items for these new functions are included in the sample configuration but are disabled by default.  They can be enabled by selectively removing commenting.

Tag Helper (WCM 7+)

WCM 7.0 introduces a "Tag Helper" function, to simplify the insertion of tags within content.

To enable this functionality in EditLive!, remove the commenting around the following items in the config.xml:

<customMenuItem
	name="TagHelperMenuItem"
	text="Insert Tags"
	imageURL="/wps/PA_WCM_Authoring_UI/images/tagHelper.png"
	action="raiseEvent"
	value="performInsertTagIntoField"/>
 
	...

<customToolbarButton
	name="TagHelperToolbarButton"
	text="Insert Tag"
	imageURL="/wps/PA_WCM_Authoring_UI/images/tagHelper.png"
	action="raiseEvent"
	value="performInsertTagIntoField"/>

 

Export Markup (WCM 8+)

WCM 8 introduces functionality that enables the exporting of the current document in markup format.

To enable this functionality in EditLive!, remove the commenting around the following items in the config.xml:

<customMenuItem
	name="ExportMenuItem"
	text="Export Markup"
	imageURL="/wps/PA_WCM_Authoring_UI/images/commands/Export.png"
	action="raiseEvent"
	value="exportRTFHTML"/>
 
	...

<customToolbarButton
	name="ExportToolbarButton"
	text="Export Markup"
	imageURL="/wps/PA_WCM_Authoring_UI/images/commands/Export.png"
	action="raiseEvent"
	value="exportRTFHTML"/>


See Specifying Configurations in IBM WCM for more information regarding customising configuration files.