Copied to clipboard

Flag this post as spam?

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


  • Echilon 29 posts 49 karma points
    Dec 07, 2010 @ 12:08
    Echilon
    0

    Add tab to specific document type

    I know it's possible to add a tab to the root node and load a usercontrol into it with dashboard.config, but is it possible to add tabs based on document types. I need to load this specific tab and also usercontrol for one particular document type.

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Dec 07, 2010 @ 12:22
    Hendy Racher
    0

    Hi Echilon,

    How about adding a tab to the documnent type as normal (when configuring the document type in settings), and then add to this a custom datatype using the usercontrol datatype wrapper ?

    HTH,

    Hendy

  • Echilon 29 posts 49 karma points
    Dec 07, 2010 @ 12:23
    Echilon
    0

    I could, but it's not a datatype, there's no property, it's basically just a grid which shows subnodes and allows by filtering of certain properties.

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Dec 07, 2010 @ 12:25
    Hendy Racher
    0

    Hi Echilon,

    A datatype doesn't have to save anything, and you can also set a property so that it doesn't display a label.

     

  • Echilon 29 posts 49 karma points
    Dec 13, 2010 @ 16:37
    Echilon
    0

    I've been thinking - if I used a wrapper I'd need to set the ID of the node currently being edited. Is this available anywhere?

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Dec 13, 2010 @ 22:09
    Aaron Powell
    0

    Request.QueryString["Id"]

  • Echilon 29 posts 49 karma points
    Dec 15, 2010 @ 17:00
    Echilon
    0

    This worked with the usercontrol wrapper. Thanks.

Please Sign in or register to post replies

Write your reply to:

Draft