Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Getting a selected node value
Hi,
Iv implemented a modal that uses the followin code:
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.
is working on a reply...