For SharePoint-specific questions, please see the SharePoint Stack Exchange (http://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint. Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration ...
0
votes
0answers
4 views
Search in Custom indexing connector with AttachmentAssociator property in AssociationNavigator
Hi, I have a custom indexing connector with Entities associated via AssociationNavigator method. In order for Search (of SharePoint 2013) to crawl the associated entity, we need to set the ...
0
votes
0answers
6 views
Insert Content into sharepoint callout control
I followed example here http://blog.alexboev.com/2012/08/custom-callouts-in-sharepoint-2013.html to create callout control.
Now I'm trying to add Preview pane for documents(images, pptx, pdf etc..) ...
0
votes
1answer
8 views
Load data in a webpart lifecycle works first time, but in a popup reload it doesnt refresh
So, here is the scenarion
I have a webpart that loads some data.
I have in another place of the page a button, that opens a popup, when the user does something in that page (create action), the popup ...
0
votes
0answers
8 views
Sharepoint site continuously prompting for credential
I am trying to access a SharePoint website which is in the production server.I am not able to see the pages, as it prompting continuously for credential. I tried adding URL in the ...
0
votes
0answers
6 views
How to create Context Menu on SharePoint 2013
Currently I need to create a Context menu ctx in Shatrpoint 2013 but I cannot do it. So could you help me to do this
Thank
Nguyen
2
votes
0answers
14 views
Path not found error when trying to access sharepoint
I am using this code to loop through the files in sharepoint using excel VBA. This code is working fine when I am using the local drive path. But when I replace the path with my sharepoint path, I am ...
0
votes
0answers
8 views
REST web service support for SharePoint 2010
I am trying perform operation on a SharePoint document library using REST on SharePoint 2010. Things i wish to achieve are
1) Query items from the library
2) Download/Upload Document from Library
3) ...
0
votes
0answers
13 views
SP 2010 JavaScript Rich Text Editor Formatting
I have been running around in circles on this one. I have a custom list item edit form in SharePoint 2010, and have everything working well except for one thing; the Rich Text fields.
I am currently ...
0
votes
0answers
15 views
SharePoint loading time optimization and caching
We have this page in SharePoint that list all the sites, the person who manages that site, their contact info, and the last modified date.
Currently, we are using a custom webpart that crawls through ...
0
votes
0answers
2 views
Sharepoint 2010 and infopath - access workflow variables?
I have a workflow which runs every time a new list item is added.
The list item comprises of 3 fields:
a question,
a person to answer the question,
an answer.
The first 2 fields are supplied by ...
0
votes
1answer
11 views
Issues with converting HTML file to master page in SharePoint 2013
Right now I have an HTML file and I'm trying to convert it to a master page. I'm using a VM on CloudShare.
So I create a new site collection and go into the site settings. Under “Look and Feel”, ...
0
votes
0answers
6 views
Two SharePoint aplpications use the same third-party DLL
The problem:
There are two SharePoint 2010 projects located on one common servers and those projects use the same third-party dll (SPGenesis.Core.DLL). Everything is fine until one of the projects is ...
0
votes
0answers
4 views
Custom Field type sharepoint 2010 error handling
I crated custom field type and during the validation for empty field, the error message is coming in seperate window instead of coming under the empty field. Is there any setting that I should be ...
0
votes
0answers
7 views
Check list item value and send emails using sharepoint sequential workflow
I have created a sequential sharepoint workflow.
The form needs to check the status of the item . if it is not submitted it needs to send an email to the person . If the item value is completed.
...
0
votes
0answers
11 views
How can I tell an image that is bigger than the window to scale to fit in a div in sharepoint IE quirks mode?
So im in sharepoint building a jquery slider inside of a webpart. The images I am working with are 1920x300 and my slider scales them to fit into a liquid design. Sharepoint template is also liquid / ...