siteUrl+ "/_layouts/15/userphoto.aspx?size=M&accountname=" + _spPageContextInfo.userLoginName;
Subscribe to:
Posts (Atom)
How to launch a document by clicking a link to the file?
Word: <a href='ms-word:ofe|u|path/to/web/word/document.docx'>Link to document</a> Excel: <a href='ms-excel:o...
-
Progress Bar for Tasks List in SharePoint 2010 Now we are going to see how to show the progress of tasks in SharePoint We are goin...
-
Hide column on Sharepoint Dispform.aspx, Editform.aspx, Newform.aspx using a JavaScript. Copy the script on desired form under the <as...
-
function popupDialog(){ var options = SP.UI.$create_DialogOptions(); options.width = 800; options.height = 800; options.url = ...