<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hyperlinks in Text Box or Text Edit Box? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77696#M36228</link>
    <description>&lt;P&gt;Thanks Byron that's a cool script.&amp;nbsp; But it's not what I was looking for.&amp;nbsp; Specifically I want to embed a link into a text box and have it be clickable.&amp;nbsp; My users are entering comments which can be long and can contain reference links.&amp;nbsp; I'm working on an approach where I parse out the links and display:&lt;/P&gt;
&lt;P&gt;Text block1 (in a text box)&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Link1&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (as a clickable link)&lt;/P&gt;
&lt;P&gt;Text block2 (in a text box)&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Link2&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (as a clickable link)&lt;/P&gt;
&lt;P&gt;Text block3&lt;/P&gt;
&lt;P&gt;etc.&lt;/P&gt;
&lt;P&gt;That will probably be acceptable to users.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Oct 2018 13:56:18 GMT</pubDate>
    <dc:creator>pmroz</dc:creator>
    <dc:date>2018-10-03T13:56:18Z</dc:date>
    <item>
      <title>Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77426#M36194</link>
      <description>&lt;P&gt;Is there a way to insert a hyperlink into a text box or text edit box?&amp;nbsp; I know that you can do this in a JMP table with the expression column type, and that you can create a button box in a window that acts like a hyperlink.&amp;nbsp; I'm also aware of the &amp;lt;&amp;lt; markup syntax for text boxes, but that only lets you do bold, underline and italic.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 18:02:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77426#M36194</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2018-10-02T18:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77667#M36219</link>
      <description>&lt;P&gt;I suspect you're looking for something more sophistocated than this, but...&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

	New Window( "Example",
	hlistbox("1",
	wb = Web Browser Box(),
	bb=Button Box( "Take Me to JMP",
		wb &amp;lt;&amp;lt; Navigate( "http://www.jmp.com" );
	wb &amp;lt;&amp;lt; Set Auto Stretching( 1, 1 );
	wb &amp;lt;&amp;lt; Set Max Size( 1000, 1000 );
	)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Oct 2018 12:30:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77667#M36219</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2018-10-03T12:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77696#M36228</link>
      <description>&lt;P&gt;Thanks Byron that's a cool script.&amp;nbsp; But it's not what I was looking for.&amp;nbsp; Specifically I want to embed a link into a text box and have it be clickable.&amp;nbsp; My users are entering comments which can be long and can contain reference links.&amp;nbsp; I'm working on an approach where I parse out the links and display:&lt;/P&gt;
&lt;P&gt;Text block1 (in a text box)&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Link1&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (as a clickable link)&lt;/P&gt;
&lt;P&gt;Text block2 (in a text box)&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Link2&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (as a clickable link)&lt;/P&gt;
&lt;P&gt;Text block3&lt;/P&gt;
&lt;P&gt;etc.&lt;/P&gt;
&lt;P&gt;That will probably be acceptable to users.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 13:56:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77696#M36228</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2018-10-03T13:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77705#M36234</link>
      <description>&lt;P&gt;If you are okay with the entire&amp;nbsp;box being the link then you could use a button box:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window( "Example",
	Text box("Text Block 1"),
	Button box( "http://www.jmp.com/", Web( "http://www.jmp.com/" ), Underline Style( 1 ) )
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Oct 2018 14:46:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77705#M36234</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2018-10-03T14:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77707#M36236</link>
      <description>&lt;P&gt;I think it might be possible to parse the text box contents for an html link (find patterns that start with "//:http") and then append a button box to the text box, with the link in it, for each pattern that is parsed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's going to be pretty complex though. It would be so much better if the links were recognized in the text and were clickable.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 14:49:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77707#M36236</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2018-10-03T14:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77716#M36237</link>
      <description>&lt;P&gt;You could use a regular expression to match the hyperlink pattern.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 14:55:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77716#M36237</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-10-03T14:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77740#M36246</link>
      <description>&lt;P&gt;This solution requires a little extra something, something: a WrapListBox and a MouseBox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "WrapListBox",
	Wrap List Box(
		TextBox("This is a long comment to be followed by a link "),
		MouseBox(TextBox(" &amp;lt;u&amp;gt;http://www.jmp.com&amp;lt;/u&amp;gt; ",&amp;lt;&amp;lt;Font Color("Blue"),&amp;lt;&amp;lt;Markup ),
		&amp;lt;&amp;lt;setClickEnable( 1 ),
		&amp;lt;&amp;lt;setClick( /* button-down, move, button-release handler */
			Function( {this, clickpt, event}, /*Is Alt Key(),Is Control Key(),Is Shift Key() should be captured on "Pressed" */
				If( event == "Released",
					this &amp;lt;&amp;lt; setCursor( "Hand" ) /* switch back to hand immediately */
				,
					this &amp;lt;&amp;lt; setCursor( "Finger" ) /* change cursor during drawing */
				);
				If( event == "Released",
				   lnk = word(3,((this &amp;lt;&amp;lt; child) &amp;lt;&amp;lt; get text),"&amp;lt;&amp;gt;"); 
				   web(lnk);
				   (this&amp;lt;&amp;lt;child) &amp;lt;&amp;lt;FontColor("purple")
				);
			) ) 
		),  //end MouseBox
		TextBox( " followed by more text." )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 16:37:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77740#M36246</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-10-03T16:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77742#M36248</link>
      <description>&lt;P&gt;Oh and make the mousebox(textBox) a function or expression that can be used many times, where only the text, the found link, changes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 16:40:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77742#M36248</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-10-03T16:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77755#M36252</link>
      <description>&lt;P&gt;Thanks for your comments and suggestions so far.&amp;nbsp; I don't have the luxury of knowing where the URLs are in the user comments.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's some sample output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TextBoxURL.png" style="width: 405px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12675i2EABD33B6B11D4D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="TextBoxURL.png" alt="TextBoxURL.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's some sample code.&amp;nbsp; I made it easy by using URL "markers" &amp;lt;l&amp;gt; and &amp;lt;/l&amp;gt;.&amp;nbsp; I've been playing around with URL location using regex to avoid having to use these markers.&amp;nbsp; If anyone has a good regular expression for finding URLs let me know.&amp;nbsp; I'm having varied success with what I've found on the net so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// link markup example
text = "Periarthritis is defined as: Inflammation of the tissues around a joint. " ||
"&amp;lt;l&amp;gt;http://www.reference.md/files/D010/mD010489.html&amp;lt;/l&amp;gt;  As arthralgia, myalgia, tendonitis " ||
"and other musculoskeletal issues are listed events, periarthritis can be considered listed as well. 
Comment: no good sentinel case — not a new signal; one case also reported somnolence and " ||
"another case reported “yawny” which could mean sleepy *&amp;lt;l&amp;gt;http://www.ncbi.nlm.nih.gov/pubmed/12530994&amp;lt;/l&amp;gt;";

text_list = {};
link_list = {};
keep_going = 1;
istart     = 1;
linkstart  = "&amp;lt;l&amp;gt;";
linkend    = "&amp;lt;/l&amp;gt;";
text_len   = length(text);
i = 0;
while(keep_going,
	start_pos = contains(text, linkstart, istart);
	if (start_pos,
		end_pos = contains(text, linkend, istart);
		if (end_pos,
			i++;
			text_list[i] = substr(text, istart, (start_pos - istart));
			link_list[i] = substr(text, start_pos + 3, (end_pos - start_pos - 3));
			istart = istart + end_pos - istart + 4;
		);
	);
	if (!start_pos,
		i++;
		text_list[i] = substr(text, istart);
		keep_going = 0;
	);
);
tb = {};
lb = {};
nt = nitems(text_list);
nw = new window("Test link",
	vb = vlistbox(
	)
);
for(i = 1, i &amp;lt;= nt, i++,
	tb[i] = text box(text_list[i], &amp;lt;&amp;lt; set width(400));
	vb &amp;lt;&amp;lt; append(tb[i]);
	if (i &amp;lt; nt,
		one_button = evalinsert("\[lb[i] = button box("^link_list[i]^", web("^link_list[i]^"), &amp;lt;&amp;lt; underline style(1) )]\");
		eval(parse(one_button));
		vb &amp;lt;&amp;lt; append(lb[i]);
	);
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Oct 2018 17:33:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77755#M36252</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2018-10-03T17:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77774#M36260</link>
      <description>&lt;P&gt;See Regex() function. It might be useful. The regular expression would be pretty simple.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

text = "Periarthritis is defined as: Inflammation of the tissues around a joint. " ||
"&amp;lt;l&amp;gt;http://www.reference.md/files/D010/mD010489.html&amp;lt;/l&amp;gt;  As arthralgia, myalgia, tendonitis " ||
"and other musculoskeletal issues are listed events, periarthritis can be considered listed as well. 
Comment: no good sentinel case — not a new signal; one case also reported somnolence and " ||
"another case reported “yawny” which could mean sleepy *&amp;lt;l&amp;gt;http://www.ncbi.nlm.nih.gov/pubmed/12530994&amp;lt;/l&amp;gt;";

Regex( text,
	"&amp;lt;l&amp;gt;(.+?)&amp;lt;/l&amp;gt;",
	"\1"
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Oct 2018 18:50:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77774#M36260</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-10-03T18:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77792#M36266</link>
      <description>&lt;P&gt;Thanks for that suggestion Mark.&amp;nbsp; However I don't want my users to have to embed tags for URLs.&amp;nbsp; My boss came up with a regular expression which works pretty well:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Sample text
text = "Periarthritis is defined as: Inflammation of the tissues around a joint. " ||
"http://www.reference.md/files/D010/mD010489.html  As arthralgia, myalgia, tendonitis " ||
"and other musculoskeletal issues are listed events, periarthritis can be considered listed as well. 
Comment: no good sentinel case — not a new signal; one case also reported somnolence and " ||
"another case reported “yawny” which could mean sleepy *http://www.ncbi.nlm.nih.gov/pubmed/12530994";
url_regex = "\b(https?://){0,}(\w+\.){2,}\w+/?(\w+/?){0,}(\.\w+){0,1}/?\b";
text_list = {};
link_list = {};
keep_going = 1;
istart     = 1;
text_len   = length(text);
i          = 0;
while(keep_going,
	new_text = substr(text, istart);
	link_text = regex(new_text, url_regex);
	if (!is missing(link_text),
	// then
		i++;
		start_pos    = contains(text, link_text, istart);
		text_list[i] = substr(text, istart, (start_pos - istart - 1));
		link_list[i] = link_text;
		istart       = start_pos + length(link_text);
		,
	// else no link found
		i++;
		text_list[i] = new_text;
		keep_going = 0;
	);
);
tb = {};
lb = {};
nt = nitems(text_list);
nw = new window("Test link",
	vb = vlistbox(
	)
);
for(i = 1, i &amp;lt;= nt, i++,
	tb[i] = text box(text_list[i], &amp;lt;&amp;lt; set width(400));
	vb &amp;lt;&amp;lt; append(tb[i]);
	if (i &amp;lt; nt,
		one_button = evalinsert("\[lb[i] = button box("^link_list[i]^", web("^link_list[i]^"), &amp;lt;&amp;lt; underline style(1) )]\");
		eval(parse(one_button));
		vb &amp;lt;&amp;lt; append(lb[i]);
	);
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Oct 2018 20:04:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77792#M36266</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2018-10-03T20:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77855#M36278</link>
      <description>&lt;P&gt;Combining&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4386"&gt;@Byron_JMP&lt;/a&gt;'s Web Browser Box idea with your regex string you could save a formatted html file with embedded links and display that in your window.&amp;nbsp; Suddenly you have a lot of control over the text formatting; you could even let users optionally add a friendly name to links syntax like [JMP Website]&lt;A href="http://www.jmp.com" target="_blank"&gt;http://www.jmp.com&lt;/A&gt;, similar to some markup syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Web Browser Box.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12681i95C18C35BEA8D52B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Web Browser Box.PNG" alt="Web Browser Box.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

text = "Periarthritis is defined as: Inflammation of the tissues around a joint. " ||
"[A Link]http://www.reference.md/files/D010/mD010489.html  As arthralgia, myalgia, tendonitis " ||
"and other musculoskeletal issues are listed events, periarthritis can be considered listed as well. 
Comment: no good sentinel case — not a new signal; one case also reported somnolence and " ||
"another case reported “yawny” which could mean sleepy *http://www.ncbi.nlm.nih.gov/pubmed/12530994";
t = text;
//wrap links in a string with &amp;lt;a href&amp;gt; tags
findlinks = function({t, recct=0}, {url_regex, rgxmatch = {}, rtn=""}, 
	recct++; 
	if(recct &amp;gt; 100, 
		throw("Recursion to deep: " || char(recct) || " levels.  Still need to parse: '" || t || "'"));
	url_regex = "^(.*?)(\!\[(.+)\])?((https?://){0,}(\w+\.){2,}\w+/?(\w+/?){0,}(\.\w+){0,1}/?)(\b.*)$";
	
	rgxmatch = Regex Match(t, url_regex);
	if( N Items(rgxmatch) == 0, 
		rtn = t, //No link
		if( N Items(rgxmatch) == 10,  //found a link 
			rtn = rgxmatch[2] || 
				"&amp;lt;a href='" || rgxmatch[5] || "'&amp;gt;" || if(is missing(rgxmatch[4]), rgxmatch[5], rgxmatch[4] ) || "&amp;lt;/a&amp;gt;" ||
				findlinks(rgxmatch[10], recct),
			throw("Error matching regex in: '" || t || "'")
		)
	);
	return(rtn)
);

//Create a simple html page from a block of text, save it to the temp files, and return the filename
texttohtmlfile = function({t},
	Save text file("$TEMP/Temp HTML file.html", "&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;" || findlinks(t) || "&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;")
);

//Make a temp html file
fn = texttohtmlfile(text);

//Simple window to display html file, deletes the temp file when it closes
w = New Window("Example",wb = Web Browser Box());
w &amp;lt;&amp;lt; On Close( Delete File( fn ) );
wb &amp;lt;&amp;lt; Set Size(1000, 200);
wb &amp;lt;&amp;lt; Set Auto Stretching( 1, 1 );
wb &amp;lt;&amp;lt; Set Max Size( 1000, 1000 );

//Show the html file in the window
wb &amp;lt;&amp;lt; Navigate( fn );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Note the unfortunate slash bang in the regex match expression as "\[" begins an 'escaped character' section.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edited to add screenshot and again to fix a typo.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 03:07:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77855#M36278</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2018-10-04T03:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in Text Box or Text Edit Box?</title>
      <link>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77885#M36289</link>
      <description>&lt;P&gt;Very cool approach&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6657"&gt;@ih&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 13:05:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hyperlinks-in-Text-Box-or-Text-Edit-Box/m-p/77885#M36289</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2018-10-04T13:05:07Z</dc:date>
    </item>
  </channel>
</rss>

