Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Editor > Inserting a link that will pop up a dialog on click using a custom render tool

Inserting a link that will pop up a dialog on click using a custom render tool

Feed from this thread
  • Posted on Mar 18, 2006 (permalink)

    Requirements

    r.a.d.editor version

    5.0+

    .NET version

    all

    Visual Studio version

    all

    programming language

    JavaScript

    browser support

    Internet Explorer 6+



    The attached solution uses editor's custom render tool, which contains three textboxes for the dialog's Width, Height and URL creation, as well as an Insert button. When the user fills the three fields and presses the button, the editor will insert a link that will pop up a window with the same URL and the specified width and height values.

    You can find attached an aspx file with the editor and the custom render tool as well as the editor custom ToolsFile.xml.
     
    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Editor > Inserting a link that will pop up a dialog on click using a custom render tool