SharePoint క్విక్ లాంచ్ సాపేక్ష URL లు తో బాధించే సమస్య అధిగమించడానికి

I wanted to add a link to the quick launch navigation the other day and SharePoint told me:

image

Pure text version of that is:

Ensure that the URL is valid and begins with either a valid character (a number sign (#) or forward slash (/)) or a valid supported protocol (ఉదాహరణకు, ‘http://', ‘https://', ‘file://', ‘ftp://', ‘mailto:', ‘news:').

“Blech and pox!” I said.

A workaround to this is to use JavaScript to find a known link in the quick launch and override its behavior.

To test this, add a new link to your test site thusly:

image

I used jQuery. దీనిని పరిష్కరించడంలో, get some JavaScript and jQuery onto the page using your favorite technique and with a line of code like this:

 

$(పత్రం).సిద్ధంగా( ఫంక్షన్ () {

    $("ఒక:contains('Test URL replacement')").క్లిక్(ఫంక్షన్ () { హెచ్చరించు("changed click behavior!"); తిరిగి అబద్ధమైన;});

});

And Bob’s your uncle.

The jQuery selector finds every <ఒక> tag that has “Test URL replacement” in its name. You may want to find-tune that depending on your link and such.

The .click(ఫంక్షన్() overrides whatever SharePoint would have done when the user clicked. Make sure you “return false” or else it will do your stuff and then try to the href thing too, which is almost certainly not your goal.

This was done and test in a SharePoint online environment but should work well in 2010 and earlier too.

</చివర>

undefinedనా బ్లాగ్ సబ్స్క్రయిబ్.

వద్ద ట్విట్టర్ లో నన్ను అనుసరించండి http://www.twitter.com/pagalvin

ఒక Reply వదిలి

మీ ఇమెయిల్ చిరునామా ప్రచురితమైన కాదు. లు గుర్తించబడతాయి *