Column.DataIsLink
No edit summary
(Automatically adding template at the end of the page.)
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
|}
|}
The string you provide will be treated as a hyperlink - it will come with the underscoring and traditional web link. This is the primary way of making a link that points outside your application.
The string you provide will be treated as a hyperlink - it will come with the underscoring and traditional web link. This is the primary way of making a link that points outside your application.
In MDriven Turnkey, you can represent your data string as a hyperlink. To make it, set [[MDrivenDesignerTaggedValueHints|TaggedValue]] "'''DataIsLink'''" on your ViewModelColumn with the data you want to present in the Turnkey as a hyperlink. The text of the link will be the ViewModelColumn's name.
If you want to change the text of the hyperlink or set it dynamically, add another ViewModelColumn into your ViewModel and name it as '''<NameOfColumnWithHyperlink>_LinkText'''.
[[Category:Tagged Values]]
[[Category:Tagged Values]]
{{Edited|July|12|2024}}

Latest revision as of 15:28, 10 February 2024

#TargetType.TaggedValue CommaSeparatedExampleValues Short Description
#Column.DataIsLink True,False When set on viewmodelColumn, the string data within is treated as a hyperlink

The string you provide will be treated as a hyperlink - it will come with the underscoring and traditional web link. This is the primary way of making a link that points outside your application.

In MDriven Turnkey, you can represent your data string as a hyperlink. To make it, set TaggedValue "DataIsLink" on your ViewModelColumn with the data you want to present in the Turnkey as a hyperlink. The text of the link will be the ViewModelColumn's name.

If you want to change the text of the hyperlink or set it dynamically, add another ViewModelColumn into your ViewModel and name it as <NameOfColumnWithHyperlink>_LinkText.

This page was edited 92 days ago on 02/10/2024. What links here