Hi All ,
I have a SharePoint online Custom LIst that contains many Web name and their urls, now the requirement is i need to create a check box for these urls and when the user checks the checkbox then the urls should open in the new window and the default behaviour is open the url in same window,please help me on this issue.
Thanks
Deepak Chauhan
Hi Paul ,
Actually we have a list i want to set the target _self or _blank through list . suppose i have set _self so that Link open in Existing window and when we select Target _blank (Through List ) so that link should be open in new window so it is possible through XSLT
Please suggest me if possible
Thanks
Deepak Chauhan
Won’t this be confusing with the checkbox that lists already have on each item for selecting them for the ribbon? In any case, you’ll need to write some JavaScript to make this work. You can put it in a JSLink. In the PostRender template, you can have it add the checkbox to the rows in the table. You’ll need to handle the checkbox’s onchange event to have it modify the hyperlink for the URL to set its target attribute to _self when you want it to open in a new window.
