Tagged Questions
2
votes
0answers
197 views
Setting Search Center URL in SharePoint 2013 using Javascript CSOM
In SharePoint 2013, I am trying to access Search object through JavaScript CSOM.
I want to know the object which can give me the access to Search Settings under Site Settings.
I tried looking under ...
2
votes
0answers
52 views
SharePoint App DOM Manipulation and Deployment
I've got some issues with development and deployment of a sharepoint app. The App is going to be an App Part in a SharePoint site.
One issue is, that the app (provider hosted) is not high trusted, ...
2
votes
0answers
106 views
SharePoint Live Tile Notifications
I've been searching for some resources on SharePoint '13 Workflow integration with Windows 8 live tiles including MSDN, multiple blogs (such as http://www.howtosp.com/blog/). I've found a variety of ...
2
votes
0answers
143 views
SharePoint 2010 SocialDataService - Invalid security validation
I'm using javascript to run some web services (SharePoint 2010 SocialDataServices). I've already tested the "CountCommentsOnURL" command without any problems, but when I'm trying to use, for example, ...
2
votes
0answers
268 views
Javascript event when Ribbon buttons container in opened
I need to hide a part of page header when user starts working with ribbon.
So is there any way to get JavaScript event when container in Ribbon is opened/closed so that i could affect some other ...
1
vote
0answers
74 views
Get User/Group Permissions for List using javascript(ecmascript)
I am trying to use the javascript object model to retrieve a list of users/groups for a list and their permissions at the list level. So far I have this which returns a member object but I cant get ...
1
vote
0answers
52 views
SharePoint 2010 Asynchronous Updates breaks Datepicker for Inline Editing
The question is two sections to address current problem and look at a possible work around.
Current Problem - Asynchronous
I am using the DVWP webpart with inline editing enabled. There are several ...
1
vote
0answers
110 views
Programming with Visio in SharePoint, create new Outlook meeting in ?Javascript?
I am doing a little Visio experimenting, and what I want to do is show a Visio file in SharePoint, the Visio file shows a layout of a building, with meeting rooms and their status + ability to book ...
1
vote
0answers
95 views
small sharepoint prob(about list view)
I created the list view and added edit function
when testing, I entered the new name 'test' and pressed OK, the file name didn't change, instead, it was like"test+oringnalfilename.aspx", why it ...
1
vote
0answers
165 views
Printing documents contained in a sharepoint document library
I need a way to print selected documents in a library from the ribbon. As I understand it, this will have to be done through scripting. So the main difficulty seems to be the fact that everything will ...
1
vote
0answers
72 views
Make AJAX calls securely (If possible)
I have an application with a "like" feature. I want people to be able to like an item without postbacks.
The application has an identity manager (SharePoint), so I can associate a 'like' with the ...
1
vote
0answers
223 views
How to pull file name from URL and display it
I have built a custom document library in SharePoint using CSS and HTML and I need a script that will show the opened file name in the ribbon above the library. I have very little Javascript ...
1
vote
0answers
237 views
sort an RSS feed in SharePoint CEWP
need to sort an rss feed alphabetically with javascript.
All I get is the tope 'view positions link'
the debugger gives me this error:
SCRIPT5007: Unable to get value of the property 'toLowerCase': ...
1
vote
0answers
270 views
How to get the document name from a SharePoint document library to a variable using javascript
I am looking for a JavaScript to validate the input document name before uploading it to a SharePoint document library (in the edit form). So i want to get the particular document name to a variable. ...
1
vote
0answers
184 views
javascript error in Mobile Adapter in sharepoint 2010
I am developing a very simple web part mobile adpater. It just outputs "hello world". The mobile web part renders fine, but when i click on arrow image next to the Web part title , it throws ...