Column.DataIsImageUrl
No edit summary |
(Automatically adding template at the end of the page.) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
|When set on a ViewModelColumn, the data string is treated as an Image URL by Turnkey. | |When set on a ViewModelColumn, the data string is treated as an Image URL by Turnkey. | ||
|} | |} | ||
This is the primary way to show images that are not stored in the database. If you do not store the image inside the database, you do not have a Blob image field. You can turn this on and the data that you provide, which is a string, points to a valid URL to show as an image - basically, the classical way of showing images in a web application. | |||
[[Category:Tagged Values]] | |||
{{Edited|July|12|2024}} | |||
Latest revision as of 15:28, 10 February 2024
#TargetType.TaggedValue | CommaSeparatedExampleValues | Short Description |
---|---|---|
#Column.DataIsImageUrl | True,False | When set on a ViewModelColumn, the data string is treated as an Image URL by Turnkey. |
This is the primary way to show images that are not stored in the database. If you do not store the image inside the database, you do not have a Blob image field. You can turn this on and the data that you provide, which is a string, points to a valid URL to show as an image - basically, the classical way of showing images in a web application.
This page was edited more than 11 months ago on 02/10/2024. What links here