Skip to content

Commit

Permalink
Update File-Formats.md (#10403)
Browse files Browse the repository at this point in the history
Update File-Formats.md to show how to open external link in a new tab instead of an IFRAME in Timeline track
  • Loading branch information
jagnathan authored Oct 19, 2023
1 parent 12df400 commit a8ab6ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/File-Formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,10 @@ Example column:

SOME_HYPERLINK: ```[Link text Here](https://link-url-here.org)```

The external link can be opened in a new tab, instead of an IFRAME within the same window/tab. To do this, the string `:blank` is to be added as a suffix at the end of the URL.

HYPERLINK_OPEN_IN_NEWTAB: ```[Link text Here](https://link-url-here.org/path:blank)```

### Event Types
As previously mentioned, the EVENT_TYPE can be anything. However, several event types have columns with special effects. Furthermore, for some event types cBioPortal has column naming suggestions.

Expand Down

0 comments on commit a8ab6ed

Please sign in to comment.