Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • RoelAlblas 50 posts 61 karma points
    Oct 18, 2009 @ 19:21
    RoelAlblas
    0

    Problem adding page in custom treenode

    Hi,

    I added succesfully an extra tab to the admin. Under the root in that tab I succesfully load 4 nodes without subnodes (I don't want them). In the

    RenderJS (in the class inherited from BaseTree) I have configured a page wich will open when clicked on the node. This is also done succesfully. Now I like to add a formview to this page configured in RenderJS. It looks like this:

    <

     

    asp:Content ContentPlaceHolderID="body" ID="ContentBody" runat="server">

     

    <cc1:UmbracoPanel ID="PanelLoadRoutes" Text="Routes" runat="server" Height="224px"

     

    Width="412px" hasMenu="false">

     

    <asp:PlaceHolder ID="routesContent" runat="server">

     

    <div style="padding: 2px 15px 0px 15px">

     

    <asp:FormView ID="fvRoutes" EmptyDataText="No albums available, please click to insert"

     

    AllowPaging="True" runat="server" DataKeyNames="ID">

     

    <EditItemTemplate>

    From the codebehind fvRoutes is not accesible and when published only the div is displayed in the source.

    Please let me know your thoughts!

    Roel

  • RoelAlblas 50 posts 61 karma points
    Nov 01, 2009 @ 19:19
    RoelAlblas
    0

    Solved

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies