Copied to clipboard

Flag this post as spam?

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


  • marthin 87 posts 106 karma points
    Sep 27, 2010 @ 15:22
    marthin
    0

    Getting a selected node value

    Hi,

    Iv implemented a modal that uses the followin code:

     

    <cc1:Pane ID="pane_form" runat="server" Visible="false">
            <cc1:PropertyPanel runat="server">
                <iframe src="../TreeInit.aspx?app=productlist&isDialog=true&dialogMode=id&contextMenu=false"
                    style="overflow: auto; width: 100%; position: relative; height: 200px; background-color: white"
                    frameborder="0"></iframe>
            </cc1:PropertyPanel>
            <cc1:PropertyPanel runat="server" ID="pp_relate" Text="Relate copied items to original">
                <asp:CheckBox runat="server" ID="RelateDocuments" Checked="false" />
            </cc1:PropertyPanel>
        </cc1:Pane>
    

    now I need to get the value selected in the tree in the iframe, how can i get this value? need to save it to a different db then umbraco uses.

  • 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