Set the value of the control.
New URL value
Optional settings: { Additional settings object, i.e. should the value be set asHtml (default) oder as text
// sets the value as text
var uriCtrl = ix.util.getUp("[GUID]");
uriCtrl.setValue("https://www.example.com", {asHtml: false});
Get the value of the control.