Framework for working with JavaScript.
2
votes
1answer
53 views
How to create custom email notifications (folder specific) in a document library?
I have a SharePoint 2007 site which has a document library with several folders. My requirement is that whenever an item is uploaded to a folder, SharePoint should automatically generate an email ...
1
vote
1answer
106 views
SharePoint DateTime format as DD-MMM-YYYY in List NewForm
How to bring the DateTime format as DD-MMM-YYYY in SharePoint list NewForm.aspx?
1
vote
1answer
332 views
Create Publishing Page using Client Object Model (Jquery)
I am trying to create a publishing page (site page) using SharePoint 2010, Jquery, Client Object Model.
Any reference or help will be appreciated.
Let me know if any more details are required.
1
vote
1answer
202 views
accessing remote web services(cross domain applications) using jquery jsonp
Here is My code ..could anyone please solve this problem..I was struggling from morning..below code is not working.Actually i should get the data when we send jasondata as input..but i am getting ...
0
votes
1answer
18 views
Designing a Sharepoint Workflow Distribution list filtered on column values
I'm working on putting together a Sharepoint site to report issues with a new software that is being implemented by my company. I already have a workflow that automatically sends an email to specific ...
0
votes
1answer
26 views
SP2013: Disable Column in GridView
I have a list which is shown in gridview (Quick Edit in the ribbon). Now i want to disable one column with jQuery.
This might be possible by applying the attribute
aria-readonly="true"
to the ...
0
votes
1answer
18 views
Load All Task Items in to Page?
I have Task list in home page containing multiple task items,
Is it possible to approve multiple items at once, instead of one at a time (being redirected to the start page after each approval..) ?
0
votes
1answer
56 views
SharePoint; Javascript repeating click event already on page
I have a SharePoint calendar, and I've got some Javascript code to force a calendar overlay event to open in a modal dialog. Basically, it forces them to open in a modal dialog via this code:
...
0
votes
1answer
122 views
web part jquery ui dialog not working
I am working on SP2010 with visual web part in C#. I have added one form dialog using jquery-ui. When I use it directly from .ascx, its working. But when I am calling it from code behind, its not ...
0
votes
1answer
58 views
How to Customize Mobile View or Integrate Jquery Mobile into an already made SharePoint 2010 public facing site?
I'm very new to SharePoint Development and need some instruction or direction on how to customize the mobile view or use Jquery mobile on a SharePoint 2010 public facing site.
I have been tasked with ...
0
votes
1answer
36 views
Catching query suggestions dropdown value
next to search box there is a dropdown containing query suggestions (everything, people, ...). How can I catch the value of this dropdown (it is div.s) in Javascript (jquery). Also I want to know ...
0
votes
1answer
89 views
Hiding “half” of the New button in the SharePoint ribbon
I built a calendar with multiple content types. What I'm basically trying to achieve here is to force a user to choose from those content types when creating a new item instead of defaulting to the ...
0
votes
1answer
93 views
Only View Document Library + should not be able to open document
I have a requirement for a set of users on the site to have permission level.
When these users open the document library, they should see only metadata columns and title without the hyperlink or ECB ...
0
votes
1answer
428 views
Vertical image slider with jquery
I heve a ticker news with vertical sliding.Here i need to slide both images and text along with it, which is coming from a single list.How to give the image source in this jquery code. The image is a ...
0
votes
1answer
91 views
Hide 'View Item' link in preview window in sharepoint asset library
I need to hide 'view Item' link in pop up (shown below) from preview window. I uploaded a video in asset library. As per requirement users should not download videos from library. How to hide or ...
0
votes
1answer
88 views
Object Expected error in Non Edit Mode only
I have an issue with Javascript errors (Object Expected) in normal mode while it works in Edit mode. Its failing on the last line shown below.
$(document).ready(function() { updateListItem(); });
...
0
votes
1answer
456 views
jQuery - How would you display / hide content with a radio button based on a date?
I current have a list of items being pulled through in a Content Query Web Part.
Onload, I would like to display the items from today onwards, and for this to be a radio button selected onload.
The ...
0
votes
1answer
87 views
how to load custom menu last
I have a share point site i noticed the menu loads slow.its a customized menu based on a list and jquery.I load the script on my masterpages
I would prefer this menu to load last after all the other ...
0
votes
1answer
219 views
create my own jquery form from sharepoint designer 2010
How can I create my own custom jQuery form from within SharePoint Designer 2010, with my own validation tactics for the form, and my own post data processing with Ajax? Any good tuturials out there?
2
votes
0answers
197 views
Opening and closing AssetPortalBrowser.aspx in SharePoint model popup
I am trying to open the "OOB" AssetPortalBrowser.aspx from a page within a SharePoint native model popup.
My aim is to get the selected filename back to the script. So far I was able to open the ...
1
vote
0answers
90 views
update xml file within doc library using jquery ajax
I can read values from xml files that are posted within a document library using jquery ajax, but can I update those values then save/post them back into the document. i.e. can I update the contents ...
1
vote
0answers
117 views
Make Webpart connections to work when a dropdown value is changed
I have a simple newform.aspx which has Employee as a textbox. During onload of the page, I assign this with currentuser.
On the same page, I have a webpart created using sharepoint designer that ...
1
vote
0answers
467 views
Filtering SharePoint list items that have multiple values using jQuery
I have a SharePoint list that contains multiple columns of information.
There’s a Category column that’s a look up to another list called ‘Category’. This is to produce unique ID’s for each of those ...
1
vote
0answers
63 views
Updating a value of any item in a list based on a selection of bool for one item - jQuery
So I hope this makes sense. I have a column within a list that I want to use as an active flag. There are 5 possible categories and for each category there can only be one active value. So I need some ...
1
vote
0answers
77 views
How to Reconcile External Data and Multiple Values for a List Item?
I am currently developing a solution that requires me to integrate a SharePoint 2010 list (generic list type) with items from a SQL Server database. In addition to this hypothetical field being ...
1
vote
0answers
170 views
How to get lookup field text column to display as an image in a view?
Wonder if anyone can help. I want to add a category choice field to a SP2010 Announcements list. The category choice is a lookup field to another list. The other list contains the categories and a ...
1
vote
0answers
201 views
How to get column data value in an array using Javascript (No .Net coding)
I am working on Sharepoint 2007 and I have a Sharepoint Document library having 3 columns namely : Type, Name, Modified BY. Column "Name" is having all the folders inside it. On clicking the folder, a ...
1
vote
0answers
862 views
set multiselect lookup column using jquery
I have a Multi select Look up column which as you all know is a control with two list boxes and "Add or Remove" Buttons.
The user populates the right-hand side of the control with some values by ...
1
vote
0answers
911 views
Why Sharepoint FormField's ID is parametrized and how it can take different values after its initial creation?
In SPD 2010, on designer surface of a web part page I insert DataFormWebPart by:
"Current Data Source" ("Data Sources Details" Task Pane) --> choose rows --> "Insert Selected Fields As.." --> "New ...
1
vote
0answers
3k views
How to use SPServices jquery to add new item
I have a list and I would like to have a link on each item (dynamic) that I can click to insert some data to another list.
What I'm after is to get some data when a user clicks an item. (Kind of to ...
0
votes
0answers
42 views
Image hover/replace - image works but is cut up
I've managed to get an image rollover (images are replaced with different colour areas at hover) and it works when I load the html file direct.
My content editor webpart makes the image go all ...
0
votes
0answers
27 views
Timeline graphs in SharePoint 2010?
My client has a requirement to display a SharePoint calendar in a timeline format. Currently, it's being done by Simile Widget timeline:
http://www.simile-widgets.org/timeline/
Since I'm ...
0
votes
0answers
127 views
Cascade dropdown for multi select fields
I have successfully implemented the SPServices JQuery open source solution but unfortunately it doesn't seem to support multi select fields (I mean the ones where you can enable "allow multiple ...
0
votes
0answers
75 views
How to automatically collapse/expand treenodes in TreeView, based on current page
So, I have a TreeView in my SharePoint masterpage which has quite a lot of treenodes. Some of these link to subsites (also containing the TreeView in their masterpage).
Since it was starting to get ...
0
votes
0answers
30 views
Update successor-listitem when predecessors are finished
In SharePoint there's a list with lots of items. Every item has an ID, some other columns and a lookup-field 'PredecessorOf' (with the ID) to another item. So for example I have this:
I have a page ...
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 ...
0
votes
0answers
118 views
jQuery and NAPA a good option for Customizing List and View Forms in SharePoint Online 2013?
I’ve been playing with SharePoint Online 365 (2013) and NAPA for a few days now. Deployed a simple AppPart.. great potential in this. We have a big SP 2007 Farm with about 200 Site Collections. About ...
0
votes
0answers
113 views
SPO 2013 and VS 2012 deployment questions
I created a new SPO Office 365 Developer account, created a developer site, installed NAPA, built and deployed a new sp app all online... seemed to work fine. I was able to then open it with VS 2012 ...
0
votes
0answers
111 views
GenFireServerEvent('__commit') using jQuery
I am facing below issue, could you please provide your insight on this,
Please refer details below :
Default SharePoint 2010 list form
Using jQuery, we are adding button on ...
0
votes
0answers
84 views
Update xml file with doc library with xlst/jquery (limited com stuff)
is there anyway to write/update an xml file within a document library, with js/jquery from a page, or with xslt or anything like this I am unaware of? I am really asking for some context I lack, and a ...
0
votes
0answers
44 views
How to re-enable the ECB on imported 'version history' HTML?
So I'm pulling in the Version History for a given library item, via jQuery UI tabs, which ends up looking like this:
The URL I request uses IsDlg=1 to greatly reduce initial markup returned by the ...
0
votes
0answers
114 views
Ecma script sharepoint 2010 issue
how to get all folder in document library with first image url in that folder.
for this i get all folder from document library and then get first file from that library
get all folder and in that ...
0
votes
0answers
69 views
Jquery Pagination in a SharePoint article publishing page layout
I am trying to implement pagination in a sharepoint publishing article page layout, whereby users can click on next or previous button for the next or previous article within the pages library.
I am ...
0
votes
0answers
130 views
XSLTListViewWP: filter results based on javascript variable/other control on page?
I have some custom html/jquery form stuff on a page, and I would like to update a LVWP on another part of the page if a user adds something. So for example, the list view web part just shows items on ...
0
votes
0answers
26 views
Retrieve name of selected/clicked item of a custom list using jQuery
How to retrieve the name of selected/clicked item of a custom list using jQuery.
0
votes
0answers
394 views
how to handle jquery effects after pagination
I have a jquery effect that manger hover events on images in a Data View Webpart. When the page loads the hovers work find in the table. But when I click next to paginate to the next set the hovers ...
0
votes
0answers
884 views
How to get/set the Sharepoint field elements with parametrized properties/attributes?
Tried to ask this question in comments to:
A Dummies Guide to SharePoint and jQuery–Getting & Setting SharePoint Form Fields
but my question is not appearing in comments 2nd day.
So, one ...
0
votes
0answers
338 views
Show/Hide Fields (as in “add more”)
To no avail, I have tried to use jquery to show and hide fields based on the value of a calculated field. It works on NewForm, EditForm, but on DisplayForm. I used
...
0
votes
0answers
1k views
Calling a WebMethod defined in a Publishing Page Layout
I'm trying to define a WebMethod in one of my Publishing page layouts.
This WebMethod is intended to be called when a user takes a specific action in an Editor Part in a Visual Web Part, however, ...
0
votes
0answers
305 views
jquery validation and sharepoint/asp.net validation conflict
I am using the jquery validation plugin together with the builtin validation of the peopleeditor in SharePoint.
But if the user does not check the name of input entered, then on postback it is not ...

