- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to add custom property as hyperlink
- Labels:
-
Cloudera Navigator
Created 11-14-2016 06:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone,
I want to add custom metadat properties as hyperlink.
So that user can click on it from navigator UI and it will redirect user to perticular URL without expossing the actual URL.
I am using java client to write the custom metadata.
Is there any way to add URL hyperlink in custom metadata, such that it will appear as hyperlink on navigator UI.
Kindly suggest.
Created 11-21-2016 09:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, this is not possible at the moment. It is possible to add HTML (be it a link or something else) as the value of a Custom Metadata Key-Value-pair, but for security reasons that value will be rendered as text and not as HTML in the UI.
When you say that you don't want to expose the actual URL, do you mean that you want to give the link a text other than the url, like the option you have with normal HTML anchor tags e.g. link text?
Created 11-21-2016 09:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, this is not possible at the moment. It is possible to add HTML (be it a link or something else) as the value of a Custom Metadata Key-Value-pair, but for security reasons that value will be rendered as text and not as HTML in the UI.
When you say that you don't want to expose the actual URL, do you mean that you want to give the link a text other than the url, like the option you have with normal HTML anchor tags e.g. link text?