If you use a table to display a Management view, cell values containing an ftp or http URL are underlined in blue. If you specified an alternative hyperlink text in PPM, this text is displayed instead of the URL. One click a URL opens the link in a new browser window by default.
By using the extended parameters of the initialization method of a Management view, you can specify in which HTLM frame the link is to be opened. The extended parameter is specified as a key value pair {"TABLE_HREF_TARGET":"<HTML frame>"} as the last parameter of the init() method.
Regardless of whether you specify an alternative text for links, the associated tooltip displays only the URL.
Example
The following file extract initializes a Management view that opens hyperlinks in an HTML frame called APD_mvFrame.
mv1.init(
"mvParent1",
""/Details/Sales/CycleTime_1",
"FAVORITES_SHARED",
"FLEX",
"100%",
400,
[],
null,
{"TABLE_HREF_TARGET":"APD_mvFrame"}
);