The jquery-ui tag has no wiki summary.
0
votes
1answer
112 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
54 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
103 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, ...
1
vote
3answers
371 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
127 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 ...
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
1answer
76 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 ...
1
vote
1answer
600 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 ...
1
vote
2answers
606 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 ...
1
vote
2answers
668 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
votes
2answers
456 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 ...
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
514 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
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 ...
5
votes
1answer
308 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 ...