The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
5k views

jQuery accordion for the Quick Launch menu?

Is it possible to turn the left side menu (I think it's the Quick Launch area) into a jQuery Accordion style menu in SharePoint 2010? The jQuery UI Accordion control uses DIV tags, so wasn't sure if ...
5
votes
1answer
289 views

Tooltip showing latest pictures inside a Picture Library for SharePoint 2007

Inside a SharePoint Document List, I keep a few folders - Folder A, Folder B, Folder C. Each folder have some pictures inside them. May I know if there are any web part that can help me display at ...
1
vote
2answers
624 views

Add jQuery to Custom CQWP to make scrollable - SP2010

So if I create a custom cqwp (by that I simply mean customizing the view by adding fields to webpart and modifying the xslt in itemstyle), can I apply jquery after the fact to limit the size the ...
1
vote
4answers
140 views

Showing url images in webpart

I need to display the images of the url typed in a custom webpart . i.e if i type url name (www.google.com) , atomatically it should display the small logo of google in webpart .Anyone with this idea ...
1
vote
2answers
886 views

Can't get jQuery UI to work in my web part!

I have the following markup: <SharePoint:CssRegistration ID="cr_jqui" Name="/Layouts/MultiPart/css/smoothness/jquery-ui-1.8.12.custom.css" runat="server" After="corev4.css" /> ...
1
vote
3answers
344 views

SharePoint 2010 Modal dialog problem with Jquery datepicker

i have a link on which i am opening a webpartpage embed in SharePoint ModalDialog. Inside webpart I have a textbox contains jquery.datepicker ..whenever i select the date the ribbons title scrolls up ...
1
vote
1answer
121 views

Implement Cascaded Dropdowns without using Lookups

I have 3 lists with a great deal of data in them (7-12k rows) that I'm pulling from another system. I want to implement cascaded dropdowns between the three, but I can't populate lookups for 12,000 ...
1
vote
1answer
531 views

jQuery find doesn't return single result - SPServices, SharePoint 2010 Search Web Service

I'm using SPServices to access the SharePoint Search web service. When it returns multiple results my code function fine. However, when it returns on a single result the str.find("Document").length ...
0
votes
1answer
47 views

Modal Popup wont popup unless page is checked out?

I have a strange situation whereby I have written my own code to open a modal popup window as shown below: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ...
0
votes
1answer
36 views

DateTimeControl position issue

I am trying to add DateTimeControl to my webform dynamically within a Panel which is preparing form fields dynamically. The form is long and placed on a jquery tab and have added scroll bar by ...
0
votes
1answer
75 views

JS libraries not loaded on page with multiple form webparts?

I'm struggeling with a weird behavior on some of my pages. It occurs both on plain site pages and on web part pages: I have built various form-webparts and exported them. They all are referencing ...
0
votes
1answer
76 views

Best/Simplest Way to Implement Custom Button on List/Library?

I've removed most of the default elements with the following: <style type="text/css"> #s4-ribbonrow, .ms-cui-topBar2, .s4-notdlg, .s4-pr s4-ribbonrowhidetitle, .s4-notdlg noindex, ...
0
votes
0answers
27 views

Strange behaviour of CEWP in Page Layout

My question is regarding a custom page layout with the CEWP. So basically I have a simple page layout with the webpart zones defined and one CEWP in it. This CEWP has some tabs and javascript. When I ...
0
votes
2answers
581 views

Single line of text field validation in Sharepoint 2010 list

I have single line of text field in a Sharepoint 2010 list. I need to validate the particular field. The user will enter the number by starting with I or F. How do I validate the field if the user ...
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
1answer
507 views

JQuery Autocomplete with ashx

I can't make autocomplete work with ashx and the handler is working fine. Here's the scenario: 1- JQuery files are properly referenced 2- ashx is deployed in /layouts and working (got this to work ...
-1
votes
2answers
446 views

Disable the Drop down column based on the text value…!

I am working with SharePoint 2010 form library. I have a drop down column which is dependent on text input column value . The value in the Text input column comes from the infopath form. What i ...