I would like to know how can I edit in SharePoint 2010 Standard version so that when a user clicks on any link list item, uploaded or attached files in a announcement and document lists to be opened in a new tab (target="_blank")
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can use Jquery with something like
If you want to limit it you can add .filter('.classname') or a jquery filter contains. (Remember to have jquery available for this to work, you will need to upload and link jquery-latest to the site) |
|||||
|