All Questions
10 questions
0
votes
0
answers
53
views
quick edit mode direction in SharePoint list view by jQuery
I need change direction of quick edit mode in SharePoint list view, try in change in jQuery does not apply because of template JavaScript of share point that occur after clicking for editing fields.
...
0
votes
2
answers
755
views
Converting Jquery in Script Editor to its own Webpart
How do I convert Jquery that I am using in the Script Editor into its own Webpart?
<script src="https://code.jquery.com/jquery-1.7.2.min.js" type="text/javascript"></script>
<script ...
3
votes
4
answers
2k
views
HillbillyTabs 3.0 in SharePoint 2013 Select Box Bug
I've got Hillbilly Tabs working great in my on-prem 2013 environment. The only issue I'm running into is with selecting items or documents in the web parts when they are inside tabs. This seems to be ...
0
votes
2
answers
499
views
In SharePoint 2010, is there a way to display the total number of items that were submitted for the current month?
Example: I entered 10 items in a list this month and now I would like to see the number 10 display in another web part in another page. I don't want to see the individual items I just want to ...
3
votes
2
answers
2k
views
How to restrict the number of lines to show using jquery or css?
i have created simple Custom webpart.
It looks like
in that web part, Description display multiple line .
i have used html P tag to display Description value
<p>Loream IpsumLoream Ipsum...
0
votes
1
answer
185
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 js-...
0
votes
1
answer
779
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
4
answers
215
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
1
answer
640
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
2
answers
2k
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" />
<SharePoint:...