UrlTarget property: RCServiceConfig class

Description

Use the UrlTarget property to set or return service target as a string value:

Value Description

RCF

For all classic and fluid related content, this is the default value. Open the content in the related content frame.

MDLW

For classic and fluid related actions, open the related action in a modal window.

NWIN

For classic and fluid related actions, open the related action in a new window.

TGTF

For classic and fluid related actions, open the related action in the target content area replacing the current page.

Note: For all related actions except those based on an application class service definition, this is the default value.

TOPF

For classic and fluid related actions, open the related action by replacing the entire browser window.

USRD

For classic and fluid related actions based on an application class service definition, open the related action in the manner specified in the application class code.

This property is read/write.

Example

&rcServConfig.UrlTarget= "MDLW";