Jquery in sharepoint
I wanna know how to use jquery script in my Web Page part? For example. I have visual web part. I use jquery like this<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %><%@ Assembly...
View ArticleGet context token for SharePoint 2013 provider hosted app (on-premise) with...
I have an on-premise SharePoint environment for which I'm developing a provider hosted app using visual studio. The web project is hosted an azure. The app project contains a custom ribbon button that...
View ArticleSlideShow Web Part
Hello! How can I fix the image size in a "Picture Library Slideshow Web Part" ?? Without code JavaScript ?? Thank you!!
View ArticleOffice365: Sharepoint 2013 workflow "CreateListItem" in another list doesnt...
So i have a similar situation described here:http://sharepoint.stackexchange.com/questions/72818/create-item-task-does-not-initiate-on-creation-workflow-in-target-listI have two lists (A & B).I...
View ArticleSPLongOperation - The remote host closed the connection
I have a sharepoint long operation where files copied from network location to sharepoint document library. Code is as follows using(SPLongOperation operation = new SPLongOperation(this.Page)) {...
View ArticleLoad control template from 14 hive in SharePoint 2013
Hello. I've a problem with Solution migration to SP2013. My solution instaled in сompatibility mode (hive 14). Solution creates a Custom Content Type. Template locates in...
View ArticleGlobal Navigation branding sharepoint 2013
All,I am branding sharepoint 2013 site for one of our clients and one of the requirement is to show global navigation below titlerow(like it is in sharepoint 2010). I have custom master page but not...
View ArticleCmal query to get task assigned to current log in user
Cmal query to get task assigned to current log in userNour
View Articleimport visual studio solution into napa
I've built a browser-based solution with Napa, then imported into visual studio to build some list definitions, is it possible then import back to Napa tools and work with the JavaScript in the...
View ArticleThe name 'Request' does not exist in the current context
I used the following code the get the url of privouse page/view. It works well in SharePoint 2010 with reference to the system.web namespace.prePage = Request.QueryString["source"]; if (prePage ==...
View ArticleHow to use SP.Change object in CSOM?
I need to access audit information from sharepoint 2013 site from client side code. In server side we have SPAuditQuery and SPAudit class for this purpose. I could not find any api from client side...
View ArticleCustomizing my tasks dashboard
Hi,I would like to create a custom view in my tasks list dashboard aka My Sites -> Tasks. As of now it has four views: RecentlyAssigned, Highlights, AllTasks and CompletedTasks. I need another view...
View ArticleColumn Level Security in Sharepoint 2013
Hi I need to implement column level security with the following options in 2013.1. The Column should not be visible to users of other groups which don't have permissions at all.2. The Column should be...
View ArticleSharepoint Website and Godaddy DNS Record
I created this website through sharepoint: FocusCTS.sharepoint.comI made this website public within my sharepoint setup.I own this domain name FocusSoftDev.com and it is held by GoDaddy that I want to...
View ArticleWebpart in three versions of SharePoint - 2007, 2010 and 2013
Hello,I have a requirement to create a webpart that would be distributed as a product providing some services to our clients.Our clientele is quite diverse that they have three different versions of...
View ArticleContent Editor Web part(Edit HTML Source)
Hi Alli have embeded PDF in Content Editor webpart, go to Edit HTML Source and i have given PDF Source path and Type, pdf is diplaying as expected fine, but my issue is if i go to again my Content...
View ArticleSearch should not return results from Wiki and Blog sites content type
Hi All,I have asked to search the content only in the sites which are created using Team Site (STS) definition. Though, some of the sites are also being created using Blog and Wiki. I have tried...
View ArticleHow to get list items from folder using REST API
Hi,I want to retrieve list items from particular folder within SharePoint list.Using following code var camlQuery = new SP.CamlQuery(); camlQuery.set_viewXml('<Query></Query>'); //Sample...
View ArticleREST from a SharePoint hosted App using JSOM to read a list in a DIFFERENT...
I'm struggling to find a resolution for this and am hoping somebody can help please? If I debug against my top-level site (ie - set my site url to 'http://mysharepointserver/") and use JSOM to bring...
View ArticleUpdate Site Title using JavaScript Client Side Object Model: The property or...
Hi all,I am using the JavaScript Client Side Object Model to try to update the site title to the value of the current site title and append the word "Archived". I can set the title to a text value, but...
View Article