Tagged Questions
3
votes
1answer
27 views
SharePoint 2013 lazy load for .click() issue
With IE 10 and Chrome 26 on Win7 x64 (Host1) no issues are appearing, except Firefox 20.
With IE IE 8 on Win7 x64 (Host2) and IE 10 on Windows Server 2012 x64 (Host3), there is the following issue I ...
3
votes
2answers
255 views
Programmatically add item to sharepoint list from window application
How to add item to SharePoint list from window application using claim based authentication ?
it gives 401 forbidden error. user is authenticated from ADFS server.
0
votes
1answer
28 views
SpcalenderView Javascript on Mouse hower
I have one issue with spcalendarview. I just wanted to show spcalender item to the contain editor web part from the link here
but i wanted to my custom page into the contain editor web part
so how to ...
3
votes
1answer
121 views
ScriptResx.ashx Not Working
I'm trying to use ScriptResx.ashx in an Application Page I'm building (just to test out the functionality) and every time I try to grab a resource from what should be a JavaScript object, SharePoint ...
1
vote
0answers
65 views
Filter Calendar view by Title in SharePoint 2010
i want to filter calendar view using title field. Is it possible to filter calendar view without make changes in modify view ?
2
votes
1answer
75 views
Anonymous access issue in SharePoint 2010
I set an anonymous access to home page in sharepoint 2010. but when i open page like
'http://servername/Sitepages/homepage.aspx'
, i working but when i open
http://servername/
, its not ...
2
votes
1answer
291 views
sp.js not loaded js file provisioned by a module
I am trying to use a .js file to highlihgt nodes in a top navigation menu based on url of the current web. The javascript file is provisioned by a Module in a Empty SharePoint 2013 project item. The ...
0
votes
0answers
175 views
Error while Updating Sharepoint 2013 List from Apps [closed]
How to update SharePoint Site list from SharePoint 2013 Apps ?? When we access list from app which is already create on site, Its giving error like access denied ?
4
votes
2answers
95 views
Is it possible to Fire event when Content type added in Shared Documents in sharepoint 2010?
How to fire event when any content type added in shared document library ? How to handle this event ?
0
votes
1answer
93 views
problem with loading client object model
I am using JavaScript Client object model to get rootWeb and check permissions of current user. So I have used ExecuteOrDelayUntilScriptLoaded in my MasterPage to wait for sp.js. The problem is when I ...
0
votes
0answers
240 views
How to send Email using Client Object Model ECMA Script/Javascript?
I want to send Email using Client Object model JavaScript.. I found Somewhere that it is not possible using Javascript but as I am using NAPA Tool for development in SharePoint 2013 this is the only ...
2
votes
3answers
1k views
PowerShell and the client object model: “The collection has not been initialized”
I'm trying to grant a user permission to a SharePoint site using PowerShell and the client object model. The code I'm using is as follows:
# Setup context
$context=New-Object ...
1
vote
1answer
307 views
anchor tag in SharePoint master page
Hi can someone help me in putting up a anchor tag in SherePoint custom publishing master page. Actually I want to open a site page on click on this anchor tag, this site page will be in the top level ...