Re: Custom Button for linking to internal pages

  •  01-18-2006, 9:07 PM

    Re: Custom Button for linking to internal pages

     andytauber wrote:
    I have crreated and added a custom button.
     
    The popup has a dropdown listbox that is populated and databound to the database. I retrieve the pageid and Page name.
     
    When a User selects an item in the drop down and clicks the insert button I want to insert a link like PageDisplay.aspx?pageid=8  where 8 is the page number.
     
    How do I return the value to the editor?
     
    Thanks
     
    Andy
     
    Hi,
     
    I am trying to do something very similar with our CMS. I would like to replace the hyperlink icon in the editor with a custom hyperlink item. I do not want to use the drop down list at all. Also, I will need to allow the users to be able to edit the following attributes for the link:
     
    1. Title
    2. Target
    3. Name
     
    I have looked through the forums and the documentation but can't find details for the JavaScript API. The following URL
    http://www.cutesoft.net/asp/JavaScript-API.asp does not help at all as it is a very simplified example of how to use the API. Is there a detailed documentation for the functions such as InsertLink?
     
    Thanks.
View Complete Thread