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
Thanks.