03-02-2009 03:05 PM
// Link details
html += '<div class="nodeContent">';
html += '<div class="nodeTitle"><a href="' + linksViewUrl + '">' + $html(data.title) + '</a></div>';
html += '<div class="nodeURL">';
html += '<span class="nodeAttrLabel">' + this._msg("link.url") + ": </span><a " + (data.internal ? "" : "target='_blank' class='external'") + " href='" + (data.url.substring(0, 1) != '/' || data.url.indexOf("://") == -1 ? 'http://' : '') + data.url + "'>" + $html(data.url) + '</a>';
html += '</div>';
03-02-2009 03:40 PM
html += '<span class="nodeAttrLabel">' + this._msg("link.url") + ": </span><a " + (data.internal ? "" : "target='_blank' class='external'") + " href='" + (data.url.substring(0, 1) === "/" || data.url.indexOf("://") !== -1 ? '' : "http://") + data.url + "'>" + $html(data.url) + '</a>';
03-02-2009 03:50 PM
03-02-2009 04:07 PM
03-02-2009 04:16 PM
03-02-2009 04:42 PM
Seems that Word expects links to start with http://, so it doesn't want to open links created with Share that don't have "http://".I'm not sure I understand this one - how is Word getting hold of Share links?
03-02-2009 05:37 PM
Seems that Word expects links to start with http://, so it doesn't want to open links created with Share that don't have "http://".I'm not sure I understand this one - how is Word getting hold of Share links?
Thanks,
Mike
03-03-2009 07:12 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.