new GuiMLTextCtrl("Test") { htmllinks = false; text = "This is a <a href=\"foo\">link</a>!";}
function Test.onURL(temp.url) { echo("You clicked: " @ temp.url);}