Libraries in tab view in sharepoint

Hi
I have created 3 document libraries and a created 3 tabs views using java script and added those libraries in the tab views.
Now whenever i click on any of the folder the page gets refreshed and the default tab opens automatically, ideally i should be on the same tab on which i am working.
How can this problem be eliminated.
Please help.
Code which i used to create the tab view:
<div id="tabs">
<ul>
<li><a href="#tabs-1">Tab1</a></li>
<li><a href="#tabs-2">Tab2</a></li>
<li><a href="#tabs-3">Tab3</a></li>
</ul>
<div id="tabs-1">
INSERT Web Part -1 HERE
</div>
<div id="tabs-2">
INSERT Web Part -2 HERE
</div>
<div id="tabs-3">
INSERT Web Part -3 HERE
</div>
</div>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css
" rel="stylesheet" type="text/css"/>
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js
"></script>
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
  <script type="text/javascript">
  $(document).ready(function() {
    $("#tabs").tabs();
</script>

Found some articles, have a look at them
http://sharepointtabs.codeplex.com/
http://geekswithblogs.net/djacobus/archive/2013/11/17/154639.aspx
http://www.sharepointhillbilly.com/Lists/Posts/Post.aspx?ID=42
http://www.amrein.com/apps/page.asp?Q=5806
Hope this will help you
Senthilrajan Kaliyaperumal

Similar Messages

  • How to show SharePoint list items in tab view?

    Hi All,
    I would like to show list items in tab or metro tiles like:
    How to achieve this?
    Thanks in advance!

    Hi Sam,
    you can either use third party controls or create your own using JQuery / Javascript-
    my preference is JQuery UI.
    here are some references-
    http://summit7systems.com/tabbed-web-parts-in-sharepoint-2013-office-365/
    https://www.nothingbutsharepoint.com/sites/eusp/Pages/SharePoint-2010-at-Work-SharePoint-2010-Tab-Page-Peter-Allen.aspx
    http://sympmarc.com/2011/11/09/adding-a-tabbed-view-to-a-web-part-page-using-jqueryui/
    http://kyleschaeffer.com/sharepoint/wp-tabify/
    Metro Style -http://dellakin-smith.com/sharepoint-2010-a-simple-metro-style-dashboard/
    http://www.metaengine.com/2012/03/SharePoint-menu-web-part-with-Metro-style-using-a-DVWP
    Third party - http://www.amrein.com/apps/page.asp?Q=5806 
    note: i dont work for amrein or endorse their product, this product was suggested since it gets has functionalities that you are looking for.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Error while creating folder named "bin" using explorer view in sharepoint 2010

    I am getting error when I create a folder in a library named "bin" using explorer view in sharepoint 2010.
    When I create folders with other names I don't get any errors.
     Please suggest.

    Hi,
    According to your description, my understanding is that you got an
    error when you create a folder named “bin” in a SharePoint library with explorer view.
    There are any Microsoft.NET Framework assemblies that have controls or parts that the SharePoint site uses, which are stored in the bin folder. You can remove “bin”  from hidden segments, then you can create a folder named “bin”
    in the SharePoint library with explorer view.
       1.Opened IIS Manager and selected Server name -> Request Filtering -> Hidden Segments tab -> Removed "bin" from there:
       2.Perform IISRESET:
    Thanks,
    Dean Wang

  • Design view in SharePoint Designer 2013

    This looks like a deal killer for me to move to SharePoint 2013 because the missing of design view in the new SharePoint Designer. Here is the way I do list development In SharePoint 2010:
    (1)   
    Create and deploy a custom ui web part in Visual Studio.
    (2)   
    Create additional “New”, “Edit” and “Display” list forms and set them as the default forms in SharePoint Designer.
    (3)   
    Edit the new created forms in design view.
    (4)   
    Locate and hide the original web part.
    (5)   
    Insert my custom web part proper location.
    Only code view is available in SharePoint Designer 2013, I do not know how to hide the default web part and insert my web part (which is deploy to the farm) in code. There are suggestions to use other edit tool to edit web pages. I am not sure
    (1)   
    How to access these form/page in SharePoint.
    (2)   
    How to insert SharePoint web part to the form/page.
    I really appreciate if you can help me out.

    Hi,
    Base on the description, you created web part in Visual Studio and created forms using design view in SharePoint Designer 2010. Now you want to access  the forms and insert the web part to SharePoint 2013 page.
    By default in SharePoint Designer 2013, to add new forms, we can only custom forms in code view. For more information:
    How to Create Custom Forms Using SharePoint Designer 2013:
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2012/09/20/how-to-create-custom-forms-using-sharepoint-designer-2013.aspx
    To insert the web part, we can follow these steps:
    Save this .webpart file to your computer.
    Open the site in the browser, and go to the page on which you would like to place your web part.  With the page in edit mode, click the Page tab, and the Insert tab.  Click
    Web Part.
    On the left side, under the web part categories, click the
    Browse… button under Upload a web part.  Browse to that .webpart file you saved at step1.
    Click Upload.
    Click to insert a web part again, and then you’ll see it in the Imported Web Parts category.  Click Add to add the web part to your page.
    Best Regards,
    Linda Li

  • Oracle.jbo.JboException: JBO-34010: The "adf/tabs/view/DataBindings.cpx" descriptor appears in the application classpath more than once:

    Hello
    We are using JDeveloper 11.1.1.6
    We have three 3 separate viewcontroller projects and one Master projects which i supposed to integrate all these projects into one.
    Issue:
    After putting all three together into the Master project, the app fails to deploy due to this error:
    oracle.jbo.JboException: JBO-34010: The "adf/tabs/view/DataBindings.cpx" descriptor appears in the application classpath more than once:
    We did some digging and found out that it is because of the fact that "DataBindings.cpx" in all three projects falls withing the default package. How do we rectify this issue. We cannot even Refector this file because that option is not available for this file. We have a demo soon, What can we do?
    Thanks...

    Hi,
    this error typically comes from name clashes. Apparently you created ADF libraries (or projects) that contain a DataBindings.cpx file. The DataBindings.cpx file seems to be located in the same folder structure and thus could not be merged but are found to be added twice. When you create new view controller projects then best practice is to ensure the root package name is unique to avoid such issues.
    Frank

  • Power view in SharePoint - Changing the default save location?

    Is it possible to change the default location when saving Power view back into SharePoint?
    Our users are creating their own power view reports by clicking a power view shared data source in SharePoint document library.
    When saving their reports, the default location is always the same location where the data source is. This is described here also:
    https://support.office.microsoft.com/en-us/article/Power-View-in-SharePoint-Server-Create-save-and-print-reports-f616575e-02bf-46cd-b94a-b744245ef9d1?CorrelationId=a852221e-b063-4020-a20a-53d8e8fb8b8b&ui=en-US&rs=en-US&ad=US
    Quote from the link: "The first time you save the
    report, the default location will be the folder where the model is located."
    Ok, understood. But is it possible to change this???

    Hi again
    Ouch! Not the network!
    One of the hard learned issues that folks are unaware of until they encounter problems is that Captivate does not do well when a project is stored on a network. It's fine to keep projects there in order to back them up or as a transfer pivot location to allow others to edit, but you never want to open Captivate, click File > Open and browse to a network location to open a project for editing.
    Best practice at this point is to keep projects on your local C drive when you make edits.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to create a quarterly view in SharePoint 2013

    How do you create a 3 month view in SharePoint 2013, preferably without adding code?

    Hi 
    you can create two additional calculated column to do.
    http://blog.pentalogic.net/2009/11/howto-filter-items-current-calendar-month-view-sharepoint/
    http://iwillsharemypoint.blogspot.in/2012/03/sharepoint-list-view-of-current-month.html
    Rajendra Singh
    Walking on water and developing software from a specification are easy if both are frozen
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Power View in Office 365 vs. Power View in SharePoint

    Hi all,
    I am trying to find the best method to get PowerView reports into Dynamics AX. So far, I've simply created a form as ActiveX and navigated to the link to the excel file, but this is not desirable. I read that it is possible to have them embedded into Role
    Centers/Enterprise Portal, but I need to have PowerView in "SharePoint" mode.
    What are the differences between SharePoint mode and Office 365? Is there no way to export the PowerViews to PowerPoint or as Menu Items from Office 365?
    Also, any information or tips on integrating PowerViews/Power BI with Dynamics AX would be great!
    Thanks,
    Mark

    I am trying to find the best method to get PowerView reports into Dynamics AX. So far, I've simply created a form as ActiveX and navigated to the link to the excel file, but this is not desirable. I read that it is possible to have them embedded into Role
    Centers/Enterprise Portal, but I need to have PowerView in "SharePoint" mode.
    What are the differences between SharePoint mode and Office 365? Is there no way to export the PowerViews to PowerPoint or as Menu Items from Office 365?
    Also, any information or tips on integrating PowerViews/Power BI with Dynamics AX would be great!
    Hi Mark,
    Power View comes in two different flavors:
    1. Power View as an Excel add-in (free with Excel 2013 Professional Plus)
    If you have Office 365 with Power BI enabled, you can create visualizations(Charts etc) in Excel using Power View and publish them to a Power BI site which lets you share, view, and interact with reports. At the time of this posting, there is no way
    to export a Power View Report (created in Excel) to Power Point.
    2. Power View, as a Reporting Services(SSRS) Add-in for SharePoint Server(Enterprise Edition). 
    If you don't have Office 365(with Power BI), you can still publish Power View reports(created in Excel) to an on-premise SharePoint site.You can definitely
    Export a report from Power View in SharePoint to PowerPoint
    Integration with Dynamics AX - There are several options for integration and here is one of them.
    1. Use Power Query to Discover all the data you need from Dynamics AX (SQL Server database),
    Transform and Mashup the data. Create a data model in Power Pivot and then use Power View to create your visualizations and publish them to either an on-premise SharePoint environment or to a Power BI site in Office 365.
    I have a Dynamics AX client and they wanted to use Power View. They have a Data Warehouse built on top of their AX database and an SSAS cube (Multidimensional) on top of their Data Warehouse. Since they don't have an Enterprise instance of SharePoint, we
    extracted all the data from the Data Warehouse into a Power Pivot model, then used Power View(the Excel add-in) to create the visualizations. 
    Please take a look at this technet article
    Microsoft Dynamics AX integration with Power BI for Office 365
    Hope this helps. Please let us know if you have any questions.
    Faisal Muhammed My Blog

  • Power View for Sharepoint 2013 'Feature not available'

    Hello All,
    We are trying to set up Power view in Sharepoint but every time I click the power button on a report we get the  "The
    feature: "Power View" is not supported in this edition of Reporting Services." error.
    Our setup consists of two servers.  One is the sharepoint 2013 Enterprise server and the other is our DW server that sits outside of the farm.
    The DW Server has Sql 2012 SP1 (Enterprise) and two instances of AS, one in multi-dimensional mode and one with power pivot for SP.  
    We were able to get power pivot working with Sharepoint without issue but we can't seem to get Power View to work.  I've read through some threads but it still doesn't seem clear what I need to do.  Someone mentioned that we needed to install Sharepoint
    on the DW server but we would like to avoid that if we can due to the current load on the server.  Another suggestion was to install the RsSharepoint on the sharepoint server and that would enable power view.
    I know there is already an RS Service app, would that needed removed as well?

    Only SQL BI and SQL Enterprise have the appropriate edition of Reporting Services to enable PowerView:
    http://technet.microsoft.com/en-us/library/cc645993(v=sql.110).aspx#Reporting
    You would need to uninstall SSRS using SQL Standard and re-install with BI or Enterprise on the SharePoint server.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to cancel tabbed viewing in Fireworks CS5?

    How to cancel tabbed viewing in Fireworks CS5? I don't like tabs, but I couldn't find in Preferences an option to cancel it.

    Choose Window > Cascade from the main toolbar.

  • How to add List view to SharePoint 2013 app

    Hi
    I'm developing intranet metro style app as SharePoint 2013 auto hosted . i need to get promoted list to display in my app page as it is display in SharePoint host site. i have seen some blog post but no clue of detail way of doing it (http://www.greggalipeau.com/2013/12/25/adding-list-views-to-sharepoint-2013-apps)
    Can any one let me know how to do this in a way steps to follow or any information on this highly appreciated.
    Kind regards
    Radika 

    http://newscarrouselapp.codeplex.com/ Download sample
    http://nettitude.wordpress.com/2013/01/27/creating-a-carousel-in-a-sharepoint-app-using-client-side-rendering/
    http://webcache.googleusercontent.com/search?q=cache:t4nEmPtXxtQJ:sp2013.blogspot.com/2012/08/use-list-view-in-sharepoint-2013-apps.html+&cd=4&hl=en&ct=clnk&gl=in&client=firefox-a
    <WebPartPages:WebPartZone runat="server"
    FrameType="TitleBarOnly" ID="full" Title="loc:full" >
    <WebPartPages:XsltListViewWebPart ID="XsltListViewWebPart2"
    runat="server" ListUrl="Lists/SlideShow" IsIncluded="True"
    NoDefaultStyle="TRUE" Title="Slideshow Images"
    PageType="PAGE_NORMALVIEW" Default="False"
    ViewContentTypeId="0x">
    </WebPartPages:XsltListViewWebPart>
    </WebPartPages:WebPartZone>

  • Create a tab view item in obj-c for use in applescript studio

    I'm making an application with applescript studio. I want to be able to add tab view items to a tab view at the press of a button. The problem I have is applescript studio doesn't allow me to create a new tab view item. So I'm thinking I can create the tab view item using objective-c, pass that to my applescript, then add it to my tab view.
    In applescript I plan to use the following call methods to first create the tab view item object, and then add it to my tab view. The objective-c code which is called from the first line in the applescript code is below that. When I run my code I'm getting an error saying newTVI is not defined... so maybe you can see my error! Be kind to me because I'm new to objective-c and I'm sure that's where my problem lies. Anyway, I'd appreciate any help.
    ==Applescript calls to create and add a new tab view item
    set newTVI to call method "returnNewTabViewItem" of class "makeNewTabViewItem"
    call method "addTabViewItem:" of objMainTV with parameter newTVI
    ==Objective-c code to create the tab view item
    ==makeNewTabViewItem.h==
    #import <Cocoa/Cocoa.h>
    @interface makeNewTabViewItem : NSTabViewItem
    NSTabViewItem *newTVI;
    -(NSTabViewItem *)returnNewTabViewItem;
    @end
    == makeNewTabViewItem.m==
    #import "makeNewTabViewItem.h"
    @implementation makeNewTabViewItem
    -(NSTabViewItem *)returnNewTabViewItem
    newTVI = [[[NSTabViewItem alloc] initWithIdentifier:nil] autorelease];
    return newTVI;
    @end

    Please, any ideas?

  • How to create a special view for sharepoint list A and deploy this view to specific user personal view?

    How to create a public view for sharepoint list A and deploy this view to specific user personal view? Is that possible OOTB?

    Views cannot be exported or moved. Can you elaborate your requirement?
    --Cheers

  • 2 weeks option in the Calendar view in SharePoint

    Hi,
    A client of mine asked for it, and although I looked for it over several search engines, I never found anything...
    The Calendar view in SharePoint give three options : Day Week, Month.
    My client asked if there is a possibility to have a "2 Weeks" option, similar to the Week (optionally with the ability to decide whether to show week-end days on not).
    Thanks for any answer...
    Francis

    Hi Darkschneider,
    If you want to view two weeks, you can use month view. It includes two weeks view.
    Or you can use two calendars, each calendar show one week.
    For more information about remove Saturday & Sunday from a calendar view in SharePoint, please refer to the following article:
    http://blog.thekid.me.uk/archive/2008/03/30/remove-saturday-sunday-from-a-calendar-view-in-sharepoint.aspx
    For more information about how to create or change a view, please refer to the following article:
    Create or change a view
    http://office.microsoft.com/en-us/windows-sharepoint-services-help/create-or-change-a-view-HA010021577.aspx
    Regards, Rock Wang Microsoft Online Community Support

  • Datasheet view in SharePoint 2013

    Is there a way to display the datasheet view in SharePoint 2013 like the older version i.e. MS Access Web Datasheet component? There are lot of features removed from the current datasheet view.
    Thanks Arut

    Hi,
    According to your post, my understanding is that you wanted to display the datasheet view in SharePoint 2013 like the older version.
    In SharePoint 2013 the Datasheet view was replaced with the new Quick Edit option which works now in all browsers (since it is no longer using ActiveX).
    Though the new Quick Edit mode does not support all the "Excel-like" features, it has many improvements.
    To use the old Datasheet view, the
    KwizCom Datasheet view seems to be a solution. After using the add-on, the Datasheet view ribbon button will be located left to the Quick Edit button.
    More information:
    http://jimehrenberg.wordpress.com/2013/11/05/datasheet-view-improvements-in-sharepoint-2013-2/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for

  • Is it possible to upgrade the processor from a powerpc G4 to intel with the mac mini

    Is it possible to upgrade the processor of a mac mini Tiger OS x10.4 powerpc to an intel processor?

  • HT3728 set password time capsule using windows

    I lost the disk for the time capsule and am using a windows based computer.  I would like to reset the time capsule password.  How can I do that?

  • Over Saturated Photos in IDVD09

    Using Iphoto 09 and IDVD09. Trying to burn a slideshow with 2 small video clips via Imovie09 to IDVD. The photos are extremely over saturated. Skin is a sharp pink or red color. Totally unusable. Any suggestions to correct this? Can't believe this is

  • Troubles with AdobePDFSilent

    I'm trying to use the adobe SDK in a VB app to convert and HTML doc to a PDF behind the scenes. My program is going to be used to email our customers invoices after hours. Right now i can run my program to save the invoices as a HTML doc, i'm getting

  • Joins in Desktop

    Hi, I'm trying to create a new workbook in Desktop and in the second wizard step when I choose a folder I want the workbook has it appears me the following error: Cannot resolve join configuration. Reason: more than 1 detail folder uses no agregate i