Tagged Questions
2
votes
1answer
197 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
1answer
180 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>
...
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 ...
0
votes
1answer
134 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 ...
4
votes
0answers
144 views
Reload Calendar without refreshing page in SharePoint 2010
How to reload calendar without refreshing whole page ?
2
votes
0answers
71 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 ?
1
vote
0answers
95 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%" ...
0
votes
0answers
8 views
SharePoint 2013 Partial Postback and add_endRequest
On my SharePoint search/results page I am trying to capture a partial post back by doing the following:
<script language='javascript'>
_spBodyOnLoadFunctionNames.push('bodyReady');
function ...
0
votes
0answers
24 views
sharepoint 2010 with Kendo UI, REST, autocomplete
User defined List in SP 2010, with Kendo UI code as below
does not display any data in for my simple 'autocomplete example' .
Here is the code
<script>
...
0
votes
0answers
41 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 ...
0
votes
0answers
186 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
0answers
77 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 ...