Custom Dialogs

  •  12-20-2006, 12:02 PM

    Custom Dialogs

    Hi all,

    what I would like to do is to insert my own tag form a custom dialog,
    something like
    <myTag id="mytag1">
    <table>
    <tr>
    <td>some text</td>
    </tr>
    </table>
    </myTag>

    And be able to double click on this and open my own dialog again.

    I have no problem adding my own dialog and returning something from it.

    I can also put something like this in the HTML -

    <span id="myid1"><table><tr><td>hello</td></tr></table></span>

    and open my own user control page from the tag directory
    by adding my own element to the tag.config file

    <add pattern="SPAN" tab="SPAN" text="[[SPAN]]" control="Tag_MyControl.ascx" />

    but what I would really like to do is double click on my own tag and open my own dialog or even pass the id of what I've clicked to the tag.frame.aspx page and then show my own control.

    Could anyone give me any pointers

    Thanks
    Conall


View Complete Thread