Register | Login

ZettaCube Forum and Knowledge Base

Welcome to ZettaCube forum. Here you can discuss various issues regarding our ZeeControls product. If you want to contact our developers directly, please email to support@zettacube.com.

Please register to post a message. Registration is immediate and free. Return users please login here.

 
  Forum  Discussions  WebDock  Masterpage support
Previous Previous
 
Next Next
New Post 4/8/2009 6:37 AM
  kenc
2 posts
No Ranking


Masterpage support 

In your online demo, there is only a masterpage example with Web Splitter. Does WebDock also support master page?  I tried with the following code, but i was unable to edit the ContentPlaceHolder in the design view of a child page.  The entire page was greyed.

 

<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site2.master.cs" Inherits="Testing.Site2" %>

<%@ Register Assembly="ZettaCube.ZeeControls" Namespace="ZettaCube.ZeeControls" TagPrefix="cc1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <cc1:WebDock ID="WebDock1" runat="server" Height="479px" Width="748px" FitParent="FitWindow">
        <MainContent>
   
        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
        </asp:ContentPlaceHolder>
        </MainContent>
        <Panels>
            <cc1:WebDockPanel runat="server">
                <Tabs>
                    <cc1:WebDockTabbedPanel runat="server">
                    </cc1:WebDockTabbedPanel>
                    <cc1:WebDockTabbedPanel runat="server">
                    </cc1:WebDockTabbedPanel>
                </Tabs>
            </cc1:WebDockPanel>
        </Panels>
    </cc1:WebDock>
        &nbsp;
    </div>
    </form>
</body>
</html>
 

 
New Post 4/8/2009 6:46 AM
  kenc
2 posts
No Ranking


Re: Masterpage support 

btw, i'm using vs2005.

 
New Post 4/8/2009 7:34 AM
  ZettaCube Support
64 posts
No Ranking


Re: Masterpage support 

Dear kenc,

Thank you for the info.  We are looking into the issue now.

 

 
New Post 4/8/2009 11:31 AM
  ZettaCube Support
64 posts
No Ranking


Re: Masterpage support 

Dear kenc,

Please download the latest version from our download page.  This version should fix the design-time issue of using WebDock in a master page.

 
Previous Previous
 
Next Next
  Forum  Discussions  WebDock  Masterpage support
Copyright 2009 by ZettaCube Limited