Tagged Questions
0
votes
2answers
18 views
Dynamic video tag change not working in ie9
There are lot of answers available on net / stackoverflow, I have tried all of them but none of them working as i wanted.
My scenaraio is like this:
A visual webpart having a repeater control ...
0
votes
1answer
11 views
SPServices GetCurrentUser write variable into div
I don't know JavaScript but I need to use SPServices on my company intranet. I need to write the fieldNames into some divs on my page, how do I do this? Here's the SPServices script:
<script ...
0
votes
2answers
40 views
Write an xml file in Sharepoint using JavaScript
I have a website that I created in Visual Studio. I have stored some structural information in an xml file which I write using code behind C# file. Now I have to migrate this whole project to ...
0
votes
0answers
17 views
sharepoint invalid date is shown while returning toDateString() in firefox,safari
i have been working on a while in sharepoint,i would like to return a data from blogs and wants to display in my home page.
i am using** return date.todatestring()** and return ...
0
votes
0answers
16 views
Why can't I use <input type=“image”> to create a list item in SharePoint 2010?
While using the Client Object Model to create a list item, I tried using to submit data. However, this causes an error. See this blog post for more details. Does anyone know why the does not work? ...
0
votes
0answers
16 views
How to get only the first x items starting at position y from a list, using CAML query?
In sharepoint 2010 client object model in javascript, I want to create a caml query, that can download items from a list. I have this part working, but I want to download only x items, not the whole ...
1
vote
1answer
31 views
How to check checkboxes in caml query?
In SharePoint 2010 client object model (JavaScript), I am using this caml query to download list items.
There is a column called 'Office' and in it, there are several check boxes (i.e. its a ...
0
votes
0answers
62 views
Sharepoint2010: How to add the close button in SP.UI.Status [closed]
Requirement: 1. use Status Bar to notify user the exception message or other messages. 2. give a way to user to remove the status bar.
I use status bar to show exception message in code-behind. I ...
-1
votes
0answers
69 views
How can I configured bx slider to display image + caption lineup carousel?
In this particular instance of bxslider, I have 3 photos, each with a caption. I would like for:
The active photo to display in the left 50% of the bxslider viewport
The right 50% of the viewport to ...
0
votes
2answers
77 views
how to check if all ajax functions are done loading in the page?
In my page I am using SharePoint 2010 client object model to call asynchronous functions (ajax calls). On page load, I make lots of ajax calls to load data. But I would like to know if there is a way ...
0
votes
2answers
92 views
Print a document with JavaScript
I want to open a print dialog for a file(docx,pdf,...) via a SharePoint Workflow. There I call a URL with GET and pass the URL of the file after the ? like this:
...
0
votes
3answers
56 views
SaveFileDialog disables webpart buttons in Sharepoint using C#
I have button that opens a saveFileDialog to save a downloaded file to a clients PC.
After you save the file, or press cancel, the buttons on the web-part becomes unresponsive.
Why does this ...
0
votes
1answer
143 views
How to get display name from created by field in sharepoint client object model?
In my sharepoint javascript code, I am retrieving items from a list. I used a camel query to download specific fields. One of the fields was created by (person who created the item). When I loop ...
0
votes
0answers
28 views
How to make multiline text readonly in sharepoint foundation 2010 using javascript?
How can I make multiline textbox in readonly mode in edit page of list.
There are 3 user of my system.
The data enter by 1st user that is not updated by 2nd and 3rd user but data will be displayed to ...
0
votes
1answer
67 views
How to get reference to a pop up window and load a javascript file in it?
In SharePoint 2010, there is a button to open a popup window (its for alerts). However it doesn't use the conventional way to open a popup window like window.open, it calls a SharePoint function, ...