Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Jonathan,
Is there a way to display a label on the right side of the icon? or to show the labels automatic without the user click on the icon?
Thank you in advance.
Hi Advance,
In regard to label positioning, currently it just the standard label or nothing. You can write some CSS that will change that styling for you though. See
https://our.umbraco.com/packages/backoffice-extensions/terratype/bugs-questions/88543-styling-labels
As for you wanting the Label to be shown automatically, there is a boolean value you can set to true, when your render the Terratype Map.
@Html.Terratype(new Options { AutoShowLabel = true}, Map, @<text> This text will appear immediately </text> )
Cheers
Jonathan Richards
Thank you Jonathan !!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How do you display a label on the right side of the icon.
Hi Jonathan,
Is there a way to display a label on the right side of the icon? or to show the labels automatic without the user click on the icon?
Thank you in advance.
Hi Advance,
In regard to label positioning, currently it just the standard label or nothing. You can write some CSS that will change that styling for you though. See
https://our.umbraco.com/packages/backoffice-extensions/terratype/bugs-questions/88543-styling-labels
As for you wanting the Label to be shown automatically, there is a boolean value you can set to true, when your render the Terratype Map.
Cheers
Jonathan Richards
Thank you Jonathan !!
is working on a reply...