Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Advance Ngwarati 25 posts 127 karma points
    Aug 20, 2019 @ 10:31
    Advance Ngwarati
    1

    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.

  • Jonathan Richards 288 posts 1742 karma points MVP
    Aug 20, 2019 @ 11:44
    Jonathan Richards
    0

    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

  • Advance Ngwarati 25 posts 127 karma points
    Aug 21, 2019 @ 09:10
    Advance Ngwarati
    0

    Thank you Jonathan !!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies