Modify Insert Link Dialog

Last post 02-23-2004, 5:05 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  02-22-2004, 1:21 PM 427

    Modify Insert Link Dialog

    I want to replace the URL textbox with a dropdownlist that is populated from a database. I can get the code to work, but then the dialog title, labels and buttons have no text value because the reference to the CuteEditor.Include.insert_link class has been broken.

     

    I have tried everything I can think of to get it to work, even going as far as to use a VB codebehind and inherit the CuteEditor.Include.insert_link class, but I still cannot see any data in the Str_title or other variables.

     

    Any ideas or help would be greatly appreciated.

     

    Thanks

  •  02-23-2004, 5:05 PM 434 in reply to 427

    Re: Modify Insert Link Dialog

    mgordon,

     

    You don't have to inherit CuteEditor.Include.insert_link class. You can create your own file based on the insert_link.aspx  file.

     

    "but then the dialog title, labels and buttons have no text value because the reference to the CuteEditor.Include.insert_link class has been broken."

     

    The reason we need that codebehind is: we need to switch to different language settings based on server or clients' editor's culture setting. You can just type your title for your dialog, labels and buttons for your own purpose.

     

    e.g. instead using:

     

    <title><%= Str_linktitle %></title>

     

    Use:

     

    <title>You title </title>

     

     

    Keep me post

     

     

     

     

    <%= Str_linktitle %>

     

     

     


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML