Book a Demo

Author Topic: Tagged Value as hyperlink  (Read 5518 times)

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Tagged Value as hyperlink
« on: January 05, 2010, 03:13:46 am »
Dear all

is there any possibility to set up a tagged value as hyperlink. The name of the tag should only be a short description but the value should easily be clickable by user to jump to a website for example.

Thanks in advance

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Tagged Value as hyperlink
« Reply #1 on: January 05, 2010, 09:22:52 am »
Not as far as I know - but it's a brilliant idea!

Submit a feature request using the links at the bottom of the page!

Reference this topic so that Sparx can see any on-going discussion.

This gets my vote!

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Thelonius

  • EA User
  • **
  • Posts: 274
  • Karma: +6/-0
  • I think. Therefore I get paid.
    • View Profile
Re: Tagged Value as hyperlink
« Reply #2 on: January 05, 2010, 09:41:25 am »
Mine too.

Would be useful to be able to provide a link to a local document or folder in the greater repository. As well as a link to Internet content.

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Tagged Value as hyperlink
« Reply #3 on: January 05, 2010, 10:36:35 am »
for local files use the tagged value type - File:
Type=File;
Default=C:\temp;

This does actualy apply for hyperlinks but there appears to be a problem that http:// returns http:/
It is launchable but needs correction - I will pass it on to be checked.

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Tagged Value as hyperlink
« Reply #4 on: January 05, 2010, 11:28:59 am »
Quote
for local files use the tagged value type - File:
Type=File;
Default=C:\temp;

This does actually apply for hyperlinks but there appears to be a problem that http:// returns http:/
It is launchable but needs correction - I will pass it on to be checked.
 
Thanks for that Dermot - useful!   However, I think what the rest of us are after is a generalized hyperlink - that would include diagrams etc..  Is that still possible using this mechanism - with appropriate syntax?

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

ebeb

  • EA User
  • **
  • Posts: 169
  • Karma: +0/-0
    • View Profile
Re: Tagged Value as hyperlink
« Reply #5 on: January 07, 2010, 07:03:55 pm »
Dermot, Paolo,

that sounds interesting for me, too. Unfortunately, I'm not very experienced in Tagged Values.

Would you please explain how to use that link-feature? This type is not existing. If I use settings/uml/tagged value types to create this type, how can I use it? Is it clickable from within EA or only if I generate a RTF documentation and include the tagged values?

Thanks!

Jan

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Tagged Value as hyperlink
« Reply #6 on: January 08, 2010, 03:01:06 pm »
To use it post creating the tagged value type:
View | Tagged Values (ctrl+Shift+6)
To create the Tagged Value type see: http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/predefinedtaggedvaluetypes.html
- File

ebeb

  • EA User
  • **
  • Posts: 169
  • Karma: +0/-0
    • View Profile
Re: Tagged Value as hyperlink
« Reply #7 on: January 08, 2010, 08:30:23 pm »
Quote
To use it post creating the tagged value type:
View | Tagged Values (ctrl+Shift+6)
To create the Tagged Value type see: http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/predefinedtaggedvaluetypes.html
- File

May I ask, why the list of TV types are not already existing by default? Why do I have to create these type manually if EA already knows how to deal with them?

Quote
This does actualy apply for hyperlinks but there appears to be a problem that http:// returns http:/
It is launchable but needs correction - I will pass it on to be checked.

I have to disagree. Both local files and hyperlinks work well for me. I tried http://www.google.com which works and by clicking on launch opens the browser.

Nice :)

But, is there a way to add a description what exactly the link is? E.g. if I want to link to other documentation I want to say that link is called "Market Analysis".

Or is TV not the appropriate way to do so?

Thanks,

-Jan

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Tagged Value as hyperlink
« Reply #8 on: January 11, 2010, 09:54:10 pm »
Did you use the file type in TV content? How did you described the detail field?

Thanks in advance

ebeb

  • EA User
  • **
  • Posts: 169
  • Karma: +0/-0
    • View Profile
Re: Tagged Value as hyperlink
« Reply #9 on: January 11, 2010, 10:15:36 pm »
I'm not really sure what you mean...!?

I did the following:
- Create the TV type as explained above.
- open the properties of any element you'd like to add the link
- Go to Tagged Values
- Click on the "new tagged value" button
- Choose File as type (the value is non-editable)
- Once created, you can use the "..." button to navigate to the location or manually enter a file location or http link.

I hope that answers your question...  ::)

-Jan