m ((username removed) (log details removed): Moving to Documentation namespace) |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<message>Write the content here to display this box</message> | |||
{| class="wikitable" | {| class="wikitable" | ||
!#TargetType.TaggedValue | !#TargetType.TaggedValue | ||
Line 6: | Line 7: | ||
|#Column.DataIsLink | |#Column.DataIsLink | ||
|True,False | |True,False | ||
|When set on | |When set on ViewModelColumn, the string data within is treated as a hyperlink | ||
|} | |} | ||
The string you provide will be 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 [[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 | In MDriven Turnkey, you can represent your data string as a hyperlink. To make it, set [[Documentation: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 <code><span class="col-black">'''<NameOfColumnWithHyperlink>_LinkText'''</span></code>. | |||
[[Category:Tagged Values]] | [[Category:Tagged Values]] | ||
{{Edited|July|12|2025}} |
Latest revision as of 04:59, 29 April 2025
#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
.