Insert webpart zone in tabs in webpart page using sharepoint designer 2010

Hi All,
I am facing a problem , its looks very easy but i couldn't found any clue about this.
i have created a webpart page, after this i have enable to view quick launch in this webpart page. then i have create a some tabs with reference to this site
https://jqueryui.com/tabs/. but the problem is when i go to view my page in browser it take same height which is same as quick launch height. and in my diff scenario i have created tab using content editor web part then its working fine. but
i need to create web part zone in these tabs that why i m not able to do this using content editor. so i am using designer only.
i guess i am writing content in wrong content place holder or etc. please help me ...i have already lost my 2 days for this.
FYI, please find the code which i used in webpart page using share point desinger.
<asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">
<SharePoint:ListItemProperty Property="BaseName" maxlength="40" runat="server"/>
</asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderPageTitleInTitleArea" runat="server">
<WebPartPages:WebPartZone runat="server" title="loc:TitleBar" id="TitleBar" AllowLayoutChange="false" AllowPersonalization="false"><ZoneTemplate>
<WebPartPages:TitleBarWebPart runat="server" AllowEdit="True" AllowConnect="True" ConnectionID="00000000-0000-0000-0000-000000000000" Title="Web Part Page Title Bar" IsIncluded="True" Dir="Default"
IsVisible="True" AllowMinimize="False" ExportControlledProperties="True" ZoneID="TitleBar" ID="g_14e08bcc_e32c_4759_80dc_34e124e6212f" HeaderTitle="abc1" AllowClose="False" FrameState="Normal"
ExportMode="All" AllowRemove="False" AllowHide="True" SuppressWebPartChrome="False" DetailLink="" ChromeType="None" HelpLink="" MissingAssembly="Cannot import this Web Part." PartImageSmall=""
HelpMode="Modeless" FrameType="None" AllowZoneChange="True" PartOrder="2" Description="" PartImageLarge="" IsIncludedFilter="" __MarkupType="vsattributemarkup" __WebPartId="{14E08BCC-E32C-4759-80DC-34E124E6212F}"
WebPart="true" Height="" Width=""></WebPartPages:TitleBarWebPart>
</ZoneTemplate></WebPartPages:WebPartZone>
</asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderTitleAreaClass" runat="server">
<style type="text/css">
Div.ms-titleareaframe {
height: 100%;
.ms-pagetitleareaframe table {
background: none;
  </style>
</asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderAdditionalPageHead" runat="server">
<meta name="GENERATOR" content="Microsoft SharePoint" />
<meta name="ProgId" content="SharePoint.WebPartPage.Document" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="CollaborationServer" content="SharePoint Team Web Site" />
<script type="text/javascript">
// <![CDATA[
var navBarHelpOverrideKey = "WSSEndUser";
// ]]>
</script>
<%--<SharePoint:UIVersionedContent ID="WebPartPageHideQLStyles" UIVersion="4" runat="server">
<ContentTemplate>
<style type="text/css">
body #s4-leftpanel {
display:none;
.s4-ca {
margin-
</style>
</ContentTemplate>
</SharePoint:UIVersionedContent>--%></asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderSearchArea" runat="server">
<SharePoint:DelegateControl runat="server"
ControlId="SmallSearchInputBox"/>
</asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderLeftActions" runat="server">
</asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderPageDescription" runat="server">
<SharePoint:ProjectProperty Property="Description" runat="server"/>
</asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderBodyRightMargin" runat="server">
<div height="100%" class="ms-pagemargin"><img src="/_layouts/images/blank.gif" width="10" height="1" alt="" /></div>
</asp:Content>
<%--<asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="server"></asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server"></asp:Content>--%>
<%--<asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"></asp:Content>--%>
<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
<html lang="en">
<head>
<meta name="WebPartPageExpansion" content="full" />
  <meta charset="utf-8">
  <title>jQuery UI Tabs - Default functionality</title>
  <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
  <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
  <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
  <link rel="stylesheet" href="/resources/demos/style.css"><script>
  $(function() {
    $( "#tabs" ).tabs();
  </script></head><body><div id="tabs">
  <ul>
    <li><a href="#tabs-1">Bangalore 1</a></li>
    <li><a href="#tabs-2">Bangalore 2</a></li>
    <li><a href="#tabs-3">Bangalore</a></li>
    <li><a href="#tabs-4">Chennai 4</a></li>
      </ul>
<table cellpadding="4" cellspacing="0" border="0" width="100%">
<tr>
<td><div id="tabs-1"> <%--id="_invisibleIfEmpty" name="_invisibleIfEmpty" valign="top" width="100%"> --%><WebPartPages:WebPartZone id="g_6958510ECBD74ABD8AA9F8E26B747B27"
runat="server" title="Zone 13"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone><WebPartPages:WebPartZone id="g_FA3DDD09582A4C589559877B7169340D" runat="server" title="Zone 14"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone></div></td>
</tr>
<tr><td><div id="tabs-2">
<WebPartPages:WebPartZone id="g_73928F4B9F484EE392EBCBA7D5ACF9FE" runat="server" title="Zone 1"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
<WebPartPages:WebPartZone id="g_77B2328C81874FFB8034559174B450BF" runat="server" title="Zone 12"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
</div></td></tr>
Please help..if u need any other detail i ll provide you.. plz check the image after doing this the tabs take full range as quick launch.
Thanks
Vivek Singh Tomar

You do not need to work on visual studio, you can create page layout form web and sharepoint designer. Page layouts are only available on publishing sites, you can modify page layout using sharepoint designer, add your required html and web part zones.
Check below few links for reference:
http://msdn.microsoft.com/en-us/library/gg430141(v=office.14).aspx#bk_custompagelayout
http://www.mssharepointtips.com/tip.asp?id=1125
http://blogs.technet.com/b/tothesharepoint/archive/2013/04/10/stage-7-upload-page-layouts-and-create-new-pages-in-a-publishing-site.aspx
http://msdn.microsoft.com/en-us/library/gg430141(v=office.14).aspx#bk_custompagelayout
Page layouts creation and editing is almost same in MOSS 2007, SharePoint 2010 and SharePoint 2013. If you are creating page layout using web then you can easily modify it using SharePoint designer.
Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer :)

Similar Messages

  • Create Custom Application Page using SharePoint designer

    Hi All,
               I have a task to create the Custom Application page using SharePoint designer.Can any one help me how can I do this.Can any one help me how can I achieve this
    Samar

    Hi Samar,
    By application page do you mean writing C# code from SP designer? If so as far as I know you can't write C# code from designer, you have to use Visual Studio for it.
    But if you only want an aspx page with some JS code you can create one from "all files" in designer. you will see files menü on ribbon from where you can create aspx page.
    Best regards,
    Mustafa Yılmaz
    Best Regards, Mustafa Yılmaz MCITP, MCPD | www.mustafa-yilmaz.org | www.sharepointciyiz.biz

  • Edit webpart properties using sharepoint designer workflow

    Hi Guys,
    I am not sure if there is any way to Edit properties of Excel Web Access WebPart using SharePoint Designer Workflow. I want to change workbook source of a web part on specific date.
    I don't have environment to write custom code.
    Thanks, Nilesh

    Hi,
    Per my knowledge, we can't achieve your requirement using SharePoint Designer Workflow.
    We have to use custom code to achieve it. The following articles for your reference:
    How to: Work with Web Parts on a Page Using JavaScript
    http://msdn.microsoft.com/en-us/library/office/hh185010(v=office.14).aspx
    Programmatically Update the SharePoint Web Part Properties on the List Forms
    http://nikpatel.net/2010/11/04/programmatically-update-the-sharepoint-web-part-properties-on-site-pages/
    ExcelWebRenderer class
    http://msdn.microsoft.com/en-us/library/microsoft.office.excel.webui.excelwebrenderer(v=office.15).aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to add js files to sharepoint page using sharepoint designer

    how to add js files to sharepoint page using sharepoint designer

    Upload the files to your site collection into the site assets library or into the style library, depending on perference.
    Then you can include the JS files either in the master page, page tempalte or using web parts.

  • Add js files to sharepoint page using sharepoint designer

    Hi 
    My self Arun Darly
    I want to call my custm.js file on click event of my share point designer page 
    I placed my "custm.js"  in " /_layouts/1033/JS/project/custom.js"  and given the reference in the master page as like below 
    <script type="text/javascript" src="/_layouts/1033/JS/project/custom.js"></script>
    but on click event  I am not getting the Function() which was i written in the custm.js file 
    so please help me if any one know how to call that custm.js file to lode the function
    Thanks in advance. 
    Arun Darly

    Thanks
    Geetanjali Arora  for replying me 
    I tried to call the .js file by using button click event but I am not getting the method and  I checked my Custm.js file is not loaded  so I placed script in aspx page then only
    I am getting that function . 
    But I want to call my custm.js file on click event of button 
    Thanks in advance. 
    Arun Darly

  • Customize FBA page using SharePoint Designer (possible?)

    Hello everyone, I've been searching everywhere and can't seem to find a solution :(
    I'm trying to customize this page
    And just add a text on it. Is there a way to do it in SP Designer ? All I've been getting on searches is do in in VS. 
    Thanks in advance
    AJ MCTS: SP 2010 Configuration MCSA: Windows 7 If you find this post useful kindly please mark it as an answer :) TY

    You don't actually customize this page, instead you create a new one and deploy it as a SharePoint Solution. This is why Visual Studio is required.
    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.

  • Issue with inserting edit item form using sharepoint designer 2013

    Hi,
    I inserted an edit form of a custom list in a site page using sharepoint designer-2013. But it is giving error "no item exists". 
    I am using default ListItemId Parameter with ID query string and I passed the query string parameter to that page. But still the result is same. But if I give any default value, page is displaying fine for that specific item although I dont pass any querystring
    to the page URL.
    Can you please guide me?
    Thanks in advance.
    Regards,
    Chaitanya

    Hi,
    From your description, I know you get issue when you add “edit form” of custom list to a page.
    I tried to reproduce your issue, and if I added “edit form” to page without “Advanced Mode”.
    I add “edit form” to page with steps below:
    Right click the page, click “Edit File in Advanced Mode”.
    Find source with keywords [ContentPlaceHolderId="PlaceHolderMain"].
    Choose INSERT tab in the Ribbon.
    Click “Edit Item Form”, and choose the custom list that you want to add.
    Save file, and go to the page.
    The screenshot below is my result:
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to get all previous versions page contents of a publishing page using SharePoint Client Object Model 2010

    How to get all previous versions page contents and other field values of a publishing page using SharePoint Client Object Model 2010?
    Thanks,
    Osmita

    Hi Osmita,
    Greetings.
    Here are the links that helps you. It has code attached to it.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/a0d2ab40-99ba-4368-8505-1dc559ef6469/get-content-of-previous-version-of-page-sharepoint-2010?forum=sharepointgeneralprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/faaf419f-997e-4150-9911-48cc375c3b46/how-to-get-previous-published-versions-of-publishing-pages-in-sharepoint-2010?forum=sharepointdevelopmentprevious
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Cannot edit pages in SharePoint Designer 2007 "The Server could not complete your request...

    Hi All,
    We are using SharePoint Designer 2007.When we try to open any page in designer we get following error,
    "The Server could not complete your request. Contact your Internet Service Provider or Web server administrator to make sure that the server has the FrontPage Server Extensions or SharePoint Services installed"
    If I click on Details button then I get the following message
    "Object moved. Object moved to here."
    Anyone experienced anything like this before?
    Also when I try to edit sites when browsing on IE and than clicking on "Page" and "Edit in SPD2007" it's always
    opening login.aspx site in SPD and that is the only one I can edit.
    Kindly, please help me on this issue.

    Hello,
    I have found one link for same issue, you might want to try it out:
    http://voices.yahoo.com/sharepoint-designer-error-server-could-not-complete-7419812.html
    Have you modified the custom provider in config file? Also see this link if this is the case for your second issue:
    http://support.sharepointsolutions.com/entries/131560-Role-Manager-feature-has-not-been-enabled 
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to edit an existing page in SharePoint designer and add custom javascript

    When I edit an existing page in SharePoint Designer to add JavaScript and save, I get a dialog with message
    "Content in the embedded form field may be changed by the server to remove unsafe content. Do you want to reload you page to see the results of the save?"
    When I click OK it reverts my change. How do I add custom JavaScript to the page?

    Try not to push your changes through SharePoint Designer (SPD).
    We had severe problems with SPD saving page layouts in SharePoint, so you may use SPD to edit the page but not save it.
    To save it, check it out from browser, upload and overwrite then publish it.
    THosE wHo doN'T apPreCiATe LiFe, DOn't DeSerVe iT

  • Master page section on the left side of SharePoint Designer 2010

    Dear all,
    When I am editing my site in SharePoint designer 2010 - normally I used to get on the left hand side section - Master Page section. Now this is not appearing.
    Kindly help - by providing inputs.
    thanks
    Sathya

    Hi Sathya,
    According to your description, my understanding is that the Master Pages Link Missing in your SharePoint Designer 2010.
    For troubleshooting your issue, please take steps as below:
    1.Login to the site collection.
    2.From the Site Actions menu (top
    left), select Site Settings.
    3.On the Site Settings page, scroll down to the Site Collection Administration section, and then
    look for the SharePoint Designer Settings link.
    4.Click this link.  The Site Collection
    Administration's SharePoint Designer Settings page appears.
    5.Check the setting, enable the Customizing Master Pages and Page
    Layouts checkbox and other settings as desired, and then click
    OK.
    Reference:
    http://social.technet.microsoft.com/wiki/contents/articles/21976.sharepoint-2010-master-pages-link-missing-in-sharepoint-designer-2010.aspx
    http://sharepoint.stackexchange.com/questions/12191/why-dont-lists-and-libraries-show-up-in-sharepoint-designer
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Sharepoint Designer 2010 inserting blank lines

    Sharepoint Designer (SP1) is intermittently inserting hundreds of thousands of rows as I am working with an .aspx document. This bug, which was first present in 2007, has been reported by many people over the years; it seems to remain in 2010.
    Does anyone have a solution for this issue? Is there something in my page, which contains a bunch of xsltlistviews, that could be blowing up this file?
    Thanks.

    All -- 
    FYI, here is a decent workaround to the problem of SPD 2013 (SharePoint Designer 2013) inserting blank lines into pages.
    Here are the steps.
    - Get CodeMaid (free) or similar coding-tool plugin/extension for Visual Studio 2013 (VS 2013) that can remove blank lines.
    - Check out the file in SPD.
    - From SPD, right click the file and choose open with, then choose VS.
    - Run CodeMaid clean processing in VS, which will remove multiple consecutive blank lines.
    - Save file in VS.
    - Close file in VS.
    - Check in file with SPD.
    - Done.
    It may seem like a lot of steps, and it is, and it odd the MS does not simply use the same code editor base for both VS and SPD, but using this workaround is actually pretty quick and easy, and easier still if you use the VS editor to code the files (instead
    of the SPD editor) because the VS has way better code-folding and code-completion and code-digging anyway.
    Just thought I would mention a (fairly) quick and easy way to workaround this SPD shortcoming.
    HTH.
    Thanks.
    -- Mark Kamoski

  • Pop window with webpart page using jquery in sharepoint

    Hi All,
    I am having a page with the custom webpart.
    I want that page in an pop up window.
    I don't want to use
    SP.UI.ModalDialog.
    I want to use Jquery lightbox pop up is it possible.
    Can any one please let me know.
    Thank you,
    Sowjanya. 

    <head>
    <meta charset="utf-8">
    <title>Colorbox Examples</title>
    <style>
    body{font:12px/1.2 Verdana, sans-serif; padding:0 10px;}
    a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;}
    h2{font-size:13px; margin:15px 0 0 0;}
    </style>
    <link rel="stylesheet" href="colorbox.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    <script src="../jquery.colorbox.js"></script>
    <script>
    $(document).ready(function(){
    //Examples of how to assign the Colorbox event to elements
    $(".group1").colorbox({rel:'group1'});
    $(".group2").colorbox({rel:'group2', transition:"fade"});
    $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"});
    $(".group4").colorbox({rel:'group4', slideshow:true});
    $(".ajax").colorbox();
    $(".youtube").colorbox({iframe:true, innerWidth:640, innerHeight:390});
    $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409});
    $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
    $(".inline").colorbox({inline:true, width:"50%"});
    $(".callbacks").colorbox({
    onOpen:function(){ alert('onOpen: colorbox is about to open'); },
    onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
    onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
    onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
    onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
    $('.non-retina').colorbox({rel:'group5', transition:'none'})
    $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true});
    //Example of preserving a JavaScript event for inline calls.
    $("#click").click(function(){
    $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
    return false;
    </script>
    </head>
    Check the head section of this page, i think you will be able to figure out from here.
    http://www.jacklmoore.com/colorbox/example1/
    Please mark a post helpful/answer if it is really helpful or answer your query

  • Linking two lists to create a Data Source but cannot add web part to page in SharePoint designer

    All;
    I created a new data source by linking two lists which created a linked Data Source. I now want to access that linked data source via insertion of a Data Source control on a web part page.
    What I find is, both DATA SOURCE and DATA VIEW are inactive and unselectable.
    Is there any way to get this functionality going?
    Thx
    Larry Pexter

    Hi Larry,
    Since it is a coding UI, we need to put cursor into appropriate place so we can insert data view web part, i.e. the coding which represents the web part in to the whole coding part.
    As I tested in my envrionment, if you put cursor between <ZoneTemplate> and </ZoneTemplate>, I cannot get the DATA view, even before </ZoneTemplate>. Please put it exactly before <ZoneTemplate>.
    If you have modify the coding, please click save and test the issue again.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to create a template and child pages using mockup designed in Fireworks

    I have created a website in Fireworks, and exported it to use in Dreamweaver.  How do I use the Master page in Fireworks as my template page in Dreamweaver?  When I bring in the .htm files from fireworks, it tries to bring in the entire page.  I have taken 25 hours of online training for Fireworks and Dreamweaver through Lynda.com, but there is not a specific video that tells you how to get your website from Fireworks into Dreamweaver if you want to utilize the Template and child page features.

    Use Fireworks to crop, slice and optimize images only.  DO NOT allow any graphics app to generate your HTML code for you.  This results in poorly formed code and rigid layouts that invariably fall apart when you attempt to edit them in DW.  Fireworks / Photoshop generated pages are for quick prototypes or design comps to show the client.  They do not work well on production sites.
    Taking a Fireworks comp to a CSS Layout in DW
    Part 1 - Initial Design
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Part 2 - Markup preparation
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Part 3 - Layout and CSS
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
    DWT Template Basics -
    http://forums.adobe.com/message/2926278#2926278
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • An error occurred while reading document

    Hello all, First let me apologize for the lengthy post, but I want to be clear.  :-). Ever since I upgraded my iPad 2 to the newest iOS 8 release, I have had issues with my tablet.  It is running slower, as I type this out there is a delay with the p

  • Unable to open iPhoto due to compatability problem.

    I had my brother burn a disc with images of our 4 kids. He as iphoto 09, I have 08. I was able to open the file on my desktop, select all images, and drag them into iphoto the seemed to have imported. I then shut down iphoto, and just tried to reopen

  • JSF Server Error

    hi can any one help me to clear the following server error in JSF WARNING: Can't parse configuration file:jndi:/localhost/ourdemo/WEB-INF/faces-config.xml Thanx in advance. regards, Bala

  • Horizontal scrollbar on tab page

    Hi, I'd like to use Designer for a multi-record block on a tab page with a horizontal scrollbar . How should I do this ? It is alright for a vertical scrollbar but what about an horizontal one ? Since I have too many columns to display on one tabbed

  • How do know if something is going on this is the only Macbook pro in the home..

    How would i know if there something going on or not? This is my first Macbook pro ..there is not anyother one in the home...still need help Thank Barb Thornton