All Questions
17 questions
0
votes
1
answer
133
views
How to insert text in one of the tabs of the jQuery UI Tabs
I am attempting to implement a tabbed SP form, with fields and text, using JQuery UI Tabs. I have tried several methods, but each has its limitations:
When I edit the "New Item" form and place the ...
0
votes
2
answers
1k
views
Specify your own choice Column
I want to store text entered in Choice Field ("Specify your own value") in to another column. For example . I have a drop down with Choice Fields (A,B,C) and with one Specify your own value . If a ...
0
votes
1
answer
546
views
Using CSR to change each tab color body
I am displaying Sharepoint Tabs using CSR display templates.I want to color each tab which i was able to get it. Now I want to change the background color of the tab contents with the same color. For ...
3
votes
0
answers
331
views
Build accordion based on list on the wikipage
I am trying to create accordion based on the list. It work fine with publishing page with page layout but not working if it wiki page.
This is the step:
1. Add webpart and add the existing list.
2. ...
0
votes
1
answer
58
views
Sharepoint DueDate
I have a task list and i want to filter the items like below.
i. The first View should be filtered to only show documents that are 0-30 Days Past Due.Yellow for documents that are 0-30 days past due
...
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
1
answer
1k
views
lookup columns are displaying an "ID;#" how to remove them using jquery
I am using spservices to fetch the lookup value . I have used the below code in All items .aspx and is working fine. However the lookup value is showing like this
49#;[email protected];#19;#afre@...
3
votes
1
answer
5k
views
How to get all users From Owners Group in SharePoint 2013 for a subsite
I am trying to get all the Users from a SharePoint Owner's Group for a subsite. Below Script is Working fine . But it displays both Site and Subsite Users of Owner's Group.
For example If SITE A has ...
0
votes
1
answer
650
views
Sharepoint Webpart with html Table using SPSERVICES
Attached image
Has my SharePoint list data and the output which I want to achieve. Can you please help me to create the structure which is in the Image Dynamically Also Next time when I try to ...
0
votes
2
answers
1k
views
Display Images from sharepoint library in table
The below code displays the images in the image library Horizontally. But i want to display the first 5 images from my array in the table format. I have attached the output below. Can you please help ...
0
votes
1
answer
484
views
Jquery on sharepoint Dropdown Fields
I have 10 Dropdowns in a sharepoint list. When the user Clicks on Add New Item in Newform.aspx Currently it will show only First Dropdown i.e (Drop1) With Empty Value. When the user Selects any Value ...
0
votes
1
answer
3k
views
jQuery to Reset sharepoint Dropdown value to empty in
Can you please let me know how to reset Dropdown value to empty using jQuery.
I tried using like this on Dropdown doen changed event but it is not working. Can you please help me. Below is the code i ...
0
votes
2
answers
10k
views
Sharepoint 2013 list Dropdown change event is not working using Jquery in NewForm.aspx
I have 10 Dropdowns in SharePoint list. Initially I want to show only one Drop down in the newform.aspx. Once the user selects a value in the dropdown i want to show another dropdown.
I was able to ...
2
votes
3
answers
4k
views
jQuery accordion on Wiki page only works in edit mode?
I have an SP2013 wiki page that I want to use a jQuery accordion on. Just with some static content, not pulling any information from anywhere in SharePoint. I created the page, inserted a script ...
5
votes
3
answers
5k
views
How to add tooltips to SharePoint 2013 form fields
I am working with a User (sandbox) Solution created in Visual Studio 2012 for SharePoint 2013. I have been asked to add custom tooltips to the default new and edit form fields. I have not been able ...