Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Text, links, labels

Comments

2 comments

  • cassie

    This reply is 4 years late, but I ran into the same issue you did and hope this helps any future developers.

    1.) After much hunting in Visual Studio, I found the URL syntax hidden in the PhaseOne.Plugin.xml file. 

    Syntax example "Click [here](http://example.com/) to recover your password."

    2.) That link no longer works, so I'm not 100% on this, but I'm guessing you are running into the issue with setting the LabelItem title to something, and it being truncated. The LabelItem also has a value that can be longer. Here is a screenshot that shows the Title being truncated, but the Value being longer and fine.

    --edit--

    Re-read your post about the line wraps. Updated my LabelItem.Value to be much longer and obtained word wrap.

     

    0
  • Walter Rowe
    Moderator
    Top Commenter

    This link format is markdown.

    [Link Text goes here](https://your.link/goes/here)

    There can be NO spaces between the ] and the (.

    See https://www.markdownguide.org/basic-syntax/#links

    0

Post is closed for comments.