Tagged Questions
2
votes
1answer
33 views
Add New List Item with SPServices anonymously
I have an HTML5 + jQuery application with a built in contact form that I wanted to hook into Sharepoint, and Lists seemed an ideal way to do that. I used the jQuery library SPServices to get this up ...
3
votes
1answer
41 views
Get Site Template ECMAScript
I have an ECMA script that I'm using to build a site directory (Thank you Bill Simser). I'm trying to add additional information such as the template the site is using, and not having much luck ...
0
votes
1answer
71 views
add multi select dropdown selected values to sharepoint list by Ecmascript
I have a sharepoint list which where I want to insert multi selected values from a dropdown list.
<select multiple="multiple">
<option>A</option>
...
1
vote
3answers
102 views
masterpage javascript not working while anonymous user visits the site
Explanation.
I have applied anonymous access to entire website.
My Javascript working fine while users login.
But not woking while anonymous users visits the site.
I need to execute masterpage ...
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
119 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
2answers
431 views
Modal popup error in sharepoint 2013
var options =
{
url: "http://siteUrl/_layouts/Page.aspx?ID=6",
width: 800,
height: 600,
title: 'Attach File',
};
...
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
0answers
128 views
Reload Calendar without refreshing page in SharePoint 2010
How to reload calendar without refreshing whole page ?
0
votes
1answer
132 views
Javascript in SharePoint:MenuItemTemplate
I have Created one aspx page and write in Main Content. I want to call SharePoint Modal Popup script on click event in sharepoint:MenuItemTemplate.
How can i call javascript for modal popup in in ...
0
votes
0answers
40 views
Plz verify the steps to create a popup everytime the user hits OK button in SP list
Open Share point Designer and Open the site.
Go to the Share point list which you want to customize.(Lists => )
Select "EditForm.aspx"
Find the end tag of the PlaceHolderMain section
Insert the ...
1
vote
1answer
212 views
How can I use knockoutjs with SharePoint 2013?
I want use knockoutjs in a SharePoint's App.
I never use it, there are some problem to use it in a new SharePoint 2013 app?
2
votes
1answer
182 views
I want to remove “Overwrite existing files” check from rteUploadDialog.aspx in sharepoint 2010
I need to uncheck the "Overwrite existing files" check that comes by default on the rteUploadDialog.aspx page (while adding file to a rich text box in OOTB lists). How can it be achieved? If I modify ...
0
votes
2answers
571 views
Conditional Show/Hide Field in NewForm.aspx with Javascript/Ajax
I want to show/hide a Field according to the selected value of a Choice field. How can i achieve this with javascript or AJAX?
Edit:
I tried this but, i cant even get the value of the selected value ...
0
votes
0answers
184 views
Download File from client side by using Javascript api for sharepoint
I want to download a file by going through .aspx page and which returns a file like this
Response.Clear();
string content = Request.QueryString["param1"]+Request.QueryString["param2"]
...
0
votes
1answer
135 views
Server side validation if Javascript disabled on user's browser
I have developed a small form with 3 input type = text and one input type = submit button. The end user fills the form and submit it, but no data inserted into backend List. (probably empty form is ...
0
votes
0answers
174 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 ?
1
vote
0answers
85 views
display InputFormSection
Can we hide an wssuc:InputFormSection ??
I have a wssuc:InputFormSection made for adding items and it's only shown when you click on add link as the code shows :
<Table border="0" width="100%" ...
1
vote
1answer
111 views
Google Map Visual WebPart
Some that has an guide on have to create an Visual WebPart using Google Maps for an list....
protected override void Render(HtmlTextWriter writer)
{
string rScript = "";
rScript += ...
4
votes
2answers
92 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 ?
1
vote
2answers
650 views
SHarepoint 2010 - popup an image for 5 second after i open my site
How i can popup an image that display for 5 second as slogan/announcement after opening my sharepoint site welcome page
As Example: http://www.lebanese-forces.com
regards,
Hass
1
vote
1answer
643 views
How to upload image file into the SharePoint 2010 picture library using javascript
I need to upload image file into the sharepoint 2010 picture library using java script...
requirement is --
we have File Upload control
And, we have to upload image file from that file upload ...
0
votes
1answer
976 views
How To Use Javascript to Get Field Value From Another List?
Salvete! How do I use javascript to fetch a value from a custom list that is not loaded in the browser?
This post seems relevant, but it fetches values from a list that is loaded.
From that post, ...
0
votes
0answers
75 views
SharePoint 2010 Ribbon dynamic item localisation
We are using PageComponents and javascript to dynamically construct and populate some flyouts with menu options.
Some of the menu options text need to be localised but the resource access strings (eg ...
1
vote
1answer
306 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 ...
2
votes
3answers
3k views
How to add javascript and css to a SharePoint 2010 webpart?
What is the proper way (i.e. without having to manually copy the assets to any sharepoint folder or anything like that) to add custom javascript and CSS to a SP 2010 web part?
I would like them to be ...
2
votes
4answers
1k views
How can I Make a Dropdown box in a Form Field Conditionally Read-only/locked?
I have a drop down box form field (with values level1,level2) in SharePoint list. How can I lock the drop down box selection in the edit form.aspx whenever the condition is level2?
